|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#161
|
|||
|
|||
Thanks for the update EP - this confirms that I am not going crazy!
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#162
|
||||
|
||||
Quote:
Can you provide a little technical overview of of how this will work? When you first mentioned using Java I assumed you were going to rewrite UPnPBrowser.exe and still use the same basic methodology of creating the podcast xml and feeding that back into Sage, but it sounds like you will be doing something completely different. Thanks, 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. |
#163
|
||||
|
||||
I'm interested in what functionality the API will have. I'd really like to be able to grab pandora streams and do something within the music ui.
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. |
#164
|
||||
|
||||
What upnp sdk are you going to be using?
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. |
#165
|
||||
|
||||
I'm using the Cling UPnP library and its though it's a bit complicated, i'm getting the hang of it. As for my API, i've boiled it down to just 4 simple functions that should get the job done for us as far as using MediaServers like PlayOn and TVersity in the STV.
Code:
// Test #1: Get list of all UPnP Devices (i.e. PlayOn) returnHash = new HashMap<String, HashMap<String, String>>(); int SearchTime = 5; getUPnPDeviceList(returnHash,SearchTime); Code:
// Test #2: Get all items at a given path w/o initial UID returnHash = new HashMap<String, HashMap<String, String>>(); String Path = "Hulu::Popular::Popular Shows::30 Rock::Full Episodes"; int Depth = 1; getUPnPDirectoryForPath(returnHash, UPnPDeviceRegEx, Path, Depth); Code:
// Test #3: Get all items at a given UID, path just passed for reference. returnHash = new HashMap<String,HashMap<String,String>>(); Depth = 2; getUPnPDirectoryForUID(returnHash, UPnPDeviceRegEx, UID, StaticPath, Depth); Code:
// Test #4: Grabs a single MediaItem when given the full path to it returnHash = new HashMap<String, HashMap<String, String>>(); String Fullpath = UPnPDeviceRegEx + "::Netflix::Instant Queue::Queue Top 50::Psych::Season 1::01: Pilot"; returnHash = new HashMap<String,HashMap<String,String>>(); getUPnPMediaForPath(returnHash, Fullpath);
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 04-29-2011 at 03:47 PM. |
#166
|
|||
|
|||
Hi all, first thanks for a great program. I have been having some issues with Hulu and playon on the sage. For some reason it does not appear to pull all the shows available. For example, my kid can watch Naruto on the hulu website but when he tries to watch the latest episodes on the sage, he simply gets the message "no video" Not all the shows are like this, my wife watches faithfully her Soap "days of our lives" every day as it updates. Sot it appear to be pulling osme of the content but not all of it.
At any rate I am including the upnp file and hope someone can point me on the right direction. P.S. I even upgraded to the hulu plus thinking this was the problem. Thanks |
#167
|
||||
|
||||
Quote:
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#168
|
|||
|
|||
Quote:
Ohh wao, awesome. I been going nuts looking for answer for about a week and finally broke down and posted. Sorry that somehow I did not notice this was a common problem. |
#169
|
|||
|
|||
Netflix broken?
I'm not sure if it's just my system or if this is something anyone else has seen but when I try to view a Netflix show it sits there for a while and then times out without playing. The .flv file shows up in it's correct folder but it's 0 bytes. I have the latest version of the playon plugin for version 7 and the most recent version of playon installed. I've tried reinstalling both with no luck. Also, I'm using Diamond but I don't think that is the issue.
|
#170
|
|||
|
|||
Quote:
So I reconfigured the proxy server to let traffic from my PlayOn PC to bypass the proxy. Once I did that then playing a movie from IE worked fine, but playing one via PlayOn still had the time-out problem. Looking at the logs the PlayOn traffic was still going through the proxy server but everything else was not. It turns out that the way PlayOn fetches the movies actually uses a different set of Internet Options than that which is configured for the user running PlayOn, and it was still doing the auto-detect of the proxy settings. I was able to fix it by setting the "System-wide proxy settings" (google for that string) to turn off the proxy auto-detect for the whole system. IIRC you can do it via the groups policy editor or directly in the registry. |
#171
|
||||
|
||||
Two questions
Two questions:
Question #1: EP, maybe I misunderstood, but I vaguely remember one of the enhancements in your all-java playon version would be to treat browsed items (before playback) as if they were real media files already stored on disk. Maybe you've already thought of this, but it would be great to have convenient access (through right-click or something like that) to plugins menu options (from 3rd party plugins meant for TV and Imported Videos) such as "IMDB Search" and "Movie Trailers" by passing the movie/TV title to them. Question #2: Maybe I should've asked this in the general sageTV 7 form.. But, maybe someone knows the answer to this... how can I change the font size for the description of each Playon movie/TV show to be smaller? Currently the default font is so big that there's only room to fit part of a sentence before it's truncated with a "...". It would be great to be able to read as much as possible of the description before it runs out of room. This would also help non-playon Online video items as well. Thanks so much, MKANET
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#172
|
|||
|
|||
ESPNNetworks
Any chance to get ESPNNetworks added under the Sports > ESPN heading? Right now I have to use Browse Playon and navigate to ESPN, it would be much more convienient to have it listed right next to the ESPN Shows / Digitals
|
#173
|
|||
|
|||
I've been having a problem lately where I'll be watching a Netflix movie and the playback will suddenly turn black with no sound. I get no message of an error. If I hit info, it shows that its still playing but there's no picture or sound. This happens on various movies at intermittent times. I can actually rewind to the point where the movie was still playing and see picture/sound and then it blanks out at the same place. Any thoughts on this? How do I debug this?
|
#174
|
||||
|
||||
That's a PlayOn issue, you'll need to contact their support.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#175
|
||||
|
||||
I don't know what ESPNNetworks is? I've got ESPN and ESPN3 already available under sports.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#176
|
||||
|
||||
Quote:
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. |
#177
|
|||
|
|||
ESPNNetworks
If you browse to ESPN under Playon you have
ESPN Networks TV Shows Categories Original Digitals If i select to show ESPN under sports I just get ESPN TV shows ESPN Sports ESPN 3 |
#178
|
||||
|
||||
Quote:
Code:
PlayOn\ESPN\TV Shows (Sports->ESPN TV Shows) PlayOn\ESPN\Categories (Sports->ESPN Sports) PlayOn\ESPN\Original Digitals (Not in main menu) PlayOn\ESPN3 (Sports->ESPN3)
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#179
|
||||
|
||||
PlayOn For SageTV v1.6
K, should be in the plugin menu. Let me know if you have any problems. Also,
SUPER NOTE:: There were some serious Queue Importer issues and I had to make a lot of changes to fix them all so you'll need to manually delete your old queue importer videos other wise you'll end up with doubles v1.60
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 05-02-2011 at 11:17 PM. |
#180
|
|||
|
|||
I suspect this has been asked and answered before, but I can't seem to find the answer:
Is there a way to have the plugin show my entire instant queue and not just the first 50 items? Thanks, Mitch |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin :: PlayON for v7 | evilpenguin | SageTV v7 Customizations | 535 | 03-24-2011 03:17 PM |
Trouble using PlayOn Plugin on more than one PC | pkasin | SageTV v7 Customizations | 5 | 02-14-2011 10:31 AM |
Use Playon plugin with SageMC | rdefino | SageMC Custom Interface | 1 | 12-30-2010 05:43 PM |
Playon Plugin and resuming a movie already started | rnadeau | SageTV v7 Customizations | 5 | 11-21-2010 08:37 PM |
Using Playon Hulu Plugin For SageTV ? | squeed | SageTV Customizations | 5 | 06-04-2010 09:42 AM |