![]() |
|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Dynamic Menu Issue!
Hi,
I'm trying to create a menu item that jumps straight to my movies folder. I use the code below: Code:
<internalScreenMenuItem icon="C:\Program Files\SageTV\SageTV\STVs\SageTV3\SageMCE\Themes\Nick1\MenuIcons\tv.png" screen="Video Library Folder View" title="TV Series"> <evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression> <evalExpression>java_util_List_add(PathFilterExprs, "\\\\NAS1\\Video\\TV")</evalExpression> <evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression> </internalScreenMenuItem> Is there a way to do what I want? TIA, Nick. |
#2
|
||||
|
||||
You just need to import the "movies" folder instead of the parent folder of movies.
So for instance, my folder structure is: Movies in e:\video\Movies Ripped TV in e:\video\TV Other stuff in e:\video\other I used to just import e:\video But in order to use the menu filters, I had to change to separately importing e:\video\movies AND e:\video\TV AND e:\video\other instead of just import e:\video like I used to. |
#3
|
|||
|
|||
Quote:
![]() Thank you very much. Regards, Nick. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
dynamic menu xml | sflamm | SageTV Customizations | 0 | 04-10-2009 02:00 PM |
Dock menu problem/dynamic menu issue? | planetc | SageMC Custom Interface | 0 | 01-10-2009 07:31 PM |
Dynamic Menu Icons | Polypro | SageTV Customizations | 2 | 05-22-2006 12:52 PM |
Dynamic Menu | AHX | SageTV Customizations | 6 | 04-09-2006 05:37 PM |
Dynamic Menu | codacoda | SageTV Customizations | 3 | 04-03-2006 12:40 PM |