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 09-25-2009, 02:04 PM
kkapp kkapp is offline
Sage Advanced User
 
Join Date: Mar 2009
Location: oklahoma
Posts: 89
BMI, SMW and custom menu items issue

I have custom menu links for various folders IE: dvd's, home movies, vhs etc. worked great. I now installed the BMI and SMW and it works great as well, however when i go to my home movies it shows them in the wall, which is ok but it tries to pull meta data for them and that just is not working as i would like it to. Is there a way to have it not search metadata or even maybe not even use the wall for certain folders.

This is a snippet of the link:
<!-- -->
<internalScreenMenuItem icon="hover_my videos.png" screen="Video Library Folder View" title="Home Movies">
<evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression>
<evalExpression>java_util_List_add(PathFilterExprs, "E:\\Home Movies")</evalExpression>
<evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression>
</internalScreenMenuItem>
<!-- -->
<internalScreenMenuItem icon="hover_my videos.png" screen="Video Library Folder View" title="VHS">
<evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression>
<evalExpression>java_util_List_add(PathFilterExprs, "E:\\VHS")</evalExpression>
<evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression>
</internalScreenMenuItem>

I think I would actually like to be able to link to the home movies outside the movie wall maybe and without metadata but would not mind the vhs inside the wall but with the non-dvd filter maybe but with metadata, is this possible.
__________________
Thanks,
Kevin
Reply With Quote
  #2  
Old 09-25-2009, 06:00 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
YOu can tell bmt to ignore folders by giving it a regular expression in the folders to ignore. In the webui, goto Configuration and search for "ignore". In the ignore these folders, enter, Home%20Movies. Now bmt will ignore any folders that contains "Home Movies".
Reply With Quote
  #3  
Old 10-01-2009, 05:22 PM
kkapp kkapp is offline
Sage Advanced User
 
Join Date: Mar 2009
Location: oklahoma
Posts: 89
Worked great, Thanks
__________________
Thanks,
Kevin
Reply With Quote
  #4  
Old 10-02-2009, 07:57 AM
razrsharpe razrsharpe is offline
Sage Icon
 
Join Date: Sep 2008
Location: Boston, MA
Posts: 2,111
to use both SMW and the default Video Library do this:
  1. Remove you Custom Video Library Screen setting in SageMC setup (make it blank)
  2. Edit your SageMC_menu.xml file like this:
    1. SageMC Video Library Menus
      Code:
      <internalScreenMenuItem icon="hover_my videos.png" screen="Video Library Folder View" title="Video Library">
          <evalExpression></evalExpression>
      </internalScreenMenuItem>
    2. SMW Screens
      Code:
      <internalScreenMenuItem icon="hover_my videos.png" screen="Sage Movie Wall" title="SMW">
           <evalExpression></evalExpression>
      </internalScreenMenuItem>
Obviously you have to customize it to your liking, title, pathfilters, other settings, etc.
__________________
Server 2003 r2 32bit, SageTV9 (finally!)
2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast)
2x HD300, 1x SageClient (Win10 Test/Development)
Check out TVExplorer
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
Filtered menu items. What am I missing? GollyJer SageMC Custom Interface 3 04-21-2008 08:45 PM
Link Animations to Menu Items? jagee23 SageTV Customizations 2 07-24-2006 07:03 AM
Disappearing new dynamic menu items..V3.0.7 powerplay SageTV Customizations 4 09-19-2005 02:12 PM
Hide Menu Items matterw SageTV Beta Test Software 5 01-28-2005 07:23 PM
Possible to modify the layout of the menu items? Guinness SageTV Customizations 7 10-05-2004 11:59 PM


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


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