Can I make my own custom categories in the home menu?
#16
You could perhaps make show and episode nfos so they'll scan into the library? (I've done this for old seasons of F1 racing.)
Reply
#17
There's another thread out there that I can no longer find, that gives the settings for creating a menu that shows the latest additions to your library - I think it's just a sorting thing, but if you could also show how to do that, I'd much appreciate it!
Reply
#18
Would it not be easier just to click right on TV shows or Movies and go to recently added?
Reply
#19
You know, I never knew that was there until now.

Though using it seems to burn up what little remaining ram I have...
Reply
#20
Thumbs Up 
Player4 Wrote:Ok, if anyone just wants to rename their "Watch your Videos" Button and open a specific folder on click, here's what to do:

WARNING: THIS WILL REPLACE YOUR CURRENT VIDEOS HOME ENTRY WITH A CUSTOM ONE!

Go to C:\Program Files\XBMC\Skin\MediaStream\720p and open Home.xml
In line 1359-1365 you'll find:
Code:
<item id="1">
<description>My Videos Button</description>
<label> $LOCALIZE[31001] </label>
<label2> $LOCALIZE[31011] </label2>
<visible>!Skin.HasSetting(HideVideos)</visible>
<onclick>XBMC.ActivateWindow(24)</onclick>
</item>
change this to
Code:
<item id="1">
<description>My Videos Button</description>
<label>F1 Races</label>
<label2>Watch Your</label2>
<visible>!Skin.HasSetting(HideVideos)</visible>
<onclick>XBMC.ActivateWindow(24)</onclick>
</item>
Replace "F1 Races" with whatever suits your needs.

Then, in C:\Documents and Settings\YOURUSERNAME\Application Data\XBMC\userdata\sources.xml

under
Code:
<video>
        <default></default>
add the NAME of the source you'll want to be displayed on click.

In my case, this will look like this
Code:
<video>
        <default>F1</default>
because i added D:\F1\ inside XBMC and used "F1" as the source name.

Here ya go.

This worked beautifully for me...many thanks! Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
Can I make my own custom categories in the home menu?0