|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
|||
|
|||
I've never done it except through the first menu. But with the proper parameters you should be able to create a direct link. I'll see if I can come up with a MenuItemLet for this sometime this weekend.
|
#62
|
|||
|
|||
Note this plugin is already compatible with SageMC version 6.3.4 as far as I can tell. If you find something that doesn't work correctly let me know and I will see if I can fix it.
FYI: you can make direct links to any of the Malore menus with the Dynamic menu system built into SageMC - however here are some MenuItemLets that you can just cut and paste for each menu including the main menu: Main Entry menu: Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: Malore Menus" title="Malore Menus"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: SageTV Recordings by malore" title="SageTV Recordings"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Archived SageTV Recordings" title="Archived Recordings"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Guide" title="Guide1"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Guide2" title="Guide2"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Guide3" title="Guide3"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Recording Schedule" title="Recording Schedule"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Series Premieres & Specials" title="Premieres & Specials"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Upcoming Movies" title="Upcoming Movies"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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 screen="Xtra: malore Viewing History" title="Viewing History"> <evalExpression> </evalExpression> </internalScreenMenuItem> </sageMenu> |
#63
|
|||
|
|||
Thanks Bob.. I managed to link directly to the submenus.
I'm having a problem now with playing videos from the SageTV Recordings page. When I click play, I have it set to bring up the options menu (advanced), and then I click Play. The video will start playing but the options menu won't go away. I have to click Close, which brings me back to the Malore sagetv recordings page, then Home, then Back to see the video unobstructed. Any thoughts? Also, the Back key doesn't work from the SageTV Recordings page to take me back to the main menu. I have Back as Left enabled. Thanks, Marc |
#64
|
||||
|
||||
Quote:
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. |
#65
|
|||
|
|||
Quote:
|
#66
|
|||
|
|||
Yes I am using it with Sage MC 6.3.4 which I why I had to link in the SageTV Recordings menu to the main menu page.
|
#67
|
|||
|
|||
Didn't have a chance to test last night. Will try again tonight.
|
#68
|
||||
|
||||
Not sure what I did wrong. So I imported this into the latest SageMC 6.3.4a. It all functions and I connected to the Main Malore menu. But when I go into I have no background, no highlight bar. Well-not really-the bar must be black. Because I can't see the text when I move it. It's like it is not picking up the theme pieces. I am not using the default SageMC theme. I'm using Myst and I didn't go back to default to see if that fixed it. It's weird.
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. |
#69
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#70
|
|||
|
|||
Quote:
|
#71
|
||||
|
||||
Quote:
Aloha, Mike |
#72
|
|||
|
|||
Quote:
Dirk |
#73
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#74
|
||||
|
||||
There I go again! Sorry.
|
#75
|
|||
|
|||
Quote:
Quote:
Edit: Yep that's what it was - leftover graphics or something. New install does the same as described above by gplasky. I still cannot get the "Display Options" to NOT disappear however. The FIX for this will have to wait until this weekend as I want to wait until I have more time to remove SageMC without disturbing anything else on my development box. Sorry guys - bad testing. Will have to test my FCL pluging again as well now. Last edited by BobPhoenix; 10-03-2007 at 06:09 PM. Reason: added more information |
#76
|
|||
|
|||
Quote:
Yes, that's what I was hoping to do. oh well. |
#77
|
|||
|
|||
I take it all back. I have it working now.
I saw the jpg you added with your themes and noticed Blue Steel is not one of them. I was a bit curious and checked what version of sagemc I was using and somehow I got rolled back to 6.3.3c. Anyway, I re-loaded the STV and strangely everything turned black. I was still able to operate the menus but background was black. I exited SageTV and re-started and then all was good again. I checked if the malore menus worked and when I play a video, it plays fine, as opposed to what was happening to me before. Also, the Back key works. Ie, if I'm in SageTV Malore menus and I push the left key on my remote, it now does take me back to the main menu. I haven't played with this much so I'll post if I have more problems. by the way, are the other themes, like blue steel, not available anymore? I like that theme. It seems to be the easiest on my plasma (some of the others make my plasma buzz a bit ). |
#78
|
|||
|
|||
Quote:
Also your comment about restarting made me test my system but I still get the same symtoms as gplasky describes even after a restart. Your black screen is most likely the same problem and I will update that this weekend when I can spend time re-installing SageTV and SageMC again. In the middle of something currently and don't want to loose it. Last edited by BobPhoenix; 10-03-2007 at 06:40 PM. Reason: Corrected bad info |
#79
|
|||
|
|||
BLue Two Blue Steel looks like it is included in the Full 6.3.4 package, but not the 6.3.4 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. |
#80
|
|||
|
|||
Just what I corrected my post to say.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|