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)
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#31
2010-07-13, 06:48 PM
If you log into the netflix website and click genres and the select a genre you can see what they seperated them into I'm guessing. When I clicked on "actoin and adventure" it has sub genres such as action classics, action thrillers, action comedies, african-american action????, plus many others. But my favorite is super swashbucklers.
[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
#32
2010-07-13, 07:33 PM
Yeah, you can do that too. The list of genres in the database includes all of the sub genres on that page. One good thing is that the plugin will remember the last genre you viewed and return you to the same place.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#33
2010-07-14, 03:00 AM
elbryyan Wrote:If you log into the netflix website and click genres and the select a genre you can see what they seperated them into I'm guessing. When I clicked on "actoin and adventure" it has sub genres such as action classics, action thrillers, action comedies, african-american action????, plus many others. But my favorite is super swashbucklers.
I liked my genre list better Wink
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#34
2010-07-14, 04:58 AM
I haven't had a chance to finish the release for tonight due to a heavy work load today. I'll get it out tomorrow though.
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#35
2010-07-14, 12:36 PM
Promises, Promises.....:p
[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
#36
2010-07-14, 07:33 PM
You're right. Let's just forget that I said anything about a Netflix plugin. Big Grin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#37
2010-07-16, 07:09 AM (This post was last modified: 2010-07-16, 07:19 AM by whurlston.)
Here is a pre-beta release if you want to try it.

This is a complete package so you don't need the previous alpha build installed first. If you did install the previous build, delete your "Program Files\NPVR\Plugins\StreamIt" folder before replacing it with the new one. This will get rid of the old custom player and the extra updater.

Changes:
  1. Ability to view by Genre. Use CTRL-Left and CTRL-Right (Skip back and Skip fwd) to change genres.
  2. Last view mode and last selected genre now remembered.
  3. Added plugins settings screen.
  4. Added ability to adjust or completely disable boxart image reflection.
  5. Added option to show only available titles (disabled by default).
  6. Added option to show "Ending Soon" titles and specify the date range (set to "0" to disable). The default is 30 days.
  7. Removed custom player and launches IE to play the movie.
  8. Added option to launch IE in kiosk mode. On the plugin's first run, it will open in kiosk mode if NPVR is set to fullscreen mode. First setting will stick until overriden in the plugin settings page.
  9. Moved the updater to the NPVR program folder. This allows it to use the SQLite dll included with NPVR and prevents an error entry in the NPVR.log when attempting to load the extra SQLite dll in the Plugins\StreamIt folder.
  10. Some adjustments to Default and Wave skins to accomodate plugin changes.
  11. Image loading optimizations.

Known issues:
  1. There is an option in the settings page to limit genres selections. This option is not yet active as it requires a change to the database, which requires a change to the updater.
  2. Still some skin work to do (mainly the Default - Covers view).

I'll release the beta once I finish the default skin and the limit genres option. But since I promised an update yesterday (elbryyan), here is an working build.

Hairy (and other skinners):
The Netflix logos are compiled into the plugin dll instead of saved as a separate image file since they can't really be manipulated (other than size) and they would be the same in all skins. They are loaded into the "SelectedList" and "NetflixLogo" elements by the plugin. You can use "@smallLogo" or "@largeLogo" in either element to display the one you want.
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#38
2010-07-16, 11:07 AM
nPVR is throwing an exception for me when I try to change skins in the settings menu. I can change the skin manually by editing the config.xml.

Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at StreamIt.Netflix.SettingsPage.SaveSettings() in D:\Projects\NPVR\StreamIt\SettingsPage.cs:line 136
   at NextPVR.Settings.SettingsForm.buttonOK_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
NextPVR
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NextPVR.exe
----------------------------------------
NShared
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NShared.DLL
----------------------------------------
NUtility
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NUtility.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data.SQLite
    Assembly Version: 1.0.65.0
    Win32 Version: 1.0.65.0
    CodeBase: file:///C:/Program%20Files/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Data.Entity
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.4926 built by: NetFXw7
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.4926 built by: NetFXw7
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll
----------------------------------------
Test1
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll
----------------------------------------
Test2
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll
----------------------------------------
Test3
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll
----------------------------------------
StreamIt.Netflix
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll
----------------------------------------
System.Data.Services.Client
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.4926 built by: NetFXw7
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Services.Client/3.5.0.0__b77a5c561934e089/System.Data.Services.Client.dll
----------------------------------------
SlimDX
    Assembly Version: 2.0.8.42
    Win32 Version:
    CodeBase: file:///C:/Program%20Files/NPVR/SlimDX.DLL
----------------------------------------
msvcm90
    Assembly Version: 9.0.30729.4926
    Win32 Version: 9.00.30729.4926
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/msvcm90.dll
----------------------------------------
taglib-sharp
    Assembly Version: 2.0.3.0
    Win32 Version: 2.0.3.0
    CodeBase: file:///C:/Program%20Files/NPVR/taglib-sharp.DLL
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Cheers
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
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#39
2010-07-16, 02:44 PM
On a completely different note:

If you set the reflection height to 52% and the alpha to around 85 it can give a more natural reflection effect. I've found that I use a slightly compressed image at around 30% transparency for reflection effects I do in graphics.
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
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#40
2010-07-16, 04:04 PM
Looks like a great new features list Bill. I want to download and play with it right now, but my wife thinks I ought to work during business hours and has the dirty look to back it up Big Grin
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Netflix Viewer DB Download Problem hrsnblm 2 14,190 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,329 2010-07-07, 09:40 AM
Last Post: johnsonx42
  Movie Library (alpha) whurlston 52 40,542 2010-06-14, 02:55 PM
Last Post: whurlston
  Netflix Watch Now Plugin use Keyboard or Hauppauge Remote Snooze 7 13,546 2010-02-18, 11:26 AM
Last Post: Snooze
  Netflix Watch Now for NMT? Tinker 2 11,643 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,822 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