|
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 |
#261
|
|||
|
|||
Quote:
|
#262
|
||||
|
||||
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#263
|
|||
|
|||
hmm... I really, really looked hard for xerces.jar and renamed all the ones I found, even rebooted but I still get the exact same error... anything else I can do?
|
#264
|
||||
|
||||
Quote:
Oliver
__________________
Oliver Kötter ------------ Check this thread for importing German TV Data into SageTV Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz) My avatar shows the world's best composer!!! |
#265
|
|||
|
|||
I'm running SageTV Client v5, and I can't seem to get any version of this STVI more recent than 5.2 to install properly. I've tried to upgrade by simply extracting the new ZIP files, and I've also tried reverting back to my original STV and re-importing. Any idea what I'm doing wrong?
Thanks in advance. |
#266
|
||||
|
||||
5.6 is the latest version that should run with V5.
V6.1 will not. You need to both unpack and re-import into the original STV to re-install.. Can you explain what problems you were you having?
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#267
|
|||
|
|||
nielm,
Thanks for your reply. I swear, I did exactly that (unpack, revert to original STV, and re-import) several times, but for some reason it decided to work this time. The first time I reloaded SageTV I got a "Failed to load..." message pertaining to the default menu file, but I saw in an earlier post that I had to delete the net/sf subdirectory. Now everything looks good. Thanks again. |
#268
|
||||
|
||||
I've been trying to add the Picture Slideshow to the menu using this plugin. I've created new menu items using internal screens, using first the "Picture Slideshow" and then the "Screensaver" with the screensaver set to slideshow with a long timeout. In either case calling from the dynamic menu gives me a black screen. It thinks I'm in the slideshow because if I click I get the slideshow buttons, but I don't see any pictures. However, if I get the screensaver to kick in normally or call the slideshow from the photo browser, it works fine.
Any ideas? Great plugin BTW, helps me control what the kids can access and makes it easier for them to find what they need...
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients |
#269
|
||||
|
||||
when calling the slideshow from the photo browser, Sage passes a list of picture files, so you need to create a menu item that passes the same list...
Like this one (remove 2 of the 3 sort expressions to set the sorting criteria) 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="Picture Slideshow" title="Photo Slideshow"> <evalExpression>AddStaticContext("SlideshowImages", FilterByBoolMethod(GetMediaFiles(), "IsPictureFile", true))</evalExpression> <!-- Remove 2 of the 3 following Sorting expressions --> <!-- Sort by date --> <evalExpression>SlideshowImages = Sort(SlideshowImages, !GetProperty("photo_lib/sort_ascending", true), "GetAiringStartTime")</evalExpression> <!-- Sort by filename --> <evalExpression>SlideshowImages = SortLexical(SlideshowImages, !GetProperty("photo_lib/sort_ascending", true), "GetShowEpisode") <!-- Random sort --> <evalExpression>java_util_Collections_shuffle(java_util_Arrays_asList(SlideshowImages))</evalExpression> </internalScreenMenuItem> </sageMenu>
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 03-18-2007 at 09:14 AM. |
#270
|
||||
|
||||
That worked perfectly, thanks!
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients |
#271
|
||||
|
||||
just re-edited it to add a Random Sort (in case you missed it!)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#272
|
|||
|
|||
I have the latest SageTV version and Online videos enabled.
I am able to see Google Video, but no YouTube videos. What do I need to do to enabled YouTube? I am using Neiml menus and did not see any YouTube reference to add. |
#273
|
||||
|
||||
see post 256 on previous page.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#274
|
||||
|
||||
When I add the piece for Youtube as described I get an error "Unknown Internal Screen: Online Video Shortcut"
Any ideas? Thanks for the great import! |
#275
|
||||
|
||||
I have also been unable to get the "Online Services" menu option to work. I get it to show but when you try to select it nothing.
__________________
Intel Core Duo 2.5mhz, 2gb RAM Windows Home Server, Sage 7 beta 2 Hauppauge PVR-250, 1 PVR-500 MCE 1 HDHomeRun 4TB Storage, GB Network 2 MVPs, 1 HD100 & 1 HD300 |
#276
|
|||
|
|||
What version of Sage are you running? STV?
|
#277
|
||||
|
||||
Quote:
lotusvball: I don't understand what you are saying? You cannot get the online services menu (with weather, google, youtube) to display, or it displays but none of those menu items work (and do they report any errors)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#278
|
||||
|
||||
I am using the newest Sage RC. I can setup a menu item "Online Services" but when I try to select it from the menu screen (after setup and save) it does nothing. It doesn't take me to the Online services menu.
__________________
Intel Core Duo 2.5mhz, 2gb RAM Windows Home Server, Sage 7 beta 2 Hauppauge PVR-250, 1 PVR-500 MCE 1 HDHomeRun 4TB Storage, GB Network 2 MVPs, 1 HD100 & 1 HD300 |
#279
|
||||
|
||||
Quote:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#280
|
||||
|
||||
Thanks, Makes total sense. I will give it a try tonight. BTW, this is one of the best plugins for SageTV. And everyone that says the navigation in sage sucks hasn't tried this plugin yet. I set up sage the way I want.
__________________
Intel Core Duo 2.5mhz, 2gb RAM Windows Home Server, Sage 7 beta 2 Hauppauge PVR-250, 1 PVR-500 MCE 1 HDHomeRun 4TB Storage, GB Network 2 MVPs, 1 HD100 & 1 HD300 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |