[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
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #11
fekker Wrote:It's not picking up your playercorefactory settings change that tells it to use iexplorer
Browsing, queue changes and metadata are done in xbmc, actual item playback links out to IE (or firefox if configured to do so) using the external player option as it's using silverlight under your browser to playback the file.

Like opening a browser window to view the netflix page as shown in the wiki thread
http://wiki.xbmc.org/index.php?title=Usi...nal_player
(note I'm using .html and not .htm for the files it's linking to)

Got it.

Great work! Thanks!
(This post was last modified: 2010-12-14 04:18 by igotdvds.)
find quote
pcvii Offline
Member
Posts: 65
Joined: Nov 2009
Reputation: 0
Post: #12
Code:
12:36:11 T:3216 M:184860672  NOTICE: DEBUG = getUserSettingDebug(arg)
12:36:11 T:3216 M:184860672  NOTICE:   File "C:\Users\Robert Russell\AppData\Roaming\XBMC\plugins\video\plugin.video.xbmcflicks\resources\lib​\settings.py", line 32, in getUserSettingDebug
12:36:11 T:3216 M:184856576  NOTICE: deb = xbmcplugin.getSetting(arg,'debug')
12:36:11 T:3216 M:184856576  NOTICE: TypeError
12:36:11 T:3216 M:184856576  NOTICE: :
12:36:11 T:3216 M:184856576  NOTICE: function takes exactly 1 argument (2 given)
12:36:11 T:3216 M:184856576   ERROR: Scriptresult: Error
12:36:12 T:3692 M:186347520   ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting plugin://video/plugin.video.xbmcflicks/?mode=40
12:36:12 T:3692 M:186347520   ERROR: CGUIMediaWindow::GetDirectory(plugin://video/plugin.video.xbmcflicks/?mode=40) failed
12:36:12 T:4240 M:184565760  NOTICE: -->Python Interpreter Initialized<--
12:36:12 T:4240 M:180764672  NOTICE: ##########################################################
12:36:12 T:4240 M:180764672  NOTICE: Mode: 0
12:36:12 T:4240 M:180764672  NOTICE: Arg1: 0
12:36:12 T:4240 M:180764672  NOTICE: Arg2:
12:36:12 T:4240 M:180764672  NOTICE: ##########################################################
12:36:12 T:3692 M:180748288 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
12:36:14 T:3692 M:182505472 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
12:36:29 T:3692 M:167350272 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
12:36:30 T:1388 M:161202176  NOTICE: -->Python Interpreter Initialized<--
12:36:31 T:1388 M:150163456  NOTICE: ##########################################################
12:36:31 T:1388 M:150159360  NOTICE: Mode: 0
12:36:31 T:1388 M:150159360  NOTICE: Arg1: 0
12:36:31 T:1388 M:150159360  NOTICE: Arg2:
12:36:31 T:1388 M:150159360  NOTICE: ##########################################################
12:36:31 T:3692 M:149958656 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0

I get an error when i try to do anything.

And I the settings window shows up blank with just a few buttons on the bottom.

And I don't see a way to log into netflix anywhere.
find quote
fekker Offline
Posting Freak
Posts: 1,545
Joined: Oct 2008
Reputation: 30
Post: #13
pcvii Wrote:
Code:
12:36:11 T:3216 M:184860672  NOTICE: DEBUG = getUserSettingDebug(arg)
12:36:11 T:3216 M:184860672  NOTICE:   File "C:\Users\Robert Russell\AppData\Roaming\XBMC\plugins\video\plugin.video.xbmcflicks\resources\lib​\settings.py", line 32, in getUserSettingDebug
12:36:11 T:3216 M:184856576  NOTICE: deb = xbmcplugin.getSetting(arg,'debug')
12:36:11 T:3216 M:184856576  NOTICE: TypeError
12:36:11 T:3216 M:184856576  NOTICE: :
12:36:11 T:3216 M:184856576  NOTICE: function takes exactly 1 argument (2 given)
12:36:11 T:3216 M:184856576   ERROR: Scriptresult: Error
12:36:12 T:3692 M:186347520   ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting plugin://video/plugin.video.xbmcflicks/?mode=40
12:36:12 T:3692 M:186347520   ERROR: CGUIMediaWindow::GetDirectory(plugin://video/plugin.video.xbmcflicks/?mode=40) failed
12:36:12 T:4240 M:184565760  NOTICE: -->Python Interpreter Initialized<--
12:36:12 T:4240 M:180764672  NOTICE: ##########################################################
12:36:12 T:4240 M:180764672  NOTICE: Mode: 0
12:36:12 T:4240 M:180764672  NOTICE: Arg1: 0
12:36:12 T:4240 M:180764672  NOTICE: Arg2:
12:36:12 T:4240 M:180764672  NOTICE: ##########################################################
12:36:12 T:3692 M:180748288 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
12:36:14 T:3692 M:182505472 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
12:36:29 T:3692 M:167350272 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
12:36:30 T:1388 M:161202176  NOTICE: -->Python Interpreter Initialized<--
12:36:31 T:1388 M:150163456  NOTICE: ##########################################################
12:36:31 T:1388 M:150159360  NOTICE: Mode: 0
12:36:31 T:1388 M:150159360  NOTICE: Arg1: 0
12:36:31 T:1388 M:150159360  NOTICE: Arg2:
12:36:31 T:1388 M:150159360  NOTICE: ##########################################################
12:36:31 T:3692 M:149958656 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0

I get an error when i try to do anything.

And I the settings window shows up blank with just a few buttons on the bottom.

And I don't see a way to log into netflix anywhere.
what version of xbmc are you using?
find quote
pcvii Offline
Member
Posts: 65
Joined: Nov 2009
Reputation: 0
Post: #14
That was it. I realized I wasn't using the newest version of XBMC. figured that out when a website said there was an addon manager. And I'm like where?

Playing with it now.
find quote
pcvii Offline
Member
Posts: 65
Joined: Nov 2009
Reputation: 0
Post: #15
Okay current issue is ie keeps saying I need to install silverlight. and i have silverlight.

It plays in IE when I don't launch from xbmc. I gotta make sure xbmc isnt launching the 64bit. because silverlight doesn't work with 64bit ie.

yep gotta change it to C:\Program Files (x86)\Internet Explorer\iexplore.exe

C:\Program Files\Internet Explorer\iexplore.exe is 64 bit in Windows 7
find quote
pcvii Offline
Member
Posts: 65
Joined: Nov 2009
Reputation: 0
Post: #16
Awesome stuff.

I noticed the Movie posters sometimes won't load or some load and the others don't. But it's pretty good so far.
find quote
methcat Offline
Junior Member
Posts: 29
Joined: Jul 2007
Reputation: 0
Post: #17
subscribed!
find quote
dtviewer Offline
Fan
Posts: 664
Joined: Jul 2008
Reputation: 1
Post: #18
fekker Wrote:If using portable mode, they are in the install folder, my install folder is XBMCdrc2, so those files go into
- C:\Program Files (x86)\XBMCdrc2\portable_data\userdata

If not using portable mode
The "advancedsettings.xml" file, which does not exist by default, may be created by a user in their "\UserData\" folder.
Please consult your plaform specific FAQ for the appropriate location.
http://wiki.xbmc.org/index.php?title=Adv...ttings.xml

For windows, from the link above

A quick question about adding this to the advancedsettings.xml.

I already have this:

<advancedsettings>
<useddsfanart>true</useddsfanart>
</advancedsettings>

Would I make another advancedsettings.xml and place it in the user data folder along with the one I have above or do I add the code you listed between the 2 <advancedsettings> tags along with my <useddsfanart>true</useddsfanart> ?

In other words, would I have 2 advancedsettings xml's or just one after adding the netflix?
Thanks in advance
find quote
fekker Offline
Posting Freak
Posts: 1,545
Joined: Oct 2008
Reputation: 30
Post: #19
dtviewer Wrote:A quick question about adding this to the advancedsettings.xml.

I already have this:

<advancedsettings>
<useddsfanart>true</useddsfanart>
</advancedsettings>

Would I make another advancedsettings.xml and place it in the user data folder along with the one I have above or do I add the code you listed between the 2 <advancedsettings> tags along with my <useddsfanart>true</useddsfanart> ?

In other words, would I have 2 advancedsettings xml's or just one after adding the netflix?
Thanks in advance

1 file with both settings

Code:
<advancedsettings>
<useddsfanart>true</useddsfanart>
  <videoextensions>
    <add>.html</add>
  </videoextensions>
</advancedsettings>
find quote
dtviewer Offline
Fan
Posts: 664
Joined: Jul 2008
Reputation: 1
Post: #20
fekker Wrote:1 file with both settings

Code:
<advancedsettings>
<useddsfanart>true</useddsfanart>
  <videoextensions>
    <add>.html</add>
  </videoextensions>
</advancedsettings>

Thanks for the quick help.
find quote
Post Reply