SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-21-2011, 03:53 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Plugin :: PlayOn for SageTV v1.5

Source Code

Plugin Status Update (4/27/11)

NOTE: This plugin requires PlayOn software to be installed on a windows machine on your network.

This STVi adds PlayON specific shortcuts to the main menu for easy content navigation. In addition it also includes the ability to intergrate PlayOn content from your Netflix/Hulu Queues (and only those two places) into SageTV like normal videos.

DEMO/INSTALL VIDEO

Notes:
  • SERIOUSLY. WATCH THE DEMO/INSTALL VIDEO. IT EXPLAINS EVERYTHING.
  • If AVG detects UPnPBrowser.exe as a trojan you can exclude it but, honestly, I highly recommend switching to Microsoft Security Essentials. Its just as free but i've found it to be far less bulky and intrusive.
  • Playback of PlayOn content will work in Default STV and any of its STVi mods (Diamond, TVE, etc.)
  • Special UI features such as labeling content as Hulu/Netflix and displaying real thumnails is only available in Diamond Theme.
  • No linux support at this time. ETA after i've had some time to relax after this frenzy of Sage development



Known Issues/Caveats:
  • All videos streaming though PlayOn are streamed/encoded in real time meaning that they do not download faster than realtime. You can just think of it like a TV tuner for internet video.
  • Can only stream to one extender (HDX00) at a time (multiple full clients work fine).
  • Plugin might not be able to see PlayON UPnP server if you have multiple network adapters or active VPNs.
  • @PlayOn/Netflix - Netflix movies don't start from the beginning and/or the resume from the correct last watched place. See this PlayOn thread for info.
  • @PlayOn - By default PlayOn continues buffering movies after you've stopped watching them, this is particularly bad for Netflix since it results in the watched bookmark being set past where you stopped watching. You can somewhat fix this by disabling Resume Playback in the PlayOn settings, although, its still pretty hit and miss. But if you watch Netflix content in one sitting then you shouldn't have a problem.

Netflix Queue Only shows first 50 videos:
By default the Netlflix Queue will only show the first 50 videos in your Queue in the proper order. If you'd like to see all the videos, but don't mind that they'll be shown alphabetically, then you can make this simple change. Just go into...
Code:
C:\Program Files\SageTV\SageTV\SageOnlineServicesEXEs\UPnPBrowser\UPnPBrowser.presets
And change the Netflix_Queue preset to...
Code:
Netflix_Queue:::"/search" "PlayON:Netflix:Instant Queue:Alphabetical:+2"

Installation:
Available in Main Menu->Setup->Plugins->Available Plugins under the UI Mod tab.
Attached Images
File Type: jpg PlayON_360Flow.jpg (223.6 KB, 1175 views)
File Type: jpg PlayON_ABC.jpg (246.9 KB, 1290 views)
File Type: jpg PlayON_OnlineTV.jpg (112.3 KB, 1622 views)
File Type: jpg PlayON_QueueImporterSettings.jpg (211.1 KB, 828 views)
File Type: jpg PlayON_RecordedTV.jpg (290.1 KB, 1142 views)
__________________
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; 10-27-2014 at 04:13 PM.
Reply With Quote
  #2  
Old 03-21-2011, 03:54 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
How to submit a bug:
If you run into any problems with playing back content from PlayOn make sure you...
  • Try multiple different types of videos (Hulu/Netflix/CNN/ESPN/etc.). Genreally, if one type of video plays fine but another doesn't then its a PlayON issue and you'll need to submit it to them.
  • Specify which video(s) you tried that didn't work.
  • Include the LOG FILE (!!!!!!!) which can be found at ...
    Code:
    ...\SageTV\SageOnlineServicesEXEs\UPnPBrowser.log
Troubleshooting:
First of all, 99% of the issues people had with the previous plug-in were actually issues with their PlayON install so please go over their FAQ, Known Issues, and install instructions before you post here. You can also try playing back content via one of their officially supported devices (PS3/Xbox360/HD200 in standalone mode) to verify if your setup is working correctly.


Symptom #1: No content or folders show up for any of the Main Menu shortcuts, including the PlayON one.
This usually indicates that UPnPBrowser can't communicate with PlayON, once you've verified that you're not running into one of the known issues you can check these things...
  • Verify that another one of PlayON's supported devices can see the server (if you don't have another device you can try the UPnP Inspector tool tool)
  • Check to see if you have a PlayON (...).cache file in the ...\SageTV\SageOnlineServicesEXEs\UPnPBrowser\ folder.
  • If you don't see a .cache file, open up a command line and try running this command to see if it generates one (if not, please post the resulting UPnPBrowser.log onto this thread).
    Code:
    "C:\Program Files\SageTV\SageTV\SageOnlineServicesEXEs\UPnPBrowser.exe" /mainmenu /serverSearchTimeout 60
  • If you do see .cache files try running this command and post the resulting UPnPBrowser.log onto this thread.
    Code:
    "C:\Program Files\SageTV\SageTV\SageOnlineServicesEXEs\UPnPBrowser.exe" /search PlayON:+1

