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) Netflix Watch Now v
1 2 3 4 5 Next »
StreamIt from Netflix (Alpha NPVR version)

 
  • 0 Vote(s) - 0 Average
StreamIt from Netflix (Alpha NPVR version)
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#1
2010-07-09, 02:52 AM (This post was last modified: 2010-07-09, 05:43 PM by whurlston.)
Requirements:
  1. NPVR
  2. .Net Framework 3.5 SP1
  3. ADO.NET Data Services Update
    • Win7/2008 Server R2
      or
    • all other OSes
  4. An active Netflix Account with WatchInstant capability (For playing movies only. All other features can be tested without an account.)

Known issues:

  1. Plugin: Episode titles are not in the correct order.
  2. Plugin: Skins need some work.
  3. Player: Trick play commands can be unreliable. Trick play (ff/rew/pause) should not be attempted until at least 30-60 seconds after the video starts playing.
  4. Player: Trickplay does not work in True Fullscreen mode.
  5. Player: CTRL-P does not seem to work in True Fullscreen mode and Enter/OK should be used for Play/Pause.

Installation:

  1. Unzip the files to the appropriate locations.

  2. Add the following to config.xml in the <MenuLayout> section:

    Code:
    <MenuItem enabled="true">Netflix</MenuItem>


  3. Run StreamIt.Netflix.Updater.exe located in the "[NPVR Program Folder]\Plugins\StreamIt" folder.
    By default, it will download all titles and the posters and update "C:\Users\Public\NPVR\Plugins\StreamIt\Netflix.db3" database and save the posters to "C:\Users\Public\NPVR\Media\Netflix\BoxArt".
    If your data folder is in another directory, you will need to override the defaults.




Override Options for the updater (not required):

  1. "datadir=" will save the boxart and database to the directory specified. This should be set to the NPVR main data folder. The subfolder will automatically be appended. ("datadir=C:\Users\Public\NPVR")
  2. "limit=" will limit the number of titles if you want a quick result. 500 titles are downloaded at a time so if you only want the first 500, set the limit to 499. ("limit=499")

Example command line:
Code:
"C:\Program Files\NPVR\Plugins\StreamIt\Streamit.Netflix.Updater.exe" "datadir=C:\Users\My Username\NPVR" limit=999


Plugin Usage:

Once you have updated the database, Run NPVR, select "Netflix" from the NPVR menu (it may take a few seconds for the list to populate and the screen to show).

CTRL-S (Stop button) will change the sort order.

CTRL-B (Blue button) will switch between List and Covers View.

Selecting a collection will display the sub items. Selecting an item will launch the player and play the title.

Player commands:

Enter/OK and CTRL-P (Play button) will operate as Play/Pause. (CTRL-P does not seem to work in True Fullscreen mode and Enter/OK should be used.)
CTRL-Right arrow will fastforward the video.
CTRL-Left arrow will rewind the video.
Right/Left arrows will step through the video. Select enter to start watching at the selected point.
F7 will cycle through view modes (Windowed, Psuedo fullscreen, True fullscreen).


The player's size (in windowed mode) and the player's last view mode will be remembered. However, if the last view mode was True Fullscreen, the player will start the next time in Psuedo Fullscreen.
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#2
2010-07-09, 03:07 PM
When I try to run the updater, the cmd window will pop up and say 23718 titles expected, then get an error that the program has stopped working and then I have to close it.
Oh, and thanks for working on this, its truly a great addition.
[SIZE="1"]
Server
Antec NSK400 case
ASUS M2NPV-VM motherboard
AMD AM2 3800+ X2 processor
256 MB GeForce 8500GT
Pinnecle USB HD Pro Stick
Vbox Cat's eye DTA 150
1 GB pc5200 Ram
500 GB HDD OS/Videos
1000GB HDD Recordings

