SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #421  
Old 01-17-2008, 09:38 AM
pleyraki's Avatar
pleyraki pleyraki is offline
Sage User
 
Join Date: Oct 2007
Posts: 38
Can I change the Online Services Menu?

Hi. The reason I am asking is that after installing the 6.3 ver of sage and the new ver of dynamic menus, everything works OK, except I cannot change the "online services" menu.

When I am in it, pressing esc or right clicking does not show the dynamic menu config., but the standard config. In all other menus, the thing works fine.

Maybe it is because the menu is in 3 columns now? Any ideas? Thanks.
__________________
A. Plevrakis
Crete, Greece.
Reply With Quote
  #422  
Old 01-17-2008, 10:04 AM
Lucas Lucas is offline
Sage Icon
 
Join Date: Aug 2004
Location: Greece
Posts: 1,156
The new online service menu, unless I am mistaken, is an internal SageTV screen and is not part of the menu.xml structure, so it cannot be modified.
__________________
Windows 10 64bit - Server: C2D, 6Gb RAM, 1xSamsung 840 Pro 128Gb, Seagate Archive HD 8TB - 2 x WD Green 1TB HDs for Recordings, PVR-USB2,Cinergy 2400i DVB-T, 2xTT DVB-S2 tuners, FireDTV S2
3 x HD300s
Reply With Quote
  #423  
Old 01-18-2008, 11:25 AM
Sean977 Sean977 is offline
Sage User
 
Join Date: Jan 2005
Posts: 49
Actually, you can modify it using studio. I've added my movie times and IMDB search items to it.
Reply With Quote
  #424  
Old 01-18-2008, 12:41 PM
ejkeebler ejkeebler is offline
Sage User
 
Join Date: Dec 2007
Posts: 64
Too much to ask?

Sean977, you mentioned you added your movie times and imdb stuff to it? If you could, what do those items do? I love the online stuff and am always looking for new things to add to it!
Reply With Quote
  #425  
Old 01-19-2008, 03:42 PM
Sean977 Sean977 is offline
Sage User
 
Join Date: Jan 2005
Posts: 49
The Movie Times button allows you to view movie listings, trailers and showtimes in SageTV. You can find the stvi created by aperry in the SageTV Customizations section.

The IMDB Search button can search for and display information from the Internet Movie Data Base. This stvi was created by Nielm and can also be found in the SageTV Customizations section.
Reply With Quote
  #426  