Symptom #2: Videos are showing up, but you get an error when you try and play them
This is usually a PlayON issue, please check to make sure that you're using the latest version. If you are on the latest version, submit a bug to PlayON and they should be able to help.
For Devs:
I've included a support jar that includes helper functions for easily supporting PlayOn imported content in your STVi just like Diamond does. I don't have a clue how to make a Java Doc, but here are the functions available
  • boolean IsPlayOnFile(Object MediaObject) - Returns true if MediaObject is actually a PlayOn dummy video. Useful for filtering.
  • boolean IsImportedTV(Object MediaObject) - Returns true if MediaObject is an imported video with MediaType "TV". Useful for filtering.
  • boolean IsImportedNotPlayon(Object MediaObject) -Returns true if MediaObject is an Imported video with MediaType "TV", but false if its a PlayOn dummy video. Useful for filtering.
  • String GetPlayonFileType(Object MediaObject) - If MediaObject is a PlayOn dummy video returns "Netflix" or "Hulu". Otherwise returns "". Useful for labeling content as either from "Netflix" or "Hulu".

STV Usage Example:
  • PlayOnForSageTV_PlayOnUtils_IsPlayOnFile(Airing)
  • PlayOnFileList = FilterByBoolMethod(PlayOnFileList, "PlayOnForSageTV_PlayOnUtils_IsPlayonFile", true)

Here's some test content you can dump into one of your Imported Media directories to get PlayOn content to show up.
Attached Images
File Type: jpg PlayON_ListFlow.jpg (279.7 KB, 930 views)
File Type: jpg PlayON_RecordedTV_Filtering.jpg (177.8 KB, 977 views)
File Type: jpg PlayON_Settings.jpg (160.0 KB, 1213 views)
File Type: jpg PlayON_OnlineTV_thumb.jpg (38.4 KB, 7246 views)
File Type: jpg PlayON_Settings_thumb.jpg (62.3 KB, 7119 views)
__________________
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; 03-24-2011 at 03:09 PM.
Reply With Quote
  #3  
Old 03-21-2011, 04:24 PM
jphipps jphipps is offline
Sage Expert
 
Join Date: Aug 2006
Location: Maryland
Posts: 512
Looks really good.. Any ETA?

Thanks,
Jeff
Reply With Quote
  #4  
Old 03-21-2011, 04:44 PM
jayman's Avatar
jayman jayman is offline
Sage User
 
Join Date: Nov 2006
Location: Connecticut
Posts: 48
EP, those screencaps look fantastic! They're generated in the Diamond UI mod, correct?

Could you indicate the software versions you're running (i.e., Sage 7.1.5, Diamond 3.1, Playon Plugin 1.5, etc) while capturing those nice images?
Reply With Quote
  #5  
Old 03-22-2011, 07:27 AM
vividweb vividweb is offline
Sage Aficionado
 
Join Date: Aug 2006
Location: Calgary AB
Posts: 401
How many of the views work without the Queue? The Canadian version of Netflix has no Queue and am wondering how the new plugin will handle/work with the Canadian Netflix?
__________________

Sage Server: i5-2500K 8 GB DDR, 6000gb HDD, 4xHD-PVR < 4xBell 6141, Win7 x64
Client 1: HD-200, Panasonic 42PX75
Client 2: HD-300, Samsung LCD
Client 3: HD-300, Samsung PN50C550
Client 4: MS Surface Pro
Reply With Quote
  #6  
Old 03-22-2011, 07:52 AM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
The icons next to the movies in list view that tell if it is from Netflix or hulu are really sweet.
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #7  
Old 03-23-2011, 10:15 AM
Dreameriz Dreameriz is offline
Sage Advanced User
 
Join Date: May 2008
Location: Utah>USA>Earth>Milkyway
Posts: 121
Looks Great is now any way to add amazon in to the importer so it will drop my wife tv series and movies in to the importer area yet ?
__________________
2-HD200, Win7pro64bit,AMD Athlon II X4 quad620 / 2.60GHz,4gb Memory Speed MHz: 800,320hd for os, scsi 80gb recording+comcerial cutting then transfered to 2tb for tv and movies. 1 HDHR 2x250 nas for other media and a small whs server for backup only
Reply With Quote
  #8  
Old 03-23-2011, 01:55 PM
mr_lore mr_lore is offline
Sage Advanced User
 
Join Date: Jul 2008
Posts: 153
This looks awesome, thanks evilpenguin!
__________________
Server: WMC Windows 7 64bit, SSD+2TB, Gigabyte 870G, AMD X6, 4GB DDR, ATi 5570
Capture Devices: HDHomeRun (OTA), 2x HD-PVR w/HTTP Tuning (DirecTV H21's)
NAS: Windows Home Server: Supermicro C2SBX, C2D 2.6Ghz, 4GB DDR, 32.07TB
Reply With Quote
  #9  
Old 03-23-2011, 05:05 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Looks fantastic. In the long run it would be great to make Sage totally agnostic as to the source of content - it shouldn't matter whether the content is recorded by Sage, imported or from online sources. This really helps move thngs in that direction.
__________________
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
Reply With Quote
  #10  
Old 03-24-2011, 05:23 AM
davephan's Avatar
davephan davephan is offline
Sage Icon
 
Join Date: Mar 2004
Location: Minnesota
Posts: 1,911
Will this work with the Linux SageTV version?

Dave
Reply With Quote
  #11  
Old 03-24-2011, 03:03 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Alright, plugin should be live.
__________________
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)
Reply With Quote
  #12  
