|
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 |
#41
|
|||
|
|||
Couple quick questions:
1) Trying to link to mpeg2 video displays "Video does not have MPEG4, FLV or AVI file type". Any way to get mpeg2 streams to play? 2) RSS items containing videos will show fine, but is there any way to show items that link to another RSS feed as a folder? |
#42
|
||||
|
||||
Is it possible to drill down N levels before you hit feeds or are are you limited to
Code:
Category -> Podcast -> Videos Code:
Category -> Sub Category -> ... -> Podcast -> Videos Last edited by evilpenguin; 09-25-2009 at 05:56 PM. |
#43
|
||||
|
||||
__________________
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. |
#44
|
||||
|
||||
Ahh, too bad, I could do some awesome things with just one more level
|
#45
|
||||
|
||||
Podcast subcategory support added
Adding podcast subcategory support has been on my to-do list for a while & I finally had time to look into adding that support a few days ago... at which time I found that I had accidentally added it a while back when I added the "Top Channels" YouTube item. I just didn't realize previously that I could tweak it to work for general podcast subcategories. The podcast subcategory properties might have been designed differently if I had started from scratch, but since the existing code worked...
The attachment in the first post of this thread has been updated to include podcast subcategory examples. To use subcategories properly, you must be using the STV v6.6.2.17 (2009100701) update. - 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. |
#46
|
|||
|
|||
I decided to try this out, but it doesn't seem to do anything, looking into the CustomOnlineVideoUIText.properties i see this:
Code:
# ============================================================================== # Create the menu items for the Online Services menu: # ============================================================================== Source/xPodcastCustom/LongName=Custom Test Links Source/xPodcastCustom/ShortName=Custom Test Links However, after re-starting both Sage, and the Sagetv service, i see no new items in the list of online services. i'm currently running: SageTV 6.6.2.218 Java 1.6.0-15 SageMC STV 6.3.9a df_sageutils.jar 2.2 phoenix.jar 1.43 current STV: SageMC_169-7.xml -------=[EDIT]=------- hrm... just updated to the latest sagetv STV and all it added was a " get hulu destop application " entry... am i doing something wrong? Last edited by ArcAiN6; 10-08-2009 at 10:21 AM. |
#47
|
||||
|
||||
Did you put both custom files from the zip in the proper directory, as instructed in the first post of this thread? And, no SageTV restart is needed; the file are reloaded n the default STV every time the Online Services menu is entered.
- 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. |
#48
|
||||
|
||||
just wanted to say thanks Andy.
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#49
|
||||
|
||||
Thanks a bunch for the podcast subcategories, I should be able to do some cool stuff with the PlayOn feed now.
FYI, Opus doesn't mention it but you can also add images for the subcategory buttons Code:
Category/AACustomSubCat/ThumbURL=ThumbURL Category/AACustomSubCat/LongName=Subcategory 1 list name Category/AACustomSubCat/ShortName=Subcat 1 name Source/xPodcastAACustomSubCat/LongName=Subcategory 1 menu title Source/xPodcastAACustomSubCat/ShortName=Subcat 1 title |
#50
|
|||
|
|||
Last edited by Quazeye; 01-26-2011 at 12:30 AM. |
#51
|
||||
|
||||
@Opus
The Podcast sub categories back button and back remote button aren't working properly for me right now. No matter where I am in the tree it always brings me back to the top level. |
#52
|
||||
|
||||
Quote:
If you've included your import, did it by any chance reset something when it was imported? Otherwise, I'll need to see the custom online properties files to see what happens on my system. - 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. |
#53
|
||||
|
||||
Quote:
|
#54
|
||||
|
||||
Support for multiple custom file sets and external XML generating apps
The attachment in the first post of this thread has been updated to include info about using multiple custom online video properties file sets and how to format the podcast FeedURL to use a custom external application to generate the XML feed.
The updated support requires the STV v6.6.2.18 (2009101301) update. Multiple Custom Online Video Property File Sets Multiple custom properties files can be used by simply adding your own descriptive text between the end of the base custom filenames & their .properties extensions, like this: Base filenames:
The "CustomSources" properties in all the CustomOnlineVideoLinks files will be combined; any other duplicate property name values will be overwritten. External XML Feed Generating Apps See the example CustomOnlineVideoLinks.properties regarding formatting the FeedURL portion of a feed property to use an external XML feed generating application. - 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. |
#55
|
|||
|
|||
Subcategories Help
I can't get my head wrapped around the use of subcategories and need my hand held.
Here's my properties files I'm working on. CustomOnlineVideoLinks_UPnP2Podcast_HGTV.properties Code:
CustomSources=xPodcast_HGTV_PlugIn # # Declare Sub Catagories # # # Declare Links # #HGTV xFeedPodcastCustom/HGTV_Color_Splash=xPodcast_HGTV_PlugIn;external,UPnP2Podcast,PlayOn:HGTV:^Color.Splash$:+2 Code:
Source/xPodcast_HGTV_PlugIn/LongName=HGTV Source/xPodcast_HGTV_PlugIn/ShortName=HGTV # ============================================================================== # Create the category names & thumbnail urls for xPodcasts: # ============================================================================== # HGTV Category/HGTV_Color_Splash/LongName=Color Splash Category/HGTV_Color_Splash/ShortName=Color Splash I've studied the samples in the first post and the .PROPERTIES files of EP's for Hulu & Netflix and the bulb hasn't lit yet. Thanks |
#56
|
||||
|
||||
Check out Opus4's examples in the first post, they include lots of instruciton that I cut out of my files.
|
#57
|
||||
|
||||
How to remove unwanted podcast feeds?
It is easy to add custom feeds, but is there a way to remove unwanted feeds so they won't re-appear the next time there is an update?
I've noticed that there are a lot of feeds where there have been no new podcasts posted in months or years. In many cases the most recent podcast is a "goodbye" podcast indicating that there will be no more new podcasts. I've also noticed that there are some feeds that I would prefer to be categorized differently (example: why aren't the NASA poscasts filed under Science-Tech? why are there so many animal/nature poscasts under Science-Tech?)
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2),USBUIRT (multi-zone) Source: Comcast/Xfinity X1 Cable Primary Client: Server Other Clients: (1) HD200, (1) HD300 Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE, HDHR, HVR-2250, HD-PVR |
#58
|
||||
|
||||
Shameless plug on.
You could try the malore online browser and mark the podcasts you like as favorites and ignore the rest. (Or browse them in the Category/Subcategory view.) http://forums.sagetv.com/forums/show...online+browser Tom
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#59
|
||||
|
||||
Quote:
Quote:
(My auto feed checking tool just checks for feeds giving a response, not those that still give a response but their content is no longer being updated.) - 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. |
#60
|
|||
|
|||
I'm having no luck adding custom video feeds. Even the examples don't work. I click on the feed, it buffers for a while, and then it says that there are no videos. Running 6.6.2.218 and trying this on an HD200. Also, this is in SageMC.
__________________
Server: Gigabyte EP43-UD3L; Intel Core2Duo E5200; 4 GB DDR2 RAM; NVidia GeForce 9400GT; 6 tuners: Hauppauge HVR-1600 NTSC/ATSC/QAM combo, Hauppauge WinTV-HVR-2250 Dual Hybrid QAM, HD Homerun Prime (using SageDCT); 3.06TB total space: Seagate 160 GB, Maxtor 500GB, Seagate Barracuda 400GB, Hitachi 2 TB Extender: HD200 Netgear MCAB1001 MoCA Coax-Ethernet Adapter Kit |
Tags |
google, online videos, podcasts, youtube |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using the default STV in Custom STV Mode from custom STVs (v6.4 & later) | Opus4 | SageTV Studio | 49 | 09-23-2011 05:50 PM |
Automatic Online Video feed list updates - the first ones have been released | Opus4 | SageTV Beta Test Software | 4 | 06-06-2008 10:38 PM |
How To: Add custom online video feed definitions (default STV; v6.3.10) | Opus4 | SageTV Customizations | 34 | 06-04-2008 08:11 PM |
help w/ custom online video | navels | SageTV Software | 0 | 04-07-2008 05:47 AM |
custom online video feed definitions in SageMC? | Brent | SageMC Custom Interface | 0 | 02-10-2008 06:44 PM |