Old 01-21-2008, 04:04 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by Lucas View Post
The new online service menu, unless I am mistaken, is an internal SageTV screen and is not part of the menu.xml structure, so it cannot be modified.
yep.
It is also dynamically generated with the help of SageTV/STVs/SageTV3/OnlineVideos/*.properties

If you want weather to be a link in a separate page (Eg I have:
Main menu/Information Menu containing links to weather, IMDB, RSS reader, Online Services, and a couple of fixed web-pages), then paste this menuitemlet:

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageMenu PUBLIC "-//NIELM//DTD SAGEMENU XML 1.4//EN" "http://sageplugins.sourceforge.net/nielm_modules/dynamic_menu/sagemenu_1_3.dtd">
<sageMenu version="1.4">
    <internalScreenMenuItem screen="Weather" title="Weather">
        <evalExpression> </evalExpression>
    </internalScreenMenuItem>
</sageMenu>
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki

Last edited by nielm; 01-21-2008 at 04:17 AM.
Reply With Quote
  #427  
Old 01-21-2008, 09:34 AM
ejkeebler ejkeebler is offline
Sage User
 
Join Date: Dec 2007
Posts: 64
Quote:
Originally Posted by Sean977 View Post
The Movie Times button allows you to view movie listings, trailers and showtimes in SageTV. You can find the stvi created by aperry in the SageTV Customizations section.

The IMDB Search button can search for and display information from the Internet Movie Data Base. This stvi was created by Nielm and can also be found in the SageTV Customizations section.
ok I may have misunderstood, i thought maybe you somehow added those to your online services section and wanted to see how that was, i have both those plugins and love them both.

I'm really wanting to revamp my online services property file, but its a bit confusing how everything is listed in there, i've managed to add a couple podcasts and even a new button, but I'd like to reorganize them all and include only the youtube/google/podcasts I want.

Hope a tool comes out for that soon and makes it a little easier....
Reply With Quote
  #428  
Old 01-21-2008, 11:09 AM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
Feature Request

Nielm,

Would it be possible to add the ability to toggle the disk space area between space and weather? Since the unsupported extras support disk space, I would like to use the disk space in the dyn menus for weather.

Thanks in advance,

B
__________________
Running SageTV on unRAID via Docker
Tuning handled by HDHR3-6CC-3X2 using OpenDCT
Reply With Quote
  #429  
Old 02-10-2008, 04:52 PM
wado1971's Avatar
wado1971 wado1971 is offline
Sage Aficionado
 
Join Date: Feb 2006
Location: Stamford, CT
Posts: 345
I'll second the request for the weather on menus but I'd like to suggest a different location (sorry bcjenkins but I still use nielm’s diskspace option) So, I was recently playing with the idea of displaying the weather inside the mediafile panel visible only when no video/music is playing. It seems to work well so far and I like using that dead space for something useful.
Hope this could be considered.
wado
Reply With Quote
  #430  
Old 02-29-2008, 10:15 PM
Brent Brent is offline
SageTVaholic
 
Join Date: May 2006
Location: KC, Missouri
Posts: 3,695
How do I add a path for an external program?

I've done the following:
New
NewExternal Program
(entered Name)
(not sure how to enter path where it says "enter arguments for "

How do I do this?

EDIT: Never mind, I figured this out - I should have used "browse" in the first step to simply browse to the external program I wanted to launch...

Last edited by Brent; 03-01-2008 at 08:50 AM.
Reply With Quote
  #431  
Old 03-01-2008, 08:52 AM
Brent Brent is offline
SageTVaholic
 
Join Date: May 2006
Location: KC, Missouri
Posts: 3,695
Okay next question. Is there a way to keep the external program minimized when launching it? I've got a cli program that I'm launching from a menu item (using dynamic menus), but I need SageTV to maintain focus even while that cli program is running. Is this possible?
Reply With Quote
  #432  
Old 03-01-2008, 11:02 AM
CollinR CollinR is offline
Sage Icon
 
Join Date: Dec 2004
Location: Tulsa, OK
Posts: 1,305
What is the program?

Often you can add a \min or -min to the arguments and the new application will run minimized.
Reply With Quote
  #433  
Old 03-01-2008, 11:05 AM
Brent Brent is offline
SageTVaholic
 
Join Date: May 2006
Location: KC, Missouri
Posts: 3,695
Quote:
Originally Posted by CollinR View Post
What is the program?

Often you can add a \min or -min to the arguments and the new application will run minimized.
I'm launching a cmd that in turn runs dvd decrypter to rip a dvd, then does a transcode to smaller file size.

Would I just add a \min argument in the dynamic menus?
Reply With Quote
  #434  
Old 03-01-2008, 11:13 AM
CollinR CollinR is offline
Sage Icon
 
Join Date: Dec 2004
Location: Tulsa, OK
Posts: 1,305
Create a shortcut to the batch file and in the shortcut properties choose run minimized. Now call the shortcut *.lnk file from dynamic menus.

You would also need to add minimize arguments to each application in the batch too.
Reply With Quote
  #435  
Old 03-03-2008, 02:49 PM
SpaceFuzz SpaceFuzz is offline
Sage User
 
Join Date: Jan 2004
Location: Seattle, Washington
Posts: 33
Menus don't work, Sage v6.3.10.166, DCM v6.4

OK. Before I blow away my entire Sage directory and start with a clean install, I wanted to see if anyone else has had this problem and if there is an easy fix:

I upgraded to the latest beta Sage (v6.3.10.166) and starting with the default install (no other imports, and only my settings that came in from the *.properties), and imported Dynamic Customisable Menu (DCM v6.4). It appears to load, the menu "redraws itself," and then I am unable to select ANY items on the menu, or move off of the menu in any way. The only options I have found that work are: 1) picking an upcoming recording from the bottom bar allows me to alter recording details or cancel the recording, or 2) right-click on the menu and get the DCM pop-up menu allowing me to load/change/save menu details (I can navigate this pop-up just fine). Picking main menu items with the mouse, using the keyboard, or the remote does not do anything other than scroll my selector up and down.

Any clues?

I have reverted back to the default menu, and imported Comskip_playback.stvi, and it imported fine. Not sure what else to try, other than blow away the directory and reinstall with my preserved WIZ. I have remnants of old Sage versions in my structure--trusting that an upgrade overwrites any files needed. And I have not deleted any *.properties files when upgrading versions. I also enabled debugging and attached a snippet of what I THINK is the DCM import process--and it shows some failures. Need a smart person to interpret. Thanks!
Attached Files
File Type: txt sagetvclient_0-DynMenuImport.txt (6.3 KB, 179 views)
__________________
Abit KN9 SLI, AMD64 5600+ Duo, 500GB SATA, 4GB PC5300 DDR2, Realtek HD Audio, Hauppauge HVR-1800, BFG Geforce 7900GS.
Reply With Quote
  #436  
Old 03-16-2008, 09:51 AM
Neo's Avatar
Neo Neo is online now
Sage Advanced User
 
Join Date: Jan 2005
Location: Gothenburg, Sweden
Posts: 76
I have a problem with dynamic menus (using v6.4) after upgrading SageTV from 6.2.10 to 6.3.10. When I try to save the menu file, I get an error "Menu file write failed -- see logging".
I figured logging is done to sagetvclient_0.txt after setting debug_logging=TRUE in sageclient.properties. All I get in this file is this:

sö 3/16 16:41:07.836 WritingC:\Program\SageTV\SageTV\my_menu.xml_new
sö 3/16 16:41:07.853 processOptionsMenu optionsMenu=default:null|OptionsMenu:confirm

Does anyone know what is wrong?
__________________
i3-7100T, 8GB, Colossus, HDPVR2-GE+, BGT3620, Antec Fusion Case, Win10 64, SageTV 9.2
Reply With Quote
  #437  
Old 03-16-2008, 07:07 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Make sure you installed the plugin properly and unzip in the appropriate directory. Then right-click and go to file-load and make sure to load the Default_menu_v6_3.xml. Then go and make and save your changes.


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.
Reply With Quote
  #438  
Old 03-18-2008, 12:56 PM
Neo's Avatar
Neo Neo is online now
Sage Advanced User
 
Join Date: Jan 2005
Location: Gothenburg, Sweden
Posts: 76
yes, I've done that. I also tried making a copy of the default_menu_v6_3.xml and loaded that one. But saving it again does not work.
__________________
i3-7100T, 8GB, Colossus, HDPVR2-GE+, BGT3620, Antec Fusion Case, Win10 64, SageTV 9.2
Reply With Quote
  #439  
Old 03-18-2008, 01:01 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Make sure the file didn't end up as read only. Also make sure you had shut down SageTV and/or the service (not just put it to sleep) when you installed Dynamic menus.


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.
Reply With Quote
  #440  
Old 03-20-2008, 01:38 AM
Neo's Avatar
Neo Neo is online now
Sage Advanced User
 
Join Date: Jan 2005
Location: Gothenburg, Sweden
Posts: 76
I've made sure the file is writable. I made a copy of the file, but this can not be saved from within sagetv/dynmenus either. I have noticed there is a file called Default_menu_v6_3.xml_new that shows up, with size 0 bytes. I also tried to reinstall dynmenus, and reimported it in SageTV too. But I still have the same error.
__________________
i3-7100T, 8GB, Colossus, HDPVR2-GE+, BGT3620, Antec Fusion Case, Win10 64, SageTV 9.2
Reply With Quote
Reply


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
AWTThread Hang Detected - Problem getting out of hand! MTuckman SageTV Beta Test Software 11 01-04-2007 04:58 PM
STV: Cayars17 Ultimate STV (Release 17 - Jan 18) Cayars SageTV Customizations 3664 12-13-2005 05:35 PM
STV: nielm combo STV (v1.8 Oct 19) nielm SageTV Customizations 555 12-15-2004 09:07 AM
STV: MlbDude2 1.8.7 - July 5 mlbdude SageTV Customizations 583 11-08-2004 04:18 PM


All times are GMT -6. The time now is 09:53 AM.


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