Client
Asus A7N8X-Deluxe MB
AMD Processor ??
512 MB pc3200 Ram
ATI Radeon 9800 Pro 128MB
[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#3
2010-07-09, 05:09 PM (This post was last modified: 2010-07-09, 05:39 PM by whurlston.)
Oops! Try this version. It includes a copy of the System.Data.SQLite.dll (same version as the one in the NPVR program folder but it needs to be in the same folder as the updater). It also fixes an issue where the SQLite dll will not load on some systems.

Edit: You will actually need .Net Framework 3.5 SP1 as well as the ADO.NET Data services update for Win7/2008 Server R2 or all other OSes
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#4
2010-07-09, 05:56 PM
My mistake. I didn't include the logo in the package because the skin is not displaying it yet but I forgot to remove the code to load it. Here it is.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#5
2010-07-09, 05:59 PM
elbryyan Wrote:EDIT: I noted at the top the mscorlib version as 2.0, when I searched on how to determine what .net framework was installed it mentioned looking at that file. Since it says 2.0 I'm guessing I don't have 3.5 installed even though I have a 3.5 folder within C:\Windows\Microsoft.NET\Framework.
You can ignore the "Loaded Assemblies" section. If there was an issue with your version of the framework, it will show in the "Exception Text" section.
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#6
2010-07-09, 06:05 PM
Sorry, I deleted my post as i saw you updated the previous post before it and was going to try that but you already responded to it as well. Thanks for the help.
[SIZE="1"]
Server
Antec NSK400 case
ASUS M2NPV-VM motherboard
AMD AM2 3800+ X2 processor
256 MB GeForce 8500GT
Pinnecle USB HD Pro Stick
Vbox Cat's eye DTA 150
1 GB pc5200 Ram
500 GB HDD OS/Videos
1000GB HDD Recordings

Client
Asus A7N8X-Deluxe MB
AMD Processor ??
512 MB pc3200 Ram
ATI Radeon 9800 Pro 128MB
[/SIZE]
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#7
2010-07-09, 06:24 PM
Awsome, It now works great, can't wait to load it at home and show the wife. Thanks again for the work you've done on this.
[SIZE="1"]
Server
Antec NSK400 case
ASUS M2NPV-VM motherboard
AMD AM2 3800+ X2 processor
256 MB GeForce 8500GT
Pinnecle USB HD Pro Stick
Vbox Cat's eye DTA 150
1 GB pc5200 Ram
500 GB HDD OS/Videos
1000GB HDD Recordings

Client
Asus A7N8X-Deluxe MB
AMD Processor ??
512 MB pc3200 Ram
ATI Radeon 9800 Pro 128MB
[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#8
2010-07-09, 06:30 PM
Glad you like it.
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#9
2010-07-10, 12:07 PM
I've had a go at updating the skin file for Wave. I've also worked up an alternate version with meta data in the covers view. Have a look and let me know what you think.

I've attached it below along with the most current version of Wave. (I've tinkered around so much I've lost track of which custom fonts and colours are new since the beginning of the week Smile

Also if you don't mind an aesthetic suggestion :o It appears that the image reflection is being done in the plugin. If it's at all possible, applying the gradient fade to only, say, 50% of the inverted image, as opposed to compressing the full image to 50% vertically.

The difference is a much more natural effect.
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#10
2010-07-10, 12:49 PM
Hairy Wrote:I've had a go at updating the skin file for Wave. I've also worked up an alternate version with meta data in the covers view. Have a look and let me know what you think.
See? This is why I should leave skinning to the professionals. It looks awesome! I do like the idea of having the covers view with metadata as an alternate. Although the alternate version will be my personal choice, the default should probably be more in line with the NPVR standard.

Thanks for doing this.

Hairy Wrote:Also if you don't mind an aesthetic suggestion :o It appears that the image reflection is being done in the plugin. If it's at all possible, applying the gradient fade to only, say, 50% of the inverted image, as opposed to compressing the full image to 50% vertically.

The difference is a much more natural effect.

That's simple enough. I have the "compressOriginalImage" as a variable so it's just a matter of changing "true" to "false" in a couple of places. I actually intend to make the reflection (and it's options) user configurable.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (19): 1 2 3 4 5 … 19 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Netflix Viewer DB Download Problem hrsnblm 2 14,189 2011-06-09, 01:08 PM
Last Post: hrsnblm
  StreamIt and Hauppauge 45 button remote yancym 1 6,413 2010-07-19, 09:24 PM
Last Post: whurlston
  Long awaited Netflix update status. whurlston 4 7,328 2010-07-07, 09:40 AM
Last Post: johnsonx42
  Movie Library (alpha) whurlston 52 40,535 2010-06-14, 02:55 PM
Last Post: whurlston
  Netflix Watch Now Plugin use Keyboard or Hauppauge Remote Snooze 7 13,544 2010-02-18, 11:26 AM
Last Post: Snooze
  Netflix Watch Now for NMT? Tinker 2 11,640 2010-01-05, 06:33 PM
Last Post: steveum
  Netflix watch now: known working at the moment? toomanyhandles 1 6,202 2009-10-18, 10:40 PM
Last Post: Snooze
  Netflix - My Watch now queue web_maven 3 8,982 2009-03-09, 04:59 AM
Last Post: whurlston
  Install of Netflix plugin TKS 3 6,821 2009-02-11, 09:51 PM
Last Post: whurlston
  Netflix plugin development hold up. whurlston 0 3,342 2009-02-09, 05:57 PM
Last Post: whurlston

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

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

Linear Mode
Threaded Mode