Kodi Community Forum
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC (/showthread.php?tid=87552)



- fekker - 2010-12-22

izula Wrote:I am very excited about this Plugin thanks you very much, I am however having a problem getting the plugin to work here is my log file of what happens, when I try to load any of the movie menus in the plugin I get script failed.

XBMC Log
----------
14:47:33 T:1912 M:4294967295 NOTICE: Getting hardware information now...
14:47:33 T:1912 M:4294967295 NOTICE: Checking resolution 11
14:47:33 T:1912 M:4294967295 NOTICE: Default DVD Player: dvdplayer
14:47:33 T:1912 M:4294967295 NOTICE: Default Video Player: dvdplayer
14:47:33 T:1912 M:4294967295 NOTICE: Default Audio Player: paplayer
14:47:33 T:1912 M:4294967295 NOTICE: Loading media sources from special://masterprofile/sources.xml
14:47:34 T:1912 M:4294967295 NOTICE: initializing playlistplayer
14:47:34 T:1912 M:4294967295 NOTICE: DONE initializing playlistplayer
14:47:34 T:1912 M:4294967295 NOTICE: initialize done
14:47:34 T:1912 M:4294967295 NOTICE: Running the application...
14:47:34 T:1912 M:4294967295 NOTICE: ES: Starting event server
14:47:34 T:4864 M:4294967295 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
14:47:34 T:4864 M:4294967295 NOTICE: UDP: Listening on port 9777
14:47:41 T:3568 M:4294967295 NOTICE: -->Python Interpreter Initialized<--
14:47:41 T:3568 M:4294967295 NOTICE: ##########################################################
14:47:41 T:3568 M:4294967295 NOTICE: Mode: 0
14:47:41 T:3568 M:4294967295 NOTICE: Arg1: 0
14:47:41 T:3568 M:4294967295 NOTICE: Arg2:
14:47:41 T:3568 M:4294967295 NOTICE: ##########################################################
14:47:44 T:2300 M:4294967295 NOTICE: -->Python Interpreter Initialized<--
14:47:44 T:2300 M:4294967295 NOTICE: ##########################################################
14:47:44 T:2300 M:4294967295 NOTICE: Mode: 30
14:47:44 T:2300 M:4294967295 NOTICE: Arg1: 0
14:47:44 T:2300 M:4294967295 NOTICE: Arg2: ?mode=30
14:47:44 T:2300 M:4294967295 NOTICE: ##########################################################
14:47:44 T:2300 M:4294967295 NOTICE: root folder: special://home/addons/plugin.video.xbmcflicks/
14:47:44 T:2300 M:4294967295 NOTICE: working folder: special://profile/addon_data/plugin.video.xbmcflicks/
14:47:44 T:2300 M:4294967295 NOTICE: real link path: C:\Program Files (x86)\XBMC\portable_data\userdata\addon_data\plugin.video.xbmcflicks\links\
14:47:44 T:2300 M:4294967295 NOTICE: image folder: special://home/addons/plugin.video.xbmcflicks/resources/
14:47:44 T:2300 M:4294967295 NOTICE: userinfo folder: special://profile/addon_data/plugin.video.xbmcflicks/
14:47:44 T:2300 M:4294967295 NOTICE: USER INFO FILE LOC: special://profile/addon_data/plugin.video.xbmcflicks/userinfo.txt
14:47:44 T:2300 M:4294967295 NOTICE: couldn't load user information from userinfo.properties file
14:47:44 T:2300 M:4294967295 NOTICE: .. getAuth called ..
14:47:44 T:2300 M:4294967295 NOTICE: OSX Setting is set to: False
14:47:44 T:2300 M:4294967295 NOTICE: .. user configured ..
14:47:45 T:2300 M:4294967295 ERROR: Error Type: exceptions.KeyError
14:47:45 T:2300 M:4294967295 ERROR: Error Contents: oauth_token
14:47:45 T:2300 M:4294967295 ERROR: Traceback (most recent call last):
File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.xbmcflicks\default.py", line 26, in ?
import resources.lib.menu as menu
File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.xbmcflicks\resources\lib\menu.py", line 225, in ?
getNewToWatchInstant()
File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 780, in getNewToWatchInstant
initApp()
File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 757, in initApp
user = getAuth(netflixClient,VERBOSE_USER_LOG)
File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 60, in getAuth
(tok, url) = netflix.user.getRequestToken()
File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.xbmcflicks\resources\lib\Netflix.py", line 47, in getRequestToken
requestToken = oauth.OAuthToken.from_string(response.read())
File "C:\Program Files (x86)\XBMC\portable_data\addons\plugin.video.xbmcflicks\resources\lib\oauth.py", line 142, in from_string
key = params['oauth_token'][0]
KeyError: oauth_token
14:47:45 T:1912 M:4294967295 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=30
14:47:45 T:1912 M:4294967295 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=30) failed
14:47:45 T:4876 M:4294967295 NOTICE: -->Python Interpreter Initialized<--
14:47:45 T:4876 M:4294967295 NOTICE: ##########################################################
14:47:45 T:4876 M:4294967295 NOTICE: Mode: 0
14:47:45 T:4876 M:4294967295 NOTICE: Arg1: 0
14:47:45 T:4876 M:4294967295 NOTICE: Arg2:
14:47:45 T:4876 M:4294967295 NOTICE: ##########################################################
what os are you using?

