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
#301
2008-04-21, 03:49 AM
I'm hoping to release the Watch Now beta in the next day or two, timed with the release of the Community Skin 3.2. The reason for this is that there are lots of changes to the skin files and I want to inlcude them in CS 3.2 but they will break the Watch Now alpha plugin. The changes will break the original Netflix Queue plugin posted at the beginning of this thread. I figure there are not many people really using it though and are more interested in the Watch Now plugin. If there is interest in the Queue management, I will resume work on that once the Watch Now is complete.

There are also several other changes to the Watch Now plugin that will require a cleaning out of the alpha version before installing. I will give complete details on how to do it when I release the beta.
agidius
Offline

Senior Member

Posts: 469
Threads: 77
Joined: Apr 2006
#302
2008-04-21, 05:38 PM
:woot:



on a side note--
anyone notice that some movies wont show up in the plugin??
I have found 3 so far.
the latest one was "Steven Wright: When the Leaves Blow Away"
I put it in my queue, and it isnt on the list in the plugin.
Server--AthlonXP 2100+ \ PVR150MCE \ HVR1600 x2
Client 1--Athlon64 3200+
Client 2--Athlon64 3700+
Client 3--Turion64x2 1.9 laptop
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#303
2008-04-21, 09:12 PM
agidius Wrote:on a side note--
anyone notice that some movies wont show up in the plugin??
I have found 3 so far.
the latest one was "Steven Wright: When the Leaves Blow Away"
I put it in my queue, and it isnt on the list in the plugin.
There are probably more. I have not updated the list in a couple of weeks. I will before the beta release.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#304
2008-04-27, 07:28 AM
I think the code for the beta is complete. I have a few things to do before I post it:

  1. Minor changes to the plugin's blue skin.
  2. Update the list.
  3. Make instructions.

I will try to have it posted tomorrow night. Monday night at the latest.
rachnjake
Offline

Junior Member

Posts: 20
Threads: 2
Joined: Mar 2007
#305
2008-04-27, 03:40 PM
Cool Big Grin
I've been looking forward to the Beta release.
Would you mind including brief removal instructions for the Alpha?
(I seemed to have hosed it up somehow after installing the community skins)
Just want to start off with a 'clean' load of the beta.

Thanks for all your efforts and dedication to this plugin; it's really appreciated!
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#306
2008-04-27, 05:11 PM
The beta will pretty much require a "clean" load because a lot has changed since the alpha. So I will be giving instructions on removing the alpha version.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#307
2008-04-28, 06:16 AM
Remove the following files/folders:
Code:
gbpvr\Plugins\Common\NetflixAPI.dll
gbpvr\Plugins\Common\Newtonsoft.JSON.dll
gbpvr\Plugins\Common\*.pdb
gbpvr\Plugins\Netflix\*.dll
gbpvr\Plugins\Netflix\*.pdb
gbpvr\skin2\<skin name>\Netflix
"gbpvr\Plugins\Netflix" can be removed completely for a clean start.

Remove the <NetflixPlugin> section of config.xml. Here are the values that are used by the beta if you want to keep them. They will be auto created if you want to do a clean install.
Code:
<NetflixPlugin>
      [color=Green]<!-- The location in which to store the downloaded movies -->[/color]
      <MovieCache>C:\Program Files\Devnz\GBPVR\Plugins\Netflix\WatchNow\</MovieCache>

      [color=Green]<!-- The location in which to store the downloaded poster images -->[/color]
      <PosterCache>C:\Program Files\Devnz\GBPVR\Plugins\Netflix\Posters\</PosterCache>

      [color=Green]<!-- Your personal RSS Id -->[/color]
      <PersonalRssId>YourRssId</PersonalRssId>

      [color=Green]<!-- Turns poster download on or off. Default is "True" -->[/color]
      <ShowPosters>True</ShowPosters>

      [color=Green]<!-- The default bitrate to download. Valid values are "0", "1", "2" or "3" -->[/color]
      <DefaultBitrate>3</DefaultBitrate>

      [color=Green]<!-- The following are not yet used -->[/color]
      <DelMovies>False</DelMovies>
      <DelMoviesDays>7</DelMoviesDays>
      <DelPostersOnDeactivate>False</DelPostersOnDeactivate>
    </NetflixPlugin>
All other elements should be removed.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#308
2008-04-28, 06:18 AM
I recommend removing all downloads since the new beta will inject metadata into the file when it begins a download. However, it is not necessary. If you choose to remove all downloads, simply delete your poster and movie cache folders and you can skip the rest of this post.

To prepare your downloaded movies for the beta plugin, you will need to perform the following steps. This should only be done for completed downloads. If you have any incomplete downloads, it is best to delete them and redownload using the beta.

Rename your movie files removing the bitrate section of the filename:
Code:
MovieTitle[U][color=Red].2200[/color][/U].wmv -> MovieTitle.wmv

Create an xml file with the same name as the movie file:
Code:
MovieTitle.xml

Add the following text and copy the <Movie> tag for that movie from the WatchNowList.xml (or WatchNow.xml) located in the zip file in your Watch Now folder.
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<DownloadStatus LastByte="0" EndChunk="0" isDownloading="false" isWatchable="true" isComplete="true" EpisodeIndex="0">
  [color=Green]<!-- Put <Movie> here -->[/color]
</DownloadStatus>
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#309
2008-04-28, 06:18 AM
sub, this thread can be closed. I will be starting a new thread for the beta. Thanks.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (31): « Previous 1 … 27 28 29 30 31
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  BBC Iplayer Downloader Plugin - Beta + Support smiler 420 156,423 2012-01-20, 12:15 PM
Last Post: martint123
  Un-installation of the Weather plugin rkircher 1 13,947 2011-05-20, 08:40 PM
Last Post: scb147
  software recorder, any plugin like it for npvr? chesterusob 2 14,745 2011-04-11, 07:28 AM
Last Post: chesterusob
  Caller ID Plugin elbryyan 3 14,946 2011-02-23, 01:17 AM
Last Post: smajor
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,078 2011-01-01, 05:37 PM
Last Post: kindt nick
  Freazing up trying to watch live TV or access System plugin dspdrew 2 3,521 2010-11-03, 07:52 AM
Last Post: johnsonx42
  Music plugin support thread MixMan 103 40,120 2010-08-31, 09:46 PM
Last Post: povarotti
  New Videos Library Plugin jasonbs10 202 65,477 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,080 2010-04-01, 09:59 PM
Last Post: tvshowman
  Program Plugin not launching MS Games jw100 0 2,718 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