|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Renaming menu items and guides by malore
I am trying to change the names and order of some of the menus using the menu.xml file with Neilms little add-on. It's a very cool app. I have changed the menus of everything except the "guides by malore" which is just listed in the menu.xml file with that one entry.
Does anyone know how to rename the items on the "guides by malore"? Also I notice that when I rename things directly in the menu.xml with notepad, the changes are accepted when I load SageTV without issue. However, once I go to adding lines, or changing order, or whatever; any little change will cause the xml not to load and SageTV gives a message asking if I want to have it load the default instead. How do you recommend re-ordering the menu.xml file? Should I be using notepad? |
#2
|
||||
|
||||
You can rename each guide when you are in each guide (options menu/right click)
Editing XML: notepad is fine, you just need to make sure that you keep the XML well-formed. The dynamic menu should be giving you an error message showing you why it could not load the XML -- which line the error is on.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#3
|
||||
|
||||
Quote:
Yeah I am doing it one line at a time so I know which line the error is on, just not why? I think everything is written correctly then it won't load |
#4
|
||||
|
||||
You are right-clicking in each individual guide? This should bring up the option screen to set up what you want each guide to show.
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#5
|
||||
|
||||
Only in the main menus. Malore's one menu is different. Nielm's util won't change this one, nor will editing the menu.xml as the info for that screen isn't listed there.
|
#6
|
||||
|
||||
Quote:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#7
|
||||
|
||||
Quote:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#8
|
||||
|
||||
Quote:
|
#9
|
||||
|
||||
For re-ordering...
Well in the Malore STV you cannot... With my import, instead of linking to the external screen "Custom Menus by malore", you create your own sub-menu, and link in the shortcuts I defined (botton of the first post in the Malore menus import thread)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#10
|
||||
|
||||
fonts...
Quote:
|
#11
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#12
|
||||
|
||||
Quote:
Did I tell you you are one cool cat All sarcasm aside, you are very calm about it. If I had written that 200+ page manual I wouldn't be so nice about it. |
#13
|
||||
|
||||
Quote:
|
#14
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#15
|
||||
|
||||
Menu Items....
Quote:
I am basically missing 3 menu items 'Play DVD', 'Exit Full Screen Mode', 'System Information'. Can you point me in the right direction for those? Attached is some screenshots of what I have so far and the last where I am having TROUBLE adding those 3 menu items.
__________________
The newest v7 release of SageTV, now a free upgrade for existing owners of SageTV, is a dream come true for any TV enthusiast. Combine it with Play-On for Netflix and Hulu (among others) and no stone has been left unturned. SageTV is TV done right! -- Snoopy Last edited by snoopy; 07-29-2005 at 02:54 PM. |
#16
|
|||
|
|||
Not sure about sysinfo without looking but the first two are commands if I am not mistaken (not internal screens).
peace . . . Quote:
__________________
PVR user since the late 1900's . . . |
#17
|
||||
|
||||
Quote:
|
#18
|
||||
|
||||
'Play DVD': use the 'DVD' SageCommand (#73)
Code:
<actionMenuItem title="Play DVD" icon="STVs\dynamic_menu_icons\mm_dvd.png"> <actionList> <sageCommand command="DVD"/> </actionList> </actionMenuItem> Code:
<actionMenuItem title="Toggle Full Screen Mode" <actionList> <sageCommand command="Full Screen"/> </actionList> </actionMenuItem> Code:
<internalScreenMenuItem title="System Information" screen="System Information"/>
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#19
|
||||
|
||||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|