• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 31
[RELEASE] Artwork Downloader - Skin support
ubuntu 11.10 xbmc rc2
http://paste.ubuntu.com/889577/
Reply
(2012-03-18, 20:52)fmronan Wrote: ubuntu 11.10 xbmc rc2
http://paste.ubuntu.com/889577/

Can you try again with the latest in downloads

You also didn't run it in your log.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
same problem, I try with
Code:
<onclick condition="Container.Content(movie)">XBMC.RunScript(script.artwork.downloader, mediatype=movie, medianame=$ESCINFO[ListItem.Title], mediapath=$ESCINFO[ListItem.Path])</onclick>
http://paste.ubuntu.com/889609/
and my dialogvideoinfo.xml
http://paste.ubuntu.com/889614/
Reply
Container.Content(movie) should be Container.Content(movies). And that group with id 5050 looks very familiar Wink
Reply
Sure that's your for my test.
Reply
ok, now I have a error and after that xbmc freeze.

Code:
22:30:49 T:2725858160   DEBUG: Artwork Downloader: -----------------
22:30:49 T:2725858160   DEBUG: Artwork Downloader: Debugging type: movie
22:30:49 T:2725858160   DEBUG: Artwork Downloader: Debugging name: Avatar
22:30:49 T:2725858160   DEBUG: Artwork Downloader: Debugging path: /media/Disq500GO/Mes vidéos/FILM/Avatar
22:30:49 T:2725858160   DEBUG: Artwork Downloader: -----------------
22:30:49 T:2725858160   DEBUG: Artwork Downloader: ## Solo mode: movie...
22:30:50 T:2725858160   DEBUG: Artwork Downloader: Retrieving fanart for: Avatar
22:30:50 T:2725858160    INFO: -->Python script returned the following error<--
22:30:50 T:2725858160   ERROR: Error Type: <type 'exceptions.UnicodeDecodeError'>
22:30:50 T:2725858160   ERROR: Error Contents: 'ascii' codec can't decode byte 0xc3 in position 24: ordinal not in range(128)
22:30:50 T:2725858160   ERROR: Traceback (most recent call last):
                                              File "/home/guevel/.xbmc/addons/script.artwork.downloader/default.py", line 874, in <module>
                                                Main()
                                              File "/home/guevel/.xbmc/addons/script.artwork.downloader/default.py", line 71, in __init__
                                                self.solo_mode(self.mediatype, self.medianame, self.mediapath)
                                              File "/home/guevel/.xbmc/addons/script.artwork.downloader/default.py", line 312, in solo_mode
                                                if itempath in currentitem['path'] or itempath == '':
                                            UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 24: ordinal not in range(128)
22:30:50 T:2725858160    INFO: -->End of Python script error report<--
Reply
(2012-03-18, 23:33)fmronan Wrote: ok, now I have a error and after that xbmc freeze.

ok now try the new .zip
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
ok, work , but xbmc freeze when it clean files
http://paste.ubuntu.com/889949/
Reply
(2012-03-19, 01:02)fmronan Wrote: ok, work , but xbmc freeze when it clean files
http://paste.ubuntu.com/889949/

At least that is something and the script is functioning Smile

Is it possible that you can custom build a XBMC version including a possible fix for this?
Include the patch file to the latest master branch found on github.
patch file:
http://pastebin.com/yT9d3N4d

Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
I don't want, for me it must work for everybody.
thanks
Reply
(2012-03-19, 10:17)fmronan Wrote: I don't want, for me it must work for everybody.
thanks

Yeah well if you don't wanna try we can't fix it. We need some one who has that issue to test if that fixes it. So I guess it won't be resolved for Eden11.0 final
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
I have this issue some times on Windows 7 32 bits.

But I don't know how to compile XBMC Sad
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
(2012-03-19, 11:50)mikebzh44 Wrote: I have this issue some times on Windows 7 32 bits.

But I don't know how to compile XBMC Sad

I can compile a windows for you Smile
Will PM you the link when I build one
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
Some more tests.

When using this addon as program, it's work :

http://paste.ubuntu.com/890459/

When refreshing discart from Movie Information Windows in Glass with modified XML :

XBMC.RunScript(script.artwork.downloader,mode=custom,mediatype=movie,medianame=$INFO[ListItem.Title],mediapath=$INFO[ListItem.Path],discart)

It could work :

http://paste.ubuntu.com/890463/

or not :

http://paste.ubuntu.com/890464/
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
OK. I think that the issue is due to Glass skin and not to your addon.

On my PC, everything is OK with Aeon Nox. I have modifie DialogVideoInfo.xml this way :

Code:
<item id="8">
            <description>Get Extrafanart</description>
            <label>Extra+</label>
            <onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloader,mode=gui,mediatype=movie,medianame=$ESCINFO[ListItem.Title],mediapath=$ESCINFO[ListItem.Path])</onclick>
            <onclick condition="Container.Content(tvshows)">XBMC.RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,medianame=$INFO[ListItem.TVShowTitle],extrafanart)</onclick>            
            <visible>[Container.Content(movies)|Container.Content(tvshows)] + system.hasaddon(script.artwork.downloader)</visible>
          </item>

In Glass, XBMC freeze and it's due to DialogSelect.xml

If I take DialogSelect.xml from Aeon Nox directory and copy it to Glass directory, addon can work in mode=gui but display is quite stange (normal because it's Aeon's DialogSelect Big Grin).

I will explain this to fmronan in French Wink

Thanks for your help (XBMC custom compile).
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 31

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Artwork Downloader - Skin support3