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.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #5081  
Old 12-15-2007, 06:45 PM
clayfree clayfree is offline
Sage Advanced User
 
Join Date: Nov 2005
Posts: 96
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  
Old 12-15-2007, 07:59 PM
Gr1mm Gr1mm is offline
Sage User
 
Join Date: Dec 2007
Posts: 5
Quote:
Originally Posted by MeInMaui View Post
Make sure you are running Java 1.6. SageTV only installs v1.4 by default.

Aloha,
Mike
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  
Old 12-15-2007, 08:07 PM
ke6guj ke6guj is offline
Sage Icon
 
Join Date: Jan 2005
Posts: 2,355
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  
Old 12-15-2007, 08:35 PM
Gr1mm Gr1mm is offline
Sage User
 
Join Date: Dec 2007
Posts: 5
Quote:
Originally Posted by ke6guj View Post
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?
Yes indeed.
  #5085  
Old 12-15-2007, 08:48 PM
dflachbart dflachbart is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,743
Quote:
Originally Posted by Gr1mm View Post
Yes indeed.
Can you enable debug logging (see my signature) and post the log file ?


Dirk
  #5086  
Old 12-15-2007, 08:53 PM
dflachbart dflachbart is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,743
Quote:
Originally Posted by clayfree View Post
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>

-------------------------------------------------------
The Syntax had changed a few versions back, you have to use:


<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  
Old 12-15-2007, 09:52 PM
clayfree clayfree is offline
Sage Advanced User
 
Join Date: Nov 2005
Posts: 96
Thank you Dirk! That did it
  #5088  
Old 12-16-2007, 12:21 AM
dflachbart dflachbart is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,743
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:
  • Added screen layout configuration menu for the Main Menu which allows most objects on the main menu to be moved/resized and customized:
    • Menu: move/scale, adjust width, change text justification
    • Title Graphic: enable/disable, move/scale, adjust height, set opacity
    • Main Icon Panel: enable/disable, move/scale, set animation type, animation timeline, animation duration
    • Weatherbar: enable/disable, move/scale, select style(simple, detailed, and forecast). Will be shifted up when ticker is enabled only in case of overlap.
    • ShutdownIcon: enable/disable, move/scale, transition animation
    • PreviewPanel: enable/disable, move/scale, ticker is automatically adjusted to compensate
  • Popup menus and UI titles are converted to now use core animations. (new SageTV v6.3.2 animations were necessary for this)
  • Added display of (Category, Subcategory) to Subcategory Search Results menu title when searching by category.
  • Added new color coded EPG properties to theme.properties file (set to 0 to remove the default background color):
    • Alpha/GuideAiringBGDefaultPast=
    • Alpha/GuideAiringBGDefaultCurrent=
  • Fixed Selection Bar display on Browse by Channel screen.
  • Added property to set current time marker color in EPG
  • Added new icon based main menu system.
    • To activate, open the 'Customize Screen Layout' menu (via the options menu in the Main Menu) and go to the Customize button for 'Main Menu'. Select 'Icons' as the main menu style. If you are using the dynamic main menu, you can set the style for main and sub menus independently
    • You can adjust the number of rows and columns and they will update on the fly.
    • There are also settings here to choose the selection bars to use. By default it uses the existing 'icon_empty_*.png' files when 'Folder View' is selected, but you can also choose 'Main Menu' and it will look for 'main_menu_focus.png' and 'main_menu_nofocus.png' graphics files in your theme. (This allows the icon menu can work 'out of the box' with all existing themes, but still allows full customization to be done.)
    • The last setting you will see is the time delay for the new double select (double click) functionality in the icon menu. If you double click with the mouse or double select with the remote or keyboard then the popup shortcut menu will appear when available. Single click/select behaves as usual. This setting allows the user to tune the time allowed for the second click/select to their preferences
  • Added new Online Services. This is a rough first version, so there might be still some quirks with themes not matching etc. I know that people were anxiously waiting for this, that's why I tried to get it in even if it's not perfect yet
  • Integrated Niel's Multispeed FFWD/REW into the STV
  • "Grouped" recording view now groups movies into one folder
  • Added batch file "rss_reader.cmd" (in SageMCE folder) to specify the external browser for RSS news
  • Fixed icons in Other Airings
  • Fixed number of rows in EPG by Channel
  • Fixed issue with hover_custom1.png
Here are a couple of screen shots showing the new functionality in the main menu:







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  
Old 12-16-2007, 12:35 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
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  
Old 12-16-2007, 12:38 AM
peternm22 peternm22 is offline
Sage Expert
 
Join Date: Jan 2005
Posts: 709
Quote:
Fixed icons in Other Airings
Thanks! Time to download....

-Peter
  #5091  
Old 12-16-2007, 01:10 AM
grooves12 grooves12 is offline
Sage Aficionado
 
Join Date: Feb 2006
Posts: 303
[QUOTE=flachbar;252973]SageMC 6.3.6 is available.

Here are the new features:
  • Added screen layout configuration menu for the Main Menu which allows most objects on the main menu to be moved/resized and customized:
    • Menu: move/scale, adjust width, change text justification
    • Title Graphic: enable/disable, move/scale, adjust height, set opacity
    • Main Icon Panel: enable/disable, move/scale, set animation type, animation timeline, animation duration
    • Weatherbar: enable/disable, move/scale, select style(simple, detailed, and forecast). Will be shifted up when ticker is enabled only in case of overlap.
    • ShutdownIcon: enable/disable, move/scale, transition animation
    • PreviewPanel: enable/disable, move/scale, ticker is automatically adjusted to compensate

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  
Old 12-16-2007, 02:33 AM
MeInMaui's Avatar
MeInMaui MeInMaui is offline
SageTVaholic
 
Join Date: Feb 2005
Location: Maui. HI
Posts: 4,203
Quote:
Originally Posted by grooves12 View Post
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??
All of the customization settings are set as properties in the sage.properties file. Look for:

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  
Old 12-16-2007, 02:48 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
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  
Old 12-16-2007, 02:58 AM
MeInMaui's Avatar
MeInMaui MeInMaui is offline
SageTVaholic
 
Join Date: Feb 2005
Location: Maui. HI
Posts: 4,203
Quote:
Originally Posted by mkanet View Post
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.
Look for the following section in the theme.properties file:

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=
The values are in hex. To find the value of the color you previously used, you would have to open the image file in a paint program that allows you to grab the color with something like an eyedropper tool and then displays the hex value. I use Photoshop for this. I'm sure ther are other programs you could use. Once you have the hex value, just put it in the appropriate category line (remove # if it is present) and reload the theme. That should do it. HTH

Aloha,
Mike
  #5095  
Old 12-16-2007, 03:10 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
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:
Originally Posted by MeInMaui View Post
Look for the following section in the theme.properties file:

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=
The values are in hex. To find the value of the color you previously used, you would have to open the image file in a paint program that allows you to grab the color with something like an eyedropper tool and then displays the hex value. I use Photoshop for this. I'm sure ther are other programs you could use. Once you have the hex value, just put it in the appropriate category line (remove # if it is present) and reload the theme. That should do it. HTH

Aloha,
Mike
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
  #5096  
Old 12-16-2007, 03:35 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
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  
Old 12-16-2007, 09:11 AM
mdnttoker mdnttoker is offline
Sage Aficionado
 
Join Date: Aug 2006
Posts: 446
love the new customizable main menu! and thanks for adding the new online services so quick!

-M
  #5098  
Old 12-16-2007, 09:37 AM
edbmdave edbmdave is offline
Sage Aficionado
 
Join Date: Apr 2004
Location: Dallas
Posts: 365
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  
Old 12-16-2007, 09:48 AM
edbmdave edbmdave is offline
Sage Aficionado
 
Join Date: Apr 2004
Location: Dallas
Posts: 365
Quote:
Originally Posted by flachbar View Post



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  
Old 12-16-2007, 10:02 AM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
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
Closed Thread


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


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


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