try removing the file
addon_data/plugin.video.xbmcflicks/userinfo.txt
restart xbmc
when you hit one of the settings again you should get a web browser opened up

if your using osx, make sure you set that in the addon-on settings
also, you will want to ensure your browser has silverlight installed.. easiest way is to just view a movie in netflix (from there site) that way we know all that part is working


- izula - 2010-12-22

I am using Windows 7 with XBMC in portable mode.
I deleted the requested file and tired again but it gives me the same error.


- t_buzz - 2010-12-22

Quote:14:35:10 T:8768 M:971878400 NOTICE: load settings...
14:35:10 T:8768 M:971763712 NOTICE: special://profile/ is mapped to: special://masterprofile/
14:35:10 T:8768 M:971751424 NOTICE: loading special://masterprofile/guisettings.xml
14:35:10 T:8768 M:970260480 NOTICE: Getting hardware information now...
14:35:10 T:8768 M:970260480 NOTICE: Checking resolution 12
14:35:10 T:8768 M:970203136 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
14:35:10 T:8768 M:970178560 NOTICE: Loaded playercorefactory configuration
14:35:10 T:8768 M:970178560 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
14:35:10 T:8768 M:970178560 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
14:35:10 T:8768 M:970174464 NOTICE: No advancedsettings.xml to load (special://masterprofile/advancedsettings.xml)
14:35:10 T:8768 M:970170368 NOTICE: Default DVD Player: dvdplayer

Yep, you're right on that one. Added palyercorefactory.xml and advancedsettings.xml to userdata, we have it working now.

Thanks for your patience. As I said this is the first 'issue' I've run into using XBMC and I was pretty sure it was user error.


- fekker - 2010-12-23

t_buzz Wrote:Yep, you're right on that one. Added palyercorefactory.xml and advancedsettings.xml to userdata, we have it working now.

Thanks for your patience. As I said this is the first 'issue' I've run into using XBMC and I was pretty sure it was user error.
good deal, glad ya got that sorted

izula Wrote:I am using Windows 7 with XBMC in portable mode.
I deleted the requested file and tired again but it gives me the same error.

you'll need to enable debug mode in the plugin with verbose user info also enabled.this will have user specific info in it, so don't post it until you have cleared out the unique id's (long strings of letters/numbers).. after you have cleared those out, pastebin the xbmc log file so i can see what's up


[AppleTV] Is it possible to use XBMC Flicks (Netflix) on an Apple TV with XBMC? - markl1 - 2010-12-23

I need an idiot's guide to getting this to work. Any ideas where I can find one? I have XBMC (10) installed and working. I can get into my file system using Cyberduck. I have the xbmcflicks addon installed. Now I'm lost.
I'm using Mac OSX. When I try to edit the newly created playercorefactory.xml it opens IE in Windows XP via parallels. IE errors saying that you can't edit the xml file with a style sheet. I couldn't make a style sheet for IE on XP if I had too. Is there a way to edit this file in a mac editor? Cyberduck doesn't let me change the editor for the file when I click on it. Is there another way to get into the Apple TV from my mac without Cyberduck? After all this where do I put this file after I get it edited?


- Desensitized - 2010-12-23

I don't mean to be insistent, but does anyone have any input on my problem? I have both the XML files and the userinfo.txt file is empty yet I still get a script error when trying to look at my queue. I think it has something to do with the Netflix API


- izula - 2010-12-23

I was having a problem with the plugin so I removed XBMC from my Win7 box including userdata and loaded the v10.0 and then added the plugin via xbmc and I was able to get much further. I think my problem now is that I live in Canada and have a Canadian NetFlix account. Any idea how hard it would be to make this plugin work for Canada? I am more then willing to help in any way possible but my coding skills suck, I can be a good beta tester however.


- fekker - 2010-12-23

izula Wrote:I was having a problem with the plugin so I removed XBMC from my Win7 box including userdata and loaded the v10.0 and then added the plugin via xbmc and I was able to get much further. I think my problem now is that I live in Canada and have a Canadian NetFlix account. Any idea how hard it would be to make this plugin work for Canada? I am more then willing to help in any way possible but my coding skills suck, I can be a good beta tester however.

the netflix api calls for canada are not posted and they won't support them, doesn't mean we can't use them, just they won't provide any details on it for open dev's.. there's some info in the plex forum, but i don't know that they got it working

Quote:Desensitized I don't mean to be insistent, but does anyone have any input on my problem? I have both the XML files and the userinfo.txt file is empty yet I still get a script error when trying to look at my queue. I think it has something to do with the Netflix API
shoot me the pastebin of the xbmc log, full log please (don't need debug or anything, just the normal log)... make sure your xml files are being loaded, it'll show in xbmc's log

for osx, check the box for osx

if running older versions of the plugin, remove them and grab the newer one from xbmc's addon repo.

for xbmc version, use dharma 10 release or newer please


- RyconPayne - 2010-12-23

fekker Wrote:the netflix api calls for canada are not posted and they won't support them, doesn't mean we can't use them, just they won't provide any details on it for open dev's.. there's some info in the plex forum, but i don't know that they got it working


shoot me the pastebin of the xbmc log, full log please (don't need debug or anything, just the normal log)... make sure your xml files are being loaded, it'll show in xbmc's log

for osx, check the box for osx

if running older versions of the plugin, remove them and grab the newer one from xbmc's addon repo.

for xbmc version, use dharma 10 release or newer please

Sending you mine, if that's ok.

Edit: Can't seem to locate contact info for you, and this forum lacks private messages. [email protected] is my e-mail.


- GoBanana - 2010-12-23

I have only one question, thanks.

AppleTV (Mac OS X )+ XBMC + Netflix = Streaming through Safari or Firefox

All I need is the information for the 2 files, after 9 pages it is still is not clear what is required to actually get it working, very very confused. Thank in advance.


I got IEwrap to work with a second monitor - tcat - 2010-12-23

Im not sure what to do with the source changes. Ive been trying to get the silverlight control to go full screen but havnt had much luck. any suggestions would be appreciated. I would really like to get it to go full screen and to relay the pause command to silverlight. it is still quite usable the way it is though.


Problems on Win7 and 10.0 - attilag78 - 2010-12-23

Hi,

I installed 10.0 and the plugin from within the Add-ons section. I'm on Windows 7 64-bit. I changed the two xml files (both in \AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources) as suggested:

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

playercorefactory.xml
Code:
<playercorefactory>
  <players>
    <player name="IE" type="ExternalPlayer">
     <filename>c:\Program Files (x86)\Internet Explorer\iexplore.exe</filename>
     <args>-k "{1}"</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
    </player>
  </players>

  <rules action="prepend">
    <rule name="html" filetypes="html" player="IE" />
  </rules>
</playercorefactory>

When I try to open e.g. my instant queue (BTW I didn't find any login possibility), I got an error. I enabled debugging and here's the log:

Code:
13:42:58 T:6004 M:1205035008  NOTICE: userinfo folder: special://profile/addon_data/plugin.video.xbmcflicks/
13:42:58 T:6004 M:1205035008  NOTICE: USER INFO FILE LOC: special://profile/addon_data/plugin.video.xbmcflicks/userinfo.txt
13:42:58 T:6004 M:1205035008  NOTICE: couldn't load user information from userinfo.properties file
13:42:58 T:6004 M:1205035008  NOTICE: .. getAuth called ..
13:42:58 T:6004 M:1205035008  NOTICE: OSX Setting is set to: False
13:42:58 T:6004 M:1205035008  NOTICE: .. user configured ..
13:42:58 T:7708 M:1205035008   DEBUG: ------ Window Init (DialogBusy.xml) ------
13:42:58 T:7708 M:1205035008    INFO: Loading skin file: DialogBusy.xml
13:42:58 T:6004 M:1204981760   DEBUG: LoadLibraryExA called with flags:
                                             - LOAD_WITH_ALTERED_SEARCH_PATH
13:42:58 T:6004 M:1204981760   DEBUG: Win32DllLoader::Load(special://xbmc/system/python/DLLs\unicodedata.pyd)
13:42:59 T:4964 M:1206972416    INFO: Loading skin file: DialogProgress.xml
13:42:59 T:4964 M:1206964224   DEBUG: ------ Window Init (DialogProgress.xml) ------
13:43:00 T:7708 M:1206980608   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
13:43:01 T:6004 M:1208782848    INFO: -->Python script returned the following error<--
13:43:01 T:6004 M:1208782848   ERROR: Error Type: socket.gaierror
13:43:01 T:6004 M:1208782848   ERROR: Error Contents: (11004, 'getaddrinfo failed')
13:43:01 T:6004 M:1208655872   ERROR: Traceback (most recent call last):
                                              File "C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\default.py", line 26, in ?
                                                import resources.lib.menu as menu
                                              File "C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\menu.py", line 217, in ?
                                                getInstantQueue()
                                              File "C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 762, in getInstantQueue
                                                initApp()
                                              File "C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 757, in initApp
                                                user = getAuth(netflixClient,VERBOSE_USER_LOG)
                                              File "C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 60, in getAuth
                                                (tok, url) = netflix.user.getRequestToken()
                                              File "C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\resources\lib\Netflix.py", line 45, in getRequestToken
                                                headers=oauthRequest.to_header())
                                              File "special://xbmc/system/python/Lib\httplib.py", line 804, in request
                                                self._send_request(method, url, body, headers)
                                              File "special://xbmc/system/python/Lib\httplib.py", line 827, in _send_request
                                                self.endheaders()
                                              File "special://xbmc/system/python/Lib\httplib.py", line 798, in endheaders
                                                self._send_output()
                                              File "special://xbmc/system/python/Lib\httplib.py", line 679, in _send_output
                                                self.send(msg)
                                              File "special://xbmc/system/python/Lib\httplib.py", line 646, in send
                                                self.connect()
                                              File "special://xbmc/system/python/Lib\httplib.py", line 614, in connect
                                                socket.SOCK_STREAM):
                                            gaierror: (11004, 'getaddrinfo failed')
13:43:01 T:6004 M:1208655872    INFO: -->End of Python script error report<--
13:43:01 T:6004 M:1208639488    INFO: Python script stopped
13:43:01 T:6004 M:1208639488   DEBUG: Thread 6004 terminating
13:43:01 T:7708 M:1208639488   DEBUG: python thread 4 destructed
13:43:01 T:7708 M:1208639488    INFO: Loading skin file: DialogKaiToast.xml
13:43:01 T:7708 M:1208635392   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
13:43:01 T:4964 M:1208602624   DEBUG:  XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
13:43:01 T:7708 M:1208594432   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
13:43:01 T:7708 M:1208594432   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed
13:43:01 T:7708 M:1208594432   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.xbmcflicks/)
13:43:01 T:7708 M:1208594432   DEBUG:   ParentPath = [addons://sources/video/]
13:43:01 T:3900 M:1208594432   DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin XBMC Flicks - Netflix for XBMC('plugin://plugin.video.xbmcflicks/','0','')
13:43:01 T:3900 M:1208594432    INFO: initializing python engine.
13:43:01 T:3900 M:1208594432   DEBUG: new python thread created. id=5
13:43:01 T:3900 M:1208594432   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the XBMC Flicks - Netflix for XBMC plugin...
13:43:01 T:8112 M:1208594432   DEBUG: thread start, auto delete: 0
13:43:01 T:8112 M:1208594432   DEBUG: Python thread: start processing
13:43:01 T:8112 M:1208520704   DEBUG:   msg: 'import site' failed; use -v for traceback
13:43:01 T:8112 M:1208520704  NOTICE: -->Python Interpreter Initialized<--
13:43:01 T:8112 M:1208520704   DEBUG: XBPyThread::Process - The source file to load is C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks\default.py
13:43:01 T:8112 M:1208520704   DEBUG: XBPyThread::Process - Setting the Python path to C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks;C:\Users\I816598\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Users\I816598\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\I816598\AppData\Roaming\XBMC\addons\script.module.elementtree\lib;C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib;special://xbmc/system/python/DLLs;special://xbmc/system/python/Lib;special://xbmcbin/system/python/python24.zip;special://xbmc/system/python\DLLs;special://xbmc/system/python\lib;special://xbmc/system/python\lib\plat-win;special://xbmc/system/python\lib\lib-tk;C:\Program Files (x86)\XBMC
13:43:01 T:8112 M:1208520704   DEBUG: XBPyThread::Process - Entering source directory C:\Users\I816598\AppData\Roaming\XBMC\addons\plugin.video.xbmcflicks
13:43:02 T:8112 M:1208000512  NOTICE: ##########################################################
13:43:02 T:8112 M:1208000512  NOTICE: Mode: 0
13:43:02 T:8112 M:1208000512  NOTICE: Arg1: 0
13:43:02 T:8112 M:1208000512  NOTICE: Arg2:
13:43:02 T:8112 M:1208000512  NOTICE: ##########################################################
13:43:02 T:3900 M:1208000512   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult- plugin returned successfully

I would appreciate if somebody could point me to the right direction.

Thanks,
Attila

PS: while trying to fit in the log into the post I saw an entry about userinfo.txt. The file is empty for me. It may very well be the problems (just guessing). Closed XBMC, deleted it, restar XBMC but still no luck. If you could guide me how to build it, I'd appreciate it.


- fekker - 2010-12-23

Here's the where files go info:

Windows 32 bit
advancedsettings.xml
Code:
<advancedsettings>
<useddsfanart>true</useddsfanart>
  <videoextensions>
    <add>.html</add>
  </videoextensions>
</advancedsettings>

playercorefactory.xml
Code:
<playercorefactory>
  <players>
    <player name="IE" type="ExternalPlayer">
     <filename>c:\Program Files\Internet Explorer\iexplore.exe</filename>
     <args>-k "{1}"</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
    </player>
  </players>

  <rules action="prepend">
    <rule name="html" filetypes="html" player="IE" />
  </rules>
</playercorefactory>

Regular Mode
if your not using portable mode, the files go here
%appdata%\xbmc\userdata

Portable Mode
For xbmc portable mode (-p option for xbmc)
C:\Program Files\XBMC\portable_data\userdata

Windows 64 bit
advancedsettings.xml
Code:
<advancedsettings>
<useddsfanart>true</useddsfanart>
  <videoextensions>
    <add>.html</add>
  </videoextensions>
</advancedsettings>

playercorefactory.xml
Code:
<playercorefactory>
  <players>
    <player name="IE" type="ExternalPlayer">
     <filename>c:\Program Files (x86)\Internet Explorer\iexplore.exe</filename>
     <args>-k "{1}"</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
    </player>
  </players>

  <rules action="prepend">
    <rule name="html" filetypes="html" player="IE" />
  </rules>
</playercorefactory>

Regular Mode
if your not using portable mode, the files go here
%appdata%\xbmc\userdata

Portable Mode
For xbmc portable mode (-p option for xbmc)
C:\Program Files (x86)\XBMC\portable_data\userdata

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

playercorefactory.xml
Code:
<playercorefactory>
  <players>
    <player name="IE" type="ExternalPlayer">
     <filename>/usr/bin/open</filename>
     <args>"{1}"</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
    </player>
  </players>

  <rules action="prepend">
    <rule name="htm" filetypes="htm" player="IE" />
  </rules>
</playercorefactory>

UserData folder can be found at /Users/<your_user_name>/Library/Application Support/XBMC/userdata
On the Apple TV it can be found /Users/frontrow/Library/Application Support/XBMC/userdata

if your having problems, i need the full xbmc log file, the start will show if it's loading the files or not, so please paste the whole log


- fekker - 2010-12-23

tcat Wrote:Im not sure what to do with the source changes. Ive been trying to get the silverlight control to go full screen but havnt had much luck. any suggestions would be appreciated. I would really like to get it to go full screen and to relay the pause command to silverlight. it is still quite usable the way it is though.

send the f key to make it fullscreen


[Apple TV] using xbmc flicks on atv - t3ch42 - 2010-12-23

Hey guys,
Great work with the updates. There seems to be a lot of interest and activity in the software now with all of the add-ons and updates, and that is pretty darn cool.
I am not sure how to get this to work with the appletv. I have seen the work from the other installations, but it doesn't seem to have any success stories with the atv.
If anyone can point out a step by step or a link where there was positive results, please do so.

Thanks