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
  #281  
Old 03-23-2007, 07:59 PM
ugh ugh is offline
Sage User
 
Join Date: Sep 2004
Location: CT
Posts: 58
Pin Codes

Gah! I buggered my setup tonight trying out different STV's.
I can't change anything, all I get is enter pin code to edit main menu.
but I never set a pincode to lock it.

Any suggestions? Is there some place I can reset them?
Thx, J
__________________
Hdr-2250 and PVR-1600| AMD QuadCore | 4GB | 2 terrabytes | MediaMVP | Nvidia 8800 | SageTV service | Plex Server (PlexPass, Windows) | Plex Clients (Roku 2XS, IOS, Windows Home Theater
Reply With Quote
  #282  
Old 03-24-2007, 12:38 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Shutdown sage, edit properties file, remove line starting:
nielm/main_menu/blocked_edits_pin_code=
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #283  
Old 03-24-2007, 07:18 PM
matrix35 matrix35 is offline
Sage Advanced User
 
Join Date: Aug 2006
Posts: 108
nielm, I've modified the main menu's presentation, made it look cooler

what do you think? any chance including this into dynamic menu stvi?
Attached Files
File Type: zip nielm_dynamic_menu.zip (46.5 KB, 295 views)
Reply With Quote
  #284  
Old 03-30-2007, 02:02 PM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
Quote:
Originally Posted by matrix35 View Post
nielm, I've modified the main menu's presentation, made it look cooler

what do you think? any chance including this into dynamic menu stvi?
Took me a bit to figure this out. Looks to be an stvi for SageMC? Will it import over existing?

B
Reply With Quote
  #285  
Old 03-30-2007, 03:40 PM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
Nielm,

In SageMC we're able to construct a view of video folders which can exclude a directory(ies) from being displayed. I noted the http://www.sage-community.org/index....i/MenuItemLets site, but I didn't find what I was looking for there for the default STV.

I am using:

Code:
    <internalScreenMenuItem icon="hover_my videos.png" screen="Video Library Folder View" title="Kids' Movies">
        <evalExpression>AddStaticContext("PathFilterExprs", new_java_util_ArrayList())</evalExpression>
        <evalExpression>java_util_List_add(PathFilterExprs, "\\\\sagetv-server\\SageTV\\DATA1\\Videos")</evalExpression>
        <evalExpression>AddStaticContext("PathFilterExcludes", true)</evalExpression>
    </internalScreenMenuItem>
in SageMC, but it doesn't seem to work in default. Granted the screen name needs to be different, but the evalExpression didn't work. Is there anything similar?

B
Reply With Quote
  #286  
Old 03-30-2007, 05:27 PM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
no, the default STV does not support excluding Dirs
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #287  
Old 03-30-2007, 07:52 PM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
bummer, would it be possible to add that in as an import? If you think so, I might give it a whirl, although I am sure I would have questions.

B
Reply With Quote
  #288  
Old 03-30-2007, 08:07 PM
matrix35 matrix35 is offline
Sage Advanced User
 
Join Date: Aug 2006
Posts: 108
Quote:
Originally Posted by bcjenkins View Post
Took me a bit to figure this out. Looks to be an stvi for SageMC? Will it import over existing?

B
well.. my stvi creating skills are quite limited.. never got the hang of it. I was just hoping nielm would pick it up.. this should replace the "Dynamic Menu" menu .

Just read through my previous post... I did seem quite rude and presumptuous. If it offended you nielm, i'm sorry Certainly you' make the call of adding/removing stuff from your stvi not me. I was just hoping you'd check out my modifications and later incorporate them if you deem them good enough .
Reply With Quote
  #289  
Old 03-31-2007, 08:37 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
I wasn't offended just have not had the time to look into it...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #290  
Old 03-31-2007, 05:44 PM
ugh ugh is offline
Sage User
 
Join Date: Sep 2004
Location: CT
Posts: 58
Quote:
Originally Posted by nielm View Post
Shutdown sage, edit properties file, remove line starting:
nielm/main_menu/blocked_edits_pin_code=
THanks! That did the trick.
__________________
Hdr-2250 and PVR-1600| AMD QuadCore | 4GB | 2 terrabytes | MediaMVP | Nvidia 8800 | SageTV service | Plex Server (PlexPass, Windows) | Plex Clients (Roku 2XS, IOS, Windows Home Theater
Reply With Quote
  #291  
Old 04-01-2007, 09:05 PM
aukauk's Avatar
aukauk aukauk is offline
Sage User
 
Join Date: Mar 2007
Location: Illinois
Posts: 10
Dynamic Customisable Main Menu Failed to load SageMenuReader class

When I try to install Dynamic Customisable Main Menu, Sage displays this message at startup:
<Failed to load SageMenuReader class>
<Fall back to standard Sage menus>

I've tried reloading Sage (thanks GKusnick), but I still get the same result. The only other customization I've installed was the SageTV plugin for ATI Remote Wonder, and it seems to modify the ATI software, not the Sage software.

FWIW, since I installed the ATI video card, this PC now spontaneously creates new browser windows (about 1/hr). For reference, I'm on an Athlon processor, with an ATI Radeon X1650 Pro AGP 512MB video card. I installed the Catalyst software that came with it before Sage, and it seemed buggy.

Any suggestions for solving these problems?

Thanks in advance.
Reply With Quote
  #292  
Old 04-02-2007, 01:11 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by aukauk View Post
When I try to install Dynamic Customisable Main Menu, Sage displays this message at startup:
<Failed to load SageMenuReader class>
<Fall back to standard Sage menus>
see post #250 for some troubleshooting tips
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #293  
Old 04-02-2007, 10:58 AM
malbec malbec is offline
Sage Aficionado
 
Join Date: Oct 2005
Posts: 331
Ignorant question ... what would be involved in getting Narflex to include this in the stock STV? I mean this just seems like such a mandatory plug-in and I don't see it running afoul of any conflicts like the commercial skipping plug-in might. Just curious.
Reply With Quote
  #294  
Old 04-05-2007, 08:12 PM
Humanzee's Avatar
Humanzee Humanzee is offline
Sage Fanatic
 
Join Date: Sep 2004
Location: North Idaho
Posts: 752
So I loaded 6.1 today, but I don't see the YouTube feature in online services. I tried to add it by adding a new internal screen but I don't see YouTube as one of the options there either. I'm guessing the import needs an update as the google video link doesn't work anymore either. "Unknown internal screen Google video shortcut." Both work fine in the stock stv
Reply With Quote
  #295  
Old 04-06-2007, 04:23 AM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Quote:
Originally Posted by Humanzee View Post
So I loaded 6.1 today, but I don't see the YouTube feature in online services. I tried to add it by adding a new internal screen but I don't see YouTube as one of the options there either. I'm guessing the import needs an update as the google video link doesn't work anymore either. "Unknown internal screen Google video shortcut." Both work fine in the stock stv
Search this thread. There is a menulet code that you can paste in for You Tube.

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
  #296  
Old 04-06-2007, 03:34 PM
aukauk's Avatar
aukauk aukauk is offline
Sage User
 
Join Date: Mar 2007
Location: Illinois
Posts: 10
Dynamic Customisable Main Menu Failed to load SageMenuReader class

When I try to install Dynamic Customisable Main Menu, Sage displays this message at startup:
<Failed to load SageMenuReader class>
<Fall back to standard Sage menus>

Quote:
Originally Posted by nielm View Post
see post #250 for some troubleshooting tips
Thanks for the suggestions. No joy so far. I found .jar files:
nielm_sagemenureader.jar
nielm_sageutls.jar
in:
C:\Program Files\SageTV\dynamic_menu_import_6_1\JARs
and copied them into:
C:\Program Files\SageTV\SageTV\JARs

Then I restarted SageTV - and got the same error.

I couldn't find instructions in the FAQ's (still a newbie) but found instructions at http://forums.sage.tv/forums/showthr...t=sagetv_0.txt
Unfortunatley, following them did not generate a sagetv_0.txt log file when SageTV reproduced the error. If the FAQ gives different instructions, please help me find it.

FWIW, I'm starting SageTV with this command line:
"C:\Program Files\SageTV\SageTV\SageTV.exe"

Please help.
Reply With Quote
  #297  
Old 04-06-2007, 04:29 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
You probably need to get the \dynamic_menu_import_6_1\JARs directory out of your SageTV directory. When you unzipped it the jars directory needed to overwrite the jars directory in SageTV and all the files in the \dynamic_menu_import_6_1\ directory needs to end up in the SageTV directory.

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
  #298  
Old 04-06-2007, 06:40 PM
aukauk's Avatar
aukauk aukauk is offline
Sage User
 
Join Date: Mar 2007
Location: Illinois
Posts: 10
Dynamic Customisable Main Menu Failed to load SageMenuReader class

Quote:
Originally Posted by gplasky View Post
You probably need to get the \dynamic_menu_import_6_1\JARs directory out of your SageTV directory. When you unzipped it the jars directory needed to overwrite the jars directory in SageTV and all the files in the \dynamic_menu_import_6_1\ directory needs to end up in the SageTV directory.
Thanks Gerry, that was the key. I decided not to replace any existing SageTV files, and simply moved all of the files out of the
C:\Program Files\SageTV\dynamic_menu_import_6_1\
folder into the corresponding respective
C:\Program Files\SageTV\SageTV\
folders. Then I deleted
C:\Program Files\SageTV\dynamic_menu_import_6_1\
and its folders. Now it seems to be working as advertised.

Come to think of it, the installation instructions for this (from the wiki) were vague:
"... unpack the contents into your SageTV directory ( normally C:\Program Files\SageTV\SageTV) taking care that the file paths are preserved."
It makes sense now, but at the time I made sure the file paths from the zip file were preserved, rather than putting their contents into the respective SageTV folders. If you're listening, neilm, a little more detail in the instructions could clarify this for future fools like me.

Thanks ... now onto DVD burning!
Reply With Quote
  #299  
Old 04-10-2007, 08:06 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Nielm,

Edit.... Duh I guess that happens cause I am putting Sage to sleep.

I use your menu to run my emulator games. I created a script to create the menuItems. I have 1 question when I run an external program after I exit the program it takes me to the main menu. I would like to return to my previous menu. Is this possible? In the case below I would like to return to TestNintendo.

Below is a small Sample.


<?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">
<subMenuItem title="TestNintendo">
<menu title="TestNintendo"><actionMenuItem title="720">
<actionList>
<sageCommand command="Power Off"/>
<extCommand arguments=" &quot;C:\Test\720.nes&quot; -video fullscreen bpp : 32 -video fullscreen width : 1024 -video fullscreen height : 768 -preferences fullscreen on start : yes -view size fullscreen : stretched" command="C:\Games\Nestopia\nestopia.exe" waitforexit="1" window="normal"/>
<sageCommand command="Power On"/>
</actionList>
</actionMenuItem>
<!-- -->
</menu>
</subMenuItem>
</sageMenu>
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 04-10-2007 at 08:09 PM.
Reply With Quote
  #300  
Old 04-13-2007, 05:43 PM
wheelrandolph wheelrandolph is offline
Sage Advanced User
 
Join Date: Apr 2005
Location: Chandler, Arizona
Posts: 190
Talking Need help moving Main Menu items

Hi,
I am trying to move 2 items from Main Menu (Schedule Recordings and Online Services) since I don't use them too much and would like them in the Media Center menu (or just on another page, don't really care). When I go to Media Center and right click and add New Internal Screen or New Submenu it puts it in ok but when I click on it nothing happens. I was successful adding Upcoming Recordings to the Main Menu--it works just fine. Is there a way I can put the 2 menu items on another menu page?

Thanks, Randy
__________________
Sage Server: PhenomII X2 550 AM3 3.1Gz, GA-MA770T-UD3P, 4GB G.Skill DDR3-1333, OCZ MXP 700w PSU, WD Caviar Blue(2): 320GB (system), 500GB(videos), HVR-2250, PVR-150, Harmony 880
Windows7 Ultimate

HD-200 extender, 37 in. lcd tv (HDMI)
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.