Requirements:
Known issues:
Installation:
Override Options for the updater (not required):
Example command line:
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.
- NPVR
- .Net Framework 3.5 SP1
- ADO.NET Data Services Update
- An active Netflix Account with WatchInstant capability (For playing movies only. All other features can be tested without an account.)
Known issues:
- Plugin: Episode titles are not in the correct order.
- Plugin: Skins need some work.
- 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.
- Player: Trickplay does not work in True Fullscreen mode.
- Player: CTRL-P does not seem to work in True Fullscreen mode and Enter/OK should be used for Play/Pause.
Installation:
- Unzip the files to the appropriate locations.
- Add the following to config.xml in the <MenuLayout> section:
Code:<MenuItem enabled="true">Netflix</MenuItem>
- 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):
- "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")
- "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.