SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations > SageMC Custom Interface
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-15-2008, 05:16 PM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
Problem using dynamic menu to filter video screen

I'm running the latest release of SageTV (6.4.8) and SageMC (6.3.8a).
I have set-up the dynamic menus with two menu items that take me to the Video Library screen.

One looks like:
Code:
                <internalScreenMenuItem icon="C:\Program Files\SageTV\SageTV\STVs\SageTV3\SageMCE\Themes\nBlue\MenuIcons\videos.png" screen="Video Library Folder View" title="Video Config">
                    <evalExpression> </evalExpression>
                </internalScreenMenuItem>
I put this one inside of the "My Menu" sub menu and added a PIN code to it. This works fine and after entering the correct PIN I can see all of my videos and browse them by Genre or File System, or whatever.

The other looks like:
Code:
        <internalScreenMenuItem icon="C:\Program Files\SageTV\SageTV\STVs\SageTV3\SageMCE\Themes\nBlue\MenuIcons\videos.png" screen="Video Library Folder View" title="Videos">
            <evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression>
            <evalExpression>java_util_List_add(PathFilterExprs, "G:\\Imported Videos\\")</evalExpression>
            <evalExpression>AddStaticContext("PathFilterExcludes", true)</evalExpression>
        </internalScreenMenuItem>
I put this one with the filter on my main menu. The filter should hide anything in the "G:\Imported Videos" folder and its subfolders.

It mostly works, except when I go to the "Genre" view. In the Genre view, I see a Genre folder for each genre that is in use by the videos in my collection (but not the genres from the filtered directory). This is as it should be. The problem is the genre folders are all empty. The only videos that are visible are the ones in the "Unassigned" genre folder (which happen to be home movies for which I did not assign a genre). The other views (such as File System) seem to work correctly.

I have tried re-starting Sage and re-scanning my imports library, but so far nothing. Any ideas on what could be causing this or what else I could try?
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #2  
Old 12-24-2008, 01:36 PM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
has nobody else seen this before?
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #3  
Old 09-02-2009, 03:34 AM
wjones wjones is offline
Sage User
 
Join Date: Nov 2008
Location: Switzerland
Posts: 45
I get this problem to

Quote:
Originally Posted by Tiki View Post
has nobody else seen this before?
Hi Tiki,

Yes, I see the same thing, I added a similar filter system, breaking down my DVD collection into groups (Series, Movies & family videos).. now the Genre view does not work.. I see all films in other views (e.g. file system etc).. and I can see all the films have a genre assigned.

Did you ever manage to resolve this?

Thx
__________________
My Setup: Intel Core 2 Quad (Q8300) on an Asus P5Q premium Mb (10 sata ports!), WHS with MyMovies & Squeezecenter, 4gb Ram, SSD System Disk & 12 Tb of Pool, 3 HD200's, Running Beta v7
Reply With Quote
  #4  
Old 09-21-2009, 06:07 PM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
No, I didn't. But I haven't tried in a while - I gave up on SageMC some time ago andwent back to the default Sage STV.
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #5  
Old 11-10-2009, 10:26 AM
kolakowj kolakowj is offline
Sage User
 
Join Date: Nov 2009
Location: Monmouth County, NJ
Posts: 11
I have the same issue too

I split my collection into folders for Movies vs TV Series vs Stage productions (stand-up and concerts).
Created filtered menu to choose: Movies vs TV Series vs Stage productions. Now Genre folders are empty for each submenu.
Everything else is great.
I use BMT to get Fanart and genre.
Reply With Quote
  #6  
Old 11-14-2009, 06:54 AM
MrFusion MrFusion is offline
Sage Advanced User
 
Join Date: Aug 2009
Location: Sydney
Posts: 86
Same same

I have the same issue with empty Genre folders.

Fixed it by not using Genre view...
.
.
.

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sage just died on me. lovingHDTV General Discussion 26 12-21-2008 06:15 PM
Puzzled: Sage not using 3rd tuner wvpolekat SageTV Software 2 11-15-2007 01:36 PM


All times are GMT -6. The time now is 06:36 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.