Old 03-24-2011, 03:31 PM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
EP,

AVG picks up UPnPBrowser.exe as a trojan.

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.
Reply With Quote
  #13  
Old 03-24-2011, 03:38 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Quote:
Originally Posted by tmiranda View Post
AVG picks up UPnPBrowser.exe as a trojan.
Geez, everyones a critic. Microsoft Security Essentials is cool with it
__________________
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)
Reply With Quote
  #14  
Old 03-24-2011, 04:44 PM
ldavis ldavis is offline
Sage Aficionado
 
Join Date: Aug 2003
Posts: 388
Quote:
Originally Posted by tmiranda View Post
EP,

AVG picks up UPnPBrowser.exe as a trojan.

Tom
OK, so for the uninformed, I cannot see how to tell AVG that UPnPBrowser.exe is not a virus. Obviously, I could shut down AVG but I do not want to do that. Since it will not let UPnPBrowser.exe work then EP's wonderful plugin doesn't work. Any pointers?
Reply With Quote
  #15  
Old 03-24-2011, 04:54 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
This should work for AVG, but honestly, I highly recommend switching to Microsoft Security Essentials. Its just as free and i've found it to be far less intrusive than AVG
__________________
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; 03-24-2011 at 04:57 PM.
Reply With Quote
  #16  
Old 03-24-2011, 05:02 PM
ldavis ldavis is offline
Sage Aficionado
 
Join Date: Aug 2003
Posts: 388
Quote:
Originally Posted by evilpenguin View Post
This should work for AVG, but honestly, I highly recommend switching to Microsoft Security Essentials. Its just as free and i've found it to be far less intrusive than AVG
And all is right with the world. I found the answer about the same time you posted. I have no idea why AVG makes this so difficult. I guess you get what you pay for. I'll give MS Security Essentials a try.

Great mod to an already great plugin
Reply With Quote
  #17  
Old 03-24-2011, 05:45 PM
gibsonpa gibsonpa is offline
Sage Advanced User
 
Join Date: Jan 2008
Location: STL, Mo
Posts: 202
Been using this plugin for quite some time..and love it!

Went to install 1.5, and it installed fine, but the PlayOn entry is not on the main menu. Nor is it under the Online menu like 1.14 and below.

Anyone have the plugin install, but not be on the main menu? I am using Serenity Theme with my menu on the bottom of the screen.
Attached Images
File Type: png Capture.PNG (340.6 KB, 537 views)
File Type: jpg Capture2.jpg (45.7 KB, 527 views)
Reply With Quote
  #18  
Old 03-24-2011, 05:54 PM
jorton jorton is offline
Sage Icon
 
Join Date: Jul 2005
Location: Canada
Posts: 1,273
Quote:
Originally Posted by gibsonpa View Post
Been using this plugin for quite some time..and love it!

Went to install 1.5, and it installed fine, but the PlayOn entry is not on the main menu. Nor is it under the Online menu like 1.14 and below.

Anyone have the plugin install, but not be on the main menu? I am using Serenity Theme with my menu on the bottom of the screen.
Plucky's horizontal menu mod is likely the issue, try disabling it an see if the entries are in the default menu.

J
Reply With Quote
  #19  
Old 03-24-2011, 05:55 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Quote:
Originally Posted by gibsonpa View Post
Been using this plugin for quite some time..and love it!

Went to install 1.5, and it installed fine, but the PlayOn entry is not on the main menu. Nor is it under the Online menu like 1.14 and below.

Anyone have the plugin install, but not be on the main menu? I am using Serenity Theme with my menu on the bottom of the screen.
That's a tough one. I may be able to do something about that, no promises though.
__________________
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)
Reply With Quote
  #20  
Old 03-24-2011, 08:48 PM
dasdman's Avatar
dasdman dasdman is offline
Sage User
 
Join Date: Feb 2010
Location: Sacramento
Posts: 10
Quote:
Originally Posted by gibsonpa View Post
Been using this plugin for quite some time..and love it!

Went to install 1.5, and it installed fine, but the PlayOn entry is not on the main menu. Nor is it under the Online menu like 1.14 and below.

Anyone have the plugin install, but not be on the main menu? I am using Serenity Theme with my menu on the bottom of the screen.
I ran into this same issue. Been using it and loving it for a couple of months. After I did the install AVG bitched about the UPnPBrowser.exe so I told it to ignore it. Still no Playon in the menu. De-installed AVG...same thing.

What I found was that in the Diamond options I had hidden some main menu items, one of them being "search". If I turn search back on, Playon shows up. Playon no longer is listed under the "online" heading as it was before. Works fine now.
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
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


All times are GMT -6. The time now is 02:03 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.