NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 12 13 14 15 16 … 125 Next »
Netflix plugin?

 
  • 0 Vote(s) - 0 Average
Netflix plugin?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#11
2007-10-13, 01:10 AM (This post was last modified: 2007-10-13, 01:20 AM by whurlston.)
Here's the basic plugin if anyone wants to test it. It does not show details or have queue management abilities yet.

http://www.epgtools.com/gb_devs/Plugins/...-alpha.zip

To install:
Extract the contents to your devnz\gbpvr folder.

To enable personal feeds:
Using your web browser, log into your Netflix account then navigate to http://www.netflix.com/RSSFeeds?lnkctr=mfRSS (there is a link to "RSS" at the bottom of the Netflix pages).
Find the "Personalized Feeds" list and the links will end with "?id=SomeString".
Copy everything after the "=".
Start GB-PVR Config and go to the Plugins tab.
Select the Netflix plugin and click "Settings".
Paste the copied string into the "Personalized RSS ID" field.

Feeds can be disabled/enabled in the plugin settings.

Non members can still get the public feeds (New releases, Top 25/100).
nbarsley
Offline

Member

Posts: 242
Threads: 36
Joined: Oct 2006
#12
2007-10-17, 06:28 PM
FYI-
This blog (updated weekly) contains links to every available "watch now" movie on Netflix. I dont know if it helps or not...

http://netflixwatchnow.blogspot.com/
P4 2.4b Northwood - 1 Gig RAM - PVR 150 - Sapphire 2600XT AGP - HDA X-Mystique 7.1 Dolby Digital Live -> Samsung HT - USB-UIRT, USB-> 2 Playstation Controller Adaptors - NEC ND-3550A Burner
TylerK
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Aug 2005
#13
2007-10-22, 03:54 AM
Is this real? I cant even get the plugin to show up in Config. Sad

Tried with 1.0.16 and 1.0.8 no luck with either.

On a side note, this will/would be the coolest plugin ever.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#14
2007-10-22, 05:04 AM
nbarsley Wrote:FYI-
This blog (updated weekly) contains links to every available "watch now" movie on Netflix. I dont know if it helps or not...

http://netflixwatchnow.blogspot.com/
That is nice. It will definitely help if I get to the point of adding the "Watch Now" feature.
TylerK Wrote:Is this real? I cant even get the plugin to show up in Config. Sad

Tried with 1.0.16 and 1.0.8 no luck with either.

On a side note, this will/would be the coolest plugin ever.
It's real and tested in 1.0.16. You should have the following files once unzipping:

-----------Begin File List------------------

devnz\gbpvr\Plugins\Netflix\Netflix.dll
devnz\gbpvr\skin2\Netflix\404large.png
devnz\gbpvr\skin2\Netflix\404small.png
devnz\gbpvr\skin2\Netflix\skin.xml
devnz\gbpvr\skin2\Netflix\skin.xml.bak*
devnz\gbpvr\skin2\Netflix\Top25Popup.xml

-----------End File List------------------

skin.xml.bak is not required. I accidentally included it in the zip.

If the files are not in those directories, move them there and then start Config. Netflix should then be the last plugin listed in the "Plugin" tab.
TylerK
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Aug 2005
#15
2007-10-22, 12:36 PM
No luck, I'll fiddle some more after work. If you get Watch Now working this would be the best plugin for GBPVR in my opinion.

I tried on my main system and then I tried a fresh install of gbpvr on my laptop. No luck with either. All the files are there, must have some kinda setting wrong. I dont usually do much with plugins. (I do have the "use plugins" box checked) I'm sure I can figure it out tonight.
uwfalcon
Offline

Junior Member

Posts: 31
Threads: 14
Joined: May 2007
#16
2007-11-05, 06:33 PM
So I have been thinking about watch now for awhile. If you leverage the WebBrowser control you can do watchnow on at least the server. No idea about the MVP.

Code:
public Form1()
        {
            InitializeComponent();
            WebBrowser browser = new WebBrowser();
            browser.Navigate(@"address");
            this.Controls.Add(browser);
        }
I saw most of the netflix load and then it stalled probably cause my computer is a POS. It at least is promising. Make sure you replace "Address" with the link to your movie. I hope this gets you started. The next challenge is being able access the dom and press the "Play" and pause button etc. We can start doing this with NBC and other networks too... Hopefully some day GBPVR will just br a frontend to internet video.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#17
2007-11-05, 06:45 PM
I'll definitely try that. Thanks.
uwfalcon
Offline

Junior Member

Posts: 31
Threads: 14
Joined: May 2007
#18
2007-11-05, 06:48 PM
Actually this works a lot better... It was working afterall
Code:
WebBrowser browser = new WebBrowser();
           browser.Navigate(@"address");
            browser.Width = 800;
            browser.Height = 600;
            this.Width = 800;
            this.Height = 600;
            this.Controls.Add(browser);
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#19
2007-11-05, 10:19 PM
I got Watch Now working in a test app. I can even resume a movie at the point where it was stopped. I'll get it implemented into the plugin in a few days.
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#20
2007-11-06, 02:14 PM
I don't know if there is an 'If MVP' type of thing in the GBPVR code, but if it is, you could render the screen using someControl.Draw.

I have some code here: http://forums.gbpvr.com/showpost.php?p=2...ostcount=3

I was working, as a start, to get a browser control in the GBPVR window.
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (31): « Previous 1 2 3 4 5 … 31 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 162,405 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 14,062 2011-05-20, 08:40 PM
Last Post: scb147
  software recorder, any plugin like it for npvr? chesterusob 2 14,851 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 15,054 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,135 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,594 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 41,542 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 68,517 2010-08-22, 01:38 PM
Last Post: 7ore
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 4,158 2010-04-01, 09:59 PM
Last Post: tvshowman
  Program Plugin not launching MS Games jw100 0 2,765 2010-04-01, 05:53 PM
Last Post: jw100

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode