![]()  | 
	
		
			
  | 
	|||||||
| SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. | 
![]()  | 
	
	
| 
		 | 
	Thread Tools | Search this Thread | Display Modes | 
| 
		 
			 
			#3861  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			[QUOTE=FidgetyRat;214750](Regarding slow music menu response) 
		
		
		
		
		
		
		
		I am converting all of my folder.png's from 600x600 to 200x200 and will see how that effects its responsiveness. Thank god for apple script!!! I have over 800 albums on my set up, all 300x300 (Jpeg) and it runs fine. Only time I see a slow down is if a video file is playing. BTW this is on two MVPs. Dean  | 
| 
		 
			 
			#3862  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
				
				DVD Profiler 3 XML not readable
			 
			
			
			Just upgraded to the new DVD Profiler 3 & Sadly MC cannot read it's xml file... 
		
		
		
		
		
		
			At first I thought I just had fat fingered the path, but I replaced the collection.xml with one from 2.5 & MC saw it just fine. So I guess I'll need to stick with 2.5 for the time being... Flachbar... any Ideas what they did to the XML in 3 ??? Bruce 
				__________________ 
		
		
		
		
		Server: Intel DH55HC MB, Intel Core i5-661 CPU, 4 GB Corsair PC3 10666 RAM, 2 Ceton InfiniTV 4s (Comcast), RocketRAID 2740 16PORT SAS 6.0Gb Controller, 2.56TB TV Storage (4 WD Caviar Black 640GB SATA 6.0Gb Drives), 8.5TB Movie Storage, Norco 4220 Case, Corsair HX750 PS, W7 Professional (Windows Media Center), TunerSalad Foot Long, My Channel Logos, & MYMovies.  | 
| 
		 
			 
			#3863  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 TIA B  | 
| 
		 
			 
			#3864  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			I ran into an issue today. I have been using the ability to customize a menu to include/exclude a specific imported video folder(great option!). Today I upgraded to the current Sage beta and upgraded to the latest SameMC 6_3_2c. For some reason the menu option no longer works, it sees all media folders. 
		
		
		
		
		
		
		
		Here is the coded I have been using: <?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.3//EN" "http://www.sage-community.org/~nielm/nielm_modules/dynamic_menu/sagemenu_1_3.dtd"> <sageMenu version="1.3"> <internalScreenMenuItem screen="Video Library Folder View" title="Admin"> <evalExpression>AddStaticContext("PathFilterExpr", "\\\\NEWSERVER\\Specific_folder")</evalExpression> <evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression> </internalScreenMenuItem> </sageMenu> I stayed with the latest Sage beta but reverted back to SageMC 6_3_2 and everything still works. Can someone verify that this option still works or is this an issue with 6_3_2c? Thanks, Clay  | 
| 
		 
			 
			#3865  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Your false should be true in PathFilterExcludes 
		
		
		
		
		
		
		
		I posted this above for someone else as an example: Code: 
	<internalScreenMenuItem icon="hover_my videos.png" screen="Video Library Folder View" title="Kids' Movies">
<evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression>
<evalExpression>java_util_List_add(PathFilterExprs, "\\\\sagetv-server\\SageTV\\DATA1\\Videos")</evalExpression>
<evalExpression>AddStaticContext("PathFilterExcludes", true)</evalExpression>
</internalScreenMenuItem>
 | 
| 
		 
			 
			#3866  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 <?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.3//EN" "http://www.sage-community.org/~nielm/nielm_modules/dynamic_menu/sagemenu_1_3.dtd"> <sageMenu version="1.3"> <internalScreenMenuItem screen="Video Library Folder View" title="My Videos"> <evalExpression>AddStaticContext("PathFilterExpr", "\\\\NEWSERVER\\Divx_movies")</evalExpression> <evalExpression>AddStaticContext("PathFilterExcludes", true)</evalExpression> </internalScreenMenuItem> </sageMenu>  | 
| 
		 
			 
			#3867  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
		
		 
			
			Update:  I finally finished resizing my album art.  200x200 worked perfectly and the system is back to being zippy. Thanks for the advise!
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		Server: 2.6Ghz Pentium Dual Core, 2GB RAM. 3x PVR-150, 1.5TB HDD. Geforce 7300GS, Sage 7.0.15 Client: Jetway ION-Top - Dual core ATOM 1.6 & NVIDIA ION NAS: QNAP TS-419P 3.7TB Raid-5 Special thanks to tmiranda for making my 24h time format dream a reality. See here for more details.  | 
| 
		 
			 
			#3868  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 Mine below: Code: 
	<!-- DTD for SageMenu
This is a DTD to define the XML file format for the SageMenu XML.
-->
<!-- The root element, sageMenu.
	versions="1.0" to "1.4" are currenly the only supported version
	Child elements can be a menu, or a menuitem
 -->
<!ELEMENT sageMenu (menu |
	subMenuItem |
	internalScreenMenuItem |
	actionMenuItem)>
<!ATTLIST sageMenu version  CDATA #REQUIRED >
<!-- the menu element for defining submenus -->
<!ELEMENT menu ( (
	option |
	subMenuItem |
	internalScreenMenuItem |
	actionMenuItem)* )>
<!ATTLIST menu  
    title CDATA #REQUIRED
    numrows CDATA #IMPLIED>
<!-- menu options - depends on STV -->
<!ELEMENT option (#PCDATA)>
				
<!-- the MenuItem element for defining sub-menus-->
<!ELEMENT subMenuItem (menu)>
<!ATTLIST subMenuItem
    title CDATA #REQUIRED
    icon CDATA #IMPLIED
	pinCode CDATA #IMPLIED
	shortCutKey CDATA #IMPLIED>
<!-- the MenuItem element for defining internal screens-->
<!ELEMENT internalScreenMenuItem (confirmPrompt?,evalExpression*)>
<!ATTLIST internalScreenMenuItem
    title CDATA #REQUIRED
    icon CDATA #IMPLIED
    screen CDATA #REQUIRED
	pinCode CDATA #IMPLIED
	shortCutKey CDATA #IMPLIED>
<!-- the an expression to evaluate before launching any internal screen -->
<!ELEMENT evalExpression (#PCDATA)>
<!-- a ok/cancel confirmation prompt to give before launching 
	any internal screen or any external action/sagecommand  -->
<!ELEMENT confirmPrompt (#PCDATA)>
<!-- the MenuItem element for defining external commands-->
<!ELEMENT actionMenuItem (confirmPrompt?,actionList)>
<!ATTLIST actionMenuItem
    title CDATA #REQUIRED
    icon CDATA #IMPLIED
	pinCode CDATA #IMPLIED
	shortCutKey CDATA #IMPLIED>
 
<!ELEMENT actionList (sageCommand | extCommand)*>
 
 <!-- the element for defining external command actions -->               
<!ELEMENT extCommand EMPTY>
<!ATTLIST extCommand
	window (maximised | minimised | hidden | normal ) #IMPLIED
	waitforexit ( 1 | 0 ) #IMPLIED
  	command CDATA #REQUIRED
  	arguments CDATA #IMPLIED>
<!-- the element for defining internal command actions -->               
<!ELEMENT sageCommand EMPTY>
<!ATTLIST sageCommand command CDATA #REQUIRED>
 | 
| 
		 
			 
			#3869  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
  | 
| 
		 
			 
			#3870  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
				
				Brain freeze on TV Recordings
			 
			
			
			I seem to have turned on "Suggestions" in my current TV recordings.  It will not show any of my other recordings.  I don't recall where to change this.  Can anyone point me in the right direction?  See attached for a screen snap.
		 
		
		
		
			
				__________________ 
		
		
		
		
		Frankentivo: iStar D-380HB, SuperMicro X107-F-O, Xeon 1270v3 CPU, Kingston 8 GB 1600MHz DDRR3L x 4 Tuners: 4 x HDHR OTA, 4 x HDHR3 OTA, 3 x HDHR Prime UnRAID Pro: 1 x Samsung 500GB Cache, 5 x WD Red 4TB (1 Parity, 4 Data) Extenders: 2 x HD-200, 1 x HD-300 on Atlona PRO3HD66m Sage: V9.0.14.567 with OpenDCT on unRaid docker, Gemstone, BMT, Web UI, PlayOn, TiSage  | 
| 
		 
			 
			#3871  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 Dirk  | 
| 
		 
			 
			#3872  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 Code: 
	<evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression>
<evalExpression>java_util_List_add(PathFilterExprs, "\\\\sagetv-server\\SageTV\\DATA1\\Videos")</evalExpression>
<evalExpression>AddStaticContext("PathFilterExcludes", true)</evalExpression>
 | 
| 
		 
			 
			#3873  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 Dirk  | 
| 
		 
			 
			#3874  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 ![]() Dirk  | 
| 
		 
			 
			#3875  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Thanks Dirk, the "=All" did the trick.
		 
		
		
		
		
		
		
			
				__________________ 
		
		
		
		
		Frankentivo: iStar D-380HB, SuperMicro X107-F-O, Xeon 1270v3 CPU, Kingston 8 GB 1600MHz DDRR3L x 4 Tuners: 4 x HDHR OTA, 4 x HDHR3 OTA, 3 x HDHR Prime UnRAID Pro: 1 x Samsung 500GB Cache, 5 x WD Red 4TB (1 Parity, 4 Data) Extenders: 2 x HD-200, 1 x HD-300 on Atlona PRO3HD66m Sage: V9.0.14.567 with OpenDCT on unRaid docker, Gemstone, BMT, Web UI, PlayOn, TiSage  | 
| 
		 
			 
			#3876  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
 Dirk  | 
| 
		 
			 
			#3877  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 
			
			Yep, that appears to be exactly what is was.  I can't disagree with that other thread, it does seem like an archaic and prone to fail method of having all of the data saved. 
		
		
		
		
		
		
		
		Luckily for me it was only like 7 shows, so it doesn't affect me much, wipe and start over. If it had been half a years worth I would be upset too. Does anyone know if they are working on anything as far as changing that around, or is it pretty much the status quo. Are there any plugins that basically rip all the data and back it up on a regular basis so if you do screw something up, you can restore it easily? I know, make a copy of your wiz.bin, and thats true, i'm not sure how to set it up to be automatic, but i'm sure there is a way. What is actually in it, is there any way to open it and view the contents of how stuff is saved?  | 
| 
		 
			 
			#3878  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
		
		 Quote: 
	
  | 
| 
		 
			 
			#3879  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
		
		 Quote: 
	
 Aloha, Mike 
				__________________ 
		
		
		
		
		"Everything doesn't exist. I'm thirsty." ...later... "No, it's real!!! I'm full." - Nikolaus (4yrs old)  | 
| 
		 
			 
			#3880  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
		
		 Quote: 
	
  | 
![]()  | 
	
	
		
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
		
  | 
	
		
  |