|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#5081
|
|||
|
|||
Can someone please help me with a custom menu. I am trying to create a menu button that points to only one specific folder. The menu displays all movies not just the specific folder(Kids). I have used something similar to this in the past but the DTD was out of date. I am now using the latest versions of SageTv and SageMC. See the code below.
My coding skills are highly questionable so any help would be appreciated Clay ----------------------------------------------- <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.4//EN" "http://www.sage-community.org/~nielm/nielm_modules/dynamic_menu/sagemenu_1_3.dtd"> <sageMenu version="1.4"> <internalScreenMenuItem title="Kids Movies" icon="hover_my videos.png" screen="Video Library Folder View"> <evalExpression>AddStaticContext("PathFilterExpr", "\\\\NEWSERVER\\Divx_Kids")</evalExpression> <evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression> </internalScreenMenuItem> </sageMenu> ------------------------------------------------------- |
#5082
|
|||
|
|||
I just updated to the newest Java, 1.6.0.3, and it's still the same. I can't figure out the problem.
|
#5083
|
|||
|
|||
Just to confirm, you installed the full 6.3.5 package, http://forums.sagetv.com/forums/down...do=file&id=141 , and not the 6.3.5 upgrade package?
__________________
- Jack __________________________________________ Server: AMD Phenom 9750, 2GB RAM, 2 Hauppauge PVR500, 1 Firewired DCT6200, 1 HDHomerun tuning 2 QAM channels, Vizio 37" HDTV LCD, 1 USB-UIRT Clients: 1 MediaMVP, 1 Placeshifter Client, & 1 SageTV Client. |
#5084
|
|||
|
|||
Quote:
|
#5085
|
|||
|
|||
Can you enable debug logging (see my signature) and post the log file ?
Dirk |
#5086
|
|||
|
|||
Quote:
<internalScreenMenuItem title="Kids Movies" icon="hover_my videos.png" screen="Video Library Folder View"> <evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression> <evalExpression>java_util_List_add(PathFilterExprs, "\\\\NEWSERVER\\Divx_Kids")</evalExpression> <evalExpression>AddStaticContext("PathFilterExcludes", false)</evalExpression> </internalScreenMenuItem> Dirk |
#5087
|
|||
|
|||
Thank you Dirk! That did it
|
#5088
|
|||
|
|||
SageMC 6.3.6
SageMC 6.3.6 is available.
I haven't had much time lately to work on SageMC, but fortunately Mike filled in and implemented a couple of really cool new features for the main menu. This includes total configurability of almost all the elements on the main menu, and a new icon based main menu style. He also worked on replacing the old legacy animations and added some other features. This is truly a 'Hawaiian' release... Here are the new features:
Update instructions: - shut down the UI - unzip *all* files in the download file - restart the UI - load the new STV The dev package (includes only new STV, JARs, and command file) and the full installation package are available for download here: SageMC 6.3.6 update SageMC 6.3.6 full install Enjoy, Dirk |
#5089
|
||||
|
||||
Wooohooo!!
This is sad, I've been checking 3 times a day for the past 3-4 days hoping to see this post Right on!!!!!!!!!!!!!!!!!!!!!!
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#5090
|
|||
|
|||
Quote:
-Peter |
#5091
|
|||
|
|||
[QUOTE=flachbar;252973]SageMC 6.3.6 is available.
Here are the new features:
Looks good, can't wait to try it out... I'm assuming, since it wasn't mentioned, that there aren't any setting in the theme.properties file to control the above listed functions?? Would be something neat to have, coming from a person that currently is maintaining a SageMC theme. These are all features I actually was going to ask about, but didn't bother because it seemed like a lot of work to do for something that is "just cosmetic." Thanks Mike and Flachbar |
#5092
|
||||
|
||||
Quote:
sagemc/MainMenu/... It seemed like it would be non-intuitive and a bit annoying to lose all of your customization settings just by changing themes. That's why I decided not to put the property settings in theme.properties. As a theme designer, you could always provide screen shots of any particular configuration for your theme as a 'serving suggestion'. It should be fairly straightforward for anyone to replicate the look even just using their remote control. Aloha, Mike |
#5093
|
||||
|
||||
Thanks again for this nice update! I see a couple of minor problem right away.. the first one is a known bug from the last release..
1) IMDB movie poster will not update the first time you go see details of a movie. You see the blue down-arrow while the picture is being downloaded, then it just got to a blank image. You have to exit that screen and go back in to see it again. 2) Left / right borders in Guide are changed to have more of a margin.. However, the video preview window doesnt line up anymore with the Channel Column (too far to the left). Either the margin needs to be changed back or the video window needs to be moved to line up. PS: How do I put my colors back in the guide when I would select "Enhanced colors in guide" SageMC option. I liked those colors. I like the idea of being able to specify my own colors in the theme properties file, but I have no idea what they were.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** Last edited by mkanet; 12-16-2007 at 03:03 AM. |
#5094
|
||||
|
||||
Quote:
Code:
# # Define EPG colors for the new Guide Coloring Method, using hex RGB values # format: <color name>=0xRRGGBB # #Color/GuideAiringBGDefault=0x2156A6 #Color/category_bg_colors/Action= #Color/category_bg_colors/Adults\ only= #Color/category_bg_colors/Adventure= #Color/category_bg_colors/Agriculture= #Color/category_bg_colors/Animals= Color/category_bg_colors/Animated=0x0099CC Color/category_bg_colors/Anime=0x006699 #Color/category_bg_colors/Anthology= #Color/category_bg_colors/Art= #Color/category_bg_colors/Auto\ racing= #Color/category_bg_colors/Aviation= #Color/category_bg_colors/Awards= #Color/category_bg_colors/Baseball= #Color/category_bg_colors/Basketball= #Color/category_bg_colors/Bicycle\ racing= #Color/category_bg_colors/Biography= #Color/category_bg_colors/Bodybuilding= #Color/category_bg_colors/Bowling= #Color/category_bg_colors/Boxing= #Color/category_bg_colors/Card\ games= #Color/category_bg_colors/Cheerleading= Color/category_bg_colors/Children=0xFF00FF Color/category_bg_colors/Children-music=0xFF00FF Color/category_bg_colors/Children-special=0xFF00FF Color/category_bg_colors/Children-talk=0xFF00FF #Color/category_bg_colors/Collectibles= #Color/category_bg_colors/Comedy= #Color/category_bg_colors/Comedy-drama= #Color/category_bg_colors/Community= #Color/category_bg_colors/Computers= #Color/category_bg_colors/Consumer= #Color/category_bg_colors/Cooking= #Color/category_bg_colors/Crime= #Color/category_bg_colors/Crime\ drama= #Color/category_bg_colors/Dance= #Color/category_bg_colors/Diving= #Color/category_bg_colors/Docudrama= Color/category_bg_colors/Documentary=0x996600 #Color/category_bg_colors/Dog\ show= #Color/category_bg_colors/Drag\ racing= #Color/category_bg_colors/Drama= #Color/category_bg_colors/Educational= #Color/category_bg_colors/Entertainment= Color/category_bg_colors/Environment=0x996600 #Color/category_bg_colors/Exercise= #Color/category_bg_colors/Extreme= #Color/category_bg_colors/Fantasy= #Color/category_bg_colors/Fashion= #Color/category_bg_colors/Figure\ skating= #Color/category_bg_colors/Fishing= #Color/category_bg_colors/Football= #Color/category_bg_colors/Fundraiser= #Color/category_bg_colors/Game show= #Color/category_bg_colors/Golf= #Color/category_bg_colors/Health= #Color/category_bg_colors/Historical\ drama= Color/category_bg_colors/History=0x996600 #Color/category_bg_colors/Hockey= #Color/category_bg_colors/Holiday= #Color/category_bg_colors/Holiday/ special= #Color/category_bg_colors/Holiday-children= #Color/category_bg_colors/Holiday-children\ special= #Color/category_bg_colors/Home/ improvement= #Color/category_bg_colors/Horror= #Color/category_bg_colors/How-to= #Color/category_bg_colors/Hunting= #Color/category_bg_colors/Interview= #Color/category_bg_colors/Law= #Color/category_bg_colors/Martial\ arts= #Color/category_bg_colors/Medical= #Color/category_bg_colors/Motorcycle= #Color/category_bg_colors/Motorcycle\ racing= #Color/category_bg_colors/Motorsports= #Color/category_bg_colors/Mountain\ biking= Color/category_bg_colors/Movie=0x660066 #Color/category_bg_colors/Music= #Color/category_bg_colors/Music\ special= #Color/category_bg_colors/Musical= #Color/category_bg_colors/Musical\ comedy= #Color/category_bg_colors/Mystery= Color/category_bg_colors/Nature=0x996600 Color/category_bg_colors/News=0xFF0000 #Color/category_bg_colors/Newsmagazine= #Color/category_bg_colors/Outdoors= #Color/category_bg_colors/Paranormal= #Color/category_bg_colors/Parenting= #Color/category_bg_colors/Performing\ arts= #Color/category_bg_colors/Politics= #Color/category_bg_colors/Pro\ wrestling= #Color/category_bg_colors/Public\ affairs= #Color/category_bg_colors/Reality= #Color/category_bg_colors/Religious= #Color/category_bg_colors/Rodeo= #Color/category_bg_colors/Romance= #Color/category_bg_colors/Romance-comedy= #Color/category_bg_colors/Rugby= Color/category_bg_colors/Science=0x996600 #Color/category_bg_colors/Science fiction= #Color/category_bg_colors/Self\ improvement= #Color/category_bg_colors/Shooting= #Color/category_bg_colors/Shopping= #Color/category_bg_colors/Sitcom= #Color/category_bg_colors/Skiing= #Color/category_bg_colors/Soap= #Color/category_bg_colors/Soap\ special= #Color/category_bg_colors/Soccer= #Color/category_bg_colors/Special= Color/category_bg_colors/Sports\ event=0x00AA00 Color/category_bg_colors/Sports\ non-event=0x00AA00 Color/category_bg_colors/Sports\ talk=0x00AA00 #Color/category_bg_colors/Standup= #Color/category_bg_colors/Surfing= #Color/category_bg_colors/Suspense= #Color/category_bg_colors/Talk= #Color/category_bg_colors/Tennis= #Color/category_bg_colors/Travel= #Color/category_bg_colors/Triathlon= #Color/category_bg_colors/Variety= #Color/category_bg_colors/Volleyball= #Color/category_bg_colors/War= #Color/category_bg_colors/Weather= #Color/category_bg_colors/Weightlifting= #Color/category_bg_colors/Western= Aloha, Mike |
#5095
|
||||
|
||||
Hi Mike, Im not sure how well that would work with with the colors alphablended on top of my background.
So, there's no way to get the colors back easily? It was pretty easy to set them in the first place with the old version... I just selected "enhanced colors" nothing else. Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#5096
|
||||
|
||||
BTW: Multi-speed FF/REW broke my sound. I dont get any sound after I set it under any decoder... even after I disable it and restart sageTV and the service. I just get brief "hickups" of sound. My orginal AC-3 decoder which wasn't working with it now is not showing at all as the list of available decoders... maybe I need to reboot? Something really weird with the multi-speed function...
PS: I just rebooted, still no sound, I can change the decoders around and the mutli speed FF/REW options and theres not sound. The only way to get it back it to revert my whole sageTV back and do not touch any of the Mutlispeed settings. What does Multispeed change in the configuration that I cant put back? This is the first time any kind of upgrade in SageTV has cause sound to break completely. I have windows system sounds..
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** Last edited by mkanet; 12-16-2007 at 04:47 AM. |
#5097
|
|||
|
|||
love the new customizable main menu! and thanks for adding the new online services so quick!
-M |
#5098
|
|||
|
|||
Nice release. Only one request. Can you move the configuration of the main menu under the Settings for SageMC, instead of as an option of the menu itself. My family is finding this confusing. (personally I like all setup options under the Settings/SageMC...
|
#5099
|
|||
|
|||
I don't know how you did it, but I was unable to re-create the look you have in the picture above. Help? |
#5100
|
|||
|
|||
Wow, awesome work Dirk and Mike. Thanks a lot! Now if I can convince my wife that I need to sit around and tweak the HTPC instead of going Christmas shopping...
__________________
-Jason |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|