[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC

  Thread Rating:
  • 14 Votes - 4.64 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jrfall Offline
Junior Member
Posts: 2
Joined: Apr 2012
Reputation: 0
Post: #851
(2012-04-18 20:32)bengalih Wrote:  What I have had good success with is deleting the whole folder listed above (plugin.vidio.xbmcflicks), then closing XBMC, relaunching and going back into the Plugin. I have tested this 10 times now, and it seems to work each time.

I'll try this when I get home, thanks for the hard work on this.
find quote
lestat1977uk Offline
Fan
Posts: 324
Joined: Jan 2009
Reputation: 1
Post: #852
Hi all,

been searching through the forums but can't get a definitive answer, can you use XBMCflicks with a UK Netflix account yet? or is this still being worked on?

Sorry if this has been asked already i just wanted an update.

Keep up the good work as always Wink
find quote
lordjubblydave Offline
Junior Member
Posts: 2
Joined: Apr 2012
Reputation: 0
Post: #853
I have been struggling with this for a couple of hours.
Need some help please.
Running XBMC 10.1 osx

Here is my
log http://freetexthost.com/4wsrtdptgh
find quote
Zellig Offline
Junior Member
Posts: 39
Joined: Apr 2012
Reputation: 0
Post: #854
Hi, I am happy to see that there is lot's of activity on this plugin.

But here is a (maybe really stupid) question: How come that there isn't some sort of "native" plugin, rather than using the IE interface?

The reason I ask is because every time I try, I have weird IE-related issues (yes, navigation is one of them, but for instance, after I play something, there is no way to get back to XBMC, or the whole thing crashes, etc.).

How come XBMC went this rout, instead of doing something like MCE, Boxee, or even Plex (although the Plex plugin doesn't work with SilverLight 5)?
(This post was last modified: 2012-04-20 00:57 by Zellig.)
find quote
crimsonfury Offline
Fan
Posts: 462
Joined: Mar 2012
Reputation: 1
Location: Arizona, U.S.
Post: #855
It has been mentioned many times even on last page...

[Image: all-clearlogo.jpg]
find quote
Zellig Offline
Junior Member
Posts: 39
Joined: Apr 2012
Reputation: 0
Post: #856
(2012-04-20 01:41)crimsonfury Wrote:  It has been mentioned many times even on last page...

I have seen a couple of posts making a similar comment, but have not seen a clear answer.

Netflix is a very important player in the online video streaming world and XBMC is a very important player in the front-end world. I would have thought the integration would be better.

Anyway, I'll keep trying to get this to work and use MCE for Netflix until I am successful.
find quote
crimsonfury Offline
Fan
Posts: 462
Joined: Mar 2012
Reputation: 1
Location: Arizona, U.S.
Post: #857
I asked the same thing. What I'm trying to get working is wmc straight to Netflix launched from inside xbmc!

[Image: all-clearlogo.jpg]
find quote
bengalih Offline
Senior Member
Posts: 117
Joined: Oct 2004
Reputation: 1
Post: #858
(2012-04-19 21:23)lestat1977uk Wrote:  Hi all,

been searching through the forums but can't get a definitive answer, can you use XBMCflicks with a UK Netflix account yet? or is this still being worked on?

Sorry if this has been asked already i just wanted an update.

Keep up the good work as always Wink

As far as I know this works only with US accounts, and possibly Canadian. To be honest there probably isn't alot that needs to be done to work with other accounts. I would assume that all the Netflix APIs work the same way, the difference is in selecting the appropriate servers to connect to and download the data.

Until Fekker gets back, or this is taken under the wing of another developer, I don't see support being added for UK. If you are desperate, start digging into the python and taking a look at the URLs being used. It may be as simple as replacing a few strings :/

.peace out.
find quote
bengalih Offline
Senior Member
Posts: 117
Joined: Oct 2004
Reputation: 1
Post: #859
(2012-04-20 00:56)Zellig Wrote:  Hi, I am happy to see that there is lot's of activity on this plugin.

But here is a (maybe really stupid) question: How come that there isn't some sort of "native" plugin, rather than using the IE interface?

The reason I ask is because every time I try, I have weird IE-related issues (yes, navigation is one of them, but for instance, after I play something, there is no way to get back to XBMC, or the whole thing crashes, etc.).

How come XBMC went this rout, instead of doing something like MCE, Boxee, or even Plex (although the Plex plugin doesn't work with SilverLight 5)?

(2012-04-20 03:38)Zellig Wrote:  
(2012-04-20 01:41)crimsonfury Wrote:  It has been mentioned many times even on last page...

I have seen a couple of posts making a similar comment, but have not seen a clear answer.

Netflix is a very important player in the online video streaming world and XBMC is a very important player in the front-end world. I would have thought the integration would be better.

Anyway, I'll keep trying to get this to work and use MCE for Netflix until I am successful.


See my post here it pretty much tells the story.

As it is Plex support for Netflix is problematic (see recent threads like this one), Boxee only provides support on their Boxee Box (not on PC version), and WMC does nothing more than provide a glorified Silverlight wrapper (via an IE shell as well...same way XBMC does it). Granted the browsing of titles on WMC looks a lot sharper, but that's when you get when you PAY developers to work on it (AFAIK that plugin was a joint venture between MS and Netflix, so they had a lot of insight into how to put it together well).

XBMC team would work to create an integrated plugin if it wasn't for the DRM issues from Netflix. As it is, the only way to watch on PC is via Netflix's Silverlight plugin. So basically it comes down to writing two pieces:

1 - A browser to see the video content
2 - A clean launcher/wrapper to the Silverlight plugin

XBMCFlicks does #1 pretty well. It looks as good as any other plugin for XBMC. There are still a few bugs with parsing movie information or downloading covers, etc...but I don't think there is much more to ask for on this front.

#2 is a little lacking....most of the development time went into #1. I'm sure someones else could write another launcher independent of XBMCFlicks and we could still use the playercorefactory.xml to launch from XBMCFlix into that 3rd party wrapper. But, that is not an easy proposition as it isn't just standard XBMC add-on fare, it would be a standalone app. The XBMC development team isn't going write that, and they are also not going to try to integrate Silverlight directly into XBMC because of licensing/open source issues.

With the exception of the few small bugs left, there is actually not much else that you could want for Netflix on XBMC. One of the biggest issues was lack of remote control, but I think I have remedied that for the most part with my XBMCFlix-o-mate.

BTW - did you know that with the $500+ dollars and countless hours you have spent on your XBMC installation there is nothing you can do to get 5.1 Dolby Digital Sound from it? This is true for any PC application, even the native Netflix browser player. You can get better Netflix playback from your Xbox 360, PS3 or $50 roku then you will ever be able to get (in the foreseeable future) from your PC. Netflix themselves aren't very serious about playback on PCs....why should anyone else be? Until that changes PC users are the red-headed step-children of Netflix...so get used to it!
(2012-04-20 03:57)crimsonfury Wrote:  I asked the same thing. What I'm trying to get working is wmc straight to Netflix launched from inside xbmc!

If what you are trying to do is launch WMC's Netflix app from within XBMC, that is very easy to do.

See here for the info.

I will warn you though that although the Netflix interface in WMC looks slick, and natively supports a remote control it has some problems.

For one, it's episode handling is horrible. If you are watching a show with multiple seasons (hundreds of episodes) you have to scroll through them to get to the one you want each time you go in, and sometimes between each episode.

But, the worst thing (that caused me to move off WMC to XBMC for Netflix) is the crashing issues. Many many people report that anywhere from 5-50% of the time WMC will lockup on the very last frame of a show. This requires you to forcibly kill the ehshell.exe (WMC main process). If you are in the middle of a season of shows, this now mean killing the app, relaunching, and then browsing all the way back down to the episode you want (i.e. WMC does not automatically place you at the next episode in the series). Here is one of the many threads on the Internets about it.

If you are lucky enough to not have these issues, and you don't mind the horrible episode handling, then launching WMC from within Netflix is certainly an option.

.peace out.
(This post was last modified: 2012-04-20 07:09 by bengalih.)
find quote
bengalih Offline
Senior Member
Posts: 117
Joined: Oct 2004
Reputation: 1
Post: #860
(2012-04-19 22:23)lordjubblydave Wrote:  I have been struggling with this for a couple of hours.
Need some help please.
Running XBMC 10.1 osx

Here is my
log http://freetexthost.com/4wsrtdptgh

I'm not an OSX guy...but I don't see anything in there at this point that shows XBMCFlix misbehaving.
Make sure you enable debug logging in the XBMCFlix plugin (may also want to enable Verbose user info...but if you do make sure you strip any token info out of your log).
Then delete your XBMC.log file to start fresh.
Load up XBMC, go into XBMCFlix and take a look at your queue.

Then post back with that log and what exactly the problem you are having is (can't open the plugin? get an error? can't view queue? etc).

.peace out.
find quote
Post Reply