|
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
|
|||
|
|||
I don't know if this is useful to anyone else, but I created a little web interface to update the feeds on demand
It's a very crappy piece of code, but it works. Assuming you installed the zip file and xamplite as given in the first post .... under c:/xampplite/htdocs create a file called rssupd.html In that file put the following code: <form action="rssupd.php" method="post"> <p>Click submit to update Netflix and Hulu RSS feeds.</p> <p><input type="submit" /></p> </form> under c:/xampplite/htdocs create a file called rssupd.php In that file put the following code: <html> <body> <?php exec('c:/Playonsage/run.bat'); ?> <p> RSS feeds updated. </body> </html> Point your browser to http://<your server IP address>/rssupd.html Click the submit button and wait. Note: I had to open up port 80 in windows firewall on my server for other computers to access the URL. Mitch |
#42
|
|||
|
|||
This is odd. Hulu works fine but when I play Netflix videos I get video but no audio. Completely silent. Any ideas?
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#43
|
|||
|
|||
I know that have reported this problem in the PlayOn forums, so I don't know if it is related. Is it the same problem in the extenders?
|
#44
|
|||
|
|||
Yes, I had actually tried my extender first and then my client.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#45
|
|||
|
|||
I get NetFlix audio on my MediaMVP extender, but it drifts out of sync with the video fairly quickly. Hulu plays fine for the half hour episodes I tested with. I'm guessing it's a problem with the way PlayOn is encoding the NetFlix stream.
__________________
--Jason Server Hardware: GIGABYTE GA-EP45-UD3R, Intel Q9550 CPU 2.83GHz, 11GB RAM, 1xHDHR, 1xHVR1600, 1xHVR2250 29TB Server Storage: 1TB SSD (OS), 1TB (data), 2x6TB+2x10TB (22TB FlexRaid storage pool), 2x2TB (recordings), 1x750GB (VMs). Server Software: Win10 Pro x64 OS, SageTV 64bit v9.2.0.441, Java 1.8 u241, PlayOn, Comskip (Donator) v0.82.003, WampServer v2.5. Clients: 3xHD300s, 2xHD100, 2xPlaceshifters |
#46
|
||||
|
||||
Quote:
Installed Xampplite Last edited by HuMan321; 09-25-2009 at 06:40 PM. Reason: Light Bulb Moment |
#47
|
||||
|
||||
I think you edit the path of the run.bat and two vbs files, default path to xammplite is c:\xampplite\htdocs\. Open the files with notepad or wordpad and edit the path if you installed xampplite elsewhere, then save.
__________________
Mayamaniac - SageTV 7.1.9 Server. Win7 32bit in VMWare Fusion. HDHR (FiOS Coax). HDHR Prime 3 Tuners (FiOS Cable Card). Gemstone theme. - SageTV HD300 - HDMI 1080p Samsung 75" LED. |
#48
|
||||
|
||||
Thanks. I did just leave it in the default location to simplify things.
I can put in the url to hulu on the Sageserver itself and it shows up on the server with my queue, but when I do this on the extender it does not (running under server) I typed it in manually on the extender and it still doesn't work. Is there a certain beta firmware I need to be at for this to work on the extender? How do you address it to work directly from extender mode? I don't see any rss place to enter hulu url??? OK Added custom online links and now have my hulu queue showing up in online videos. Next problem is that it says the video is not found on the server. I seem to remember reading about this and still wonder if I need to update my extenders from 20090702 0??? Last edited by HuMan321; 09-25-2009 at 07:57 PM. Reason: Additional Info |
#49
|
|||
|
|||
I had the same problem where after finally getting the list to show up on the extender, it couldn't find the video.
To solve it I simply re-ran the run.bat file to recreate the xml files. Mitch |
#50
|
||||
|
||||
Fun! Playon has lots of interesting feeds. I added a "Twin Peaks" channel to my RSS Feed...
Code:
C:\playonsage\UPnP2Podcast.exe "PlayOn:CBS:TV Classics:Twin Peaks:+3" > C:\xampplite\htdocs\twinpeaks.xml
__________________
SageTV V7 (WHS), Diamond UI Server: WHS with Xeon X3350, 4GB ECC, ASUS P5BV-C/4L, recording into a 6.6TB Drive pool Tuners: 4 (2x HDHR) Clients: 2x HD300, 1x HD200 Extenders, 1x Placeshifter 2x Roku XD |
#51
|
||||
|
||||
Quote:
I had similar problems when I was trying to get playon installed on my WHS server, so I scrapped it and installed it on my wife's PC instead. Worked much better, and I'll try to figure out the WHS issues later...
__________________
SageTV V7 (WHS), Diamond UI Server: WHS with Xeon X3350, 4GB ECC, ASUS P5BV-C/4L, recording into a 6.6TB Drive pool Tuners: 4 (2x HDHR) Clients: 2x HD300, 1x HD200 Extenders, 1x Placeshifter 2x Roku XD |
#52
|
|||
|
|||
Quote:
It is necessary to run the run.bat file every time you reboot, because those links will definitely change. You may need to every run it more than once a day, even if you do not reboot. That is why I suggest setting up the task manager to do this for you several times a day. If the sage server is playing the video and the extender is not, this is likely due to the vbscript not being edited correctly to your servers ip address or correct path to the htdocs folder. The purpose of this script is to change the ip address from 'localhost' (127.0.0.1) to your server's IP in case the upnp2podcast.exe app is not doing that, which is the case with windows 7. |
#53
|
||||
|
||||
Thanks for the input.
My setup is this: Sage server on a WHS quad core machine. playon and your files installed on another PC (wifes) which is an I7 running Windows 7 64 Ultimate. I changed the IP in the two vbs files to my WHS Sage Server (192.168.123.37) I left the localhost info in the file and edited the other IP. I added the custom online links from the sticky and the hulu queue shows up in online videos. When I select a video it says the video cannot be found on the server. I saw the posts about re-running the batch file which I did and I still get the same. I updated the firmware on my extender to the latest also. I should point out that I have not been able to actually test from my WHS server as it does not play video or have media player or anything installed. Other custom video links play ok so I am not sure why the hulu queue does not... Still looking for a solution. |
#54
|
||||
|
||||
A few things random things I know right now:
a) The video links change fairly often, I think they use the current time as a seed to randomize the name. Once its given you a link, its only good for a small period of time to access it before the link goes bad. If you're getting "video not found on server error" check the following things
B) I've been emailing Sage about this and they mentioned that progressive downloading a podcast of an MPEG-2 isn't really a use case they anticipated so they aren't surprised that the timebar is acting strange. It a little annoying but it certainly works good enough for everyday use. Once we iron out all of our other problems I'll put together a bug report for them. |
#55
|
||||
|
||||
Quote:
I get this from my huluqueue.xml file: Code:
<item> <title>Arrested Development: Pilot</title> <description>Season 01 Episode 001 - </description> <pubDate>2003-11-02T00:00:00</pubDate> <itunes:subtitle>Season 01 Episode 001 - </itunes:subtitle> <itunes:duration>0:21:46</itunes:duration> <enclosure url="http://192.168.1.100:63478/hulu-7081e733-0f8a-495d-a798-59a5e964fd8b/1-hulu-7081e733-0f8a-495d-a798-59a5e964fd8b.mpg" length="998744000" type="video/mpeg2" /> </item> Code:
404 Not Found MediaMallServer/2.59.3555.48 Any thoughts?
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#56
|
||||
|
||||
Quote:
Thomas |
#57
|
||||
|
||||
It works, it works, it really really works! It took me a while to set up the RSS feed for online videos but it seems to work pretty good. I created a scheduled task to rebuild the RSS feed every hour and have tested it on the SageTV Placeshifter client and it works great! Can't wait to show the WAF. Don't know if she will be as impressed as I am but great work!
|
#58
|
||||
|
||||
Quote:
|
#59
|
||||
|
||||
Quote:
Thomas |
#60
|
|||
|
|||
I'm not sure but the no sound thing with Netflix may be due to not having an interactive user logged into the computer. I can't be certain though because the video was choppy but there was crackling audio playing between chops. When I'm logged off my SageTV server I get smooth video but no audio.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
RSS FEed | Lost85 | SageMC Custom Interface | 1 | 07-18-2009 01:18 AM |
Looking for News and Sports feed for RSS ticker | SageGk | SageMC Custom Interface | 1 | 04-06-2008 07:56 AM |
Web Plugin RSS feed question | matt91 | SageTV Customizations | 1 | 07-28-2006 11:24 AM |
RSS feed for the forums | dflachbart | General Discussion | 4 | 03-31-2006 11:39 PM |