[Release] Artwork Downloader

  Thread Rating:
  • 10 Votes - 4.3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Martijn Online
Team-XBMC
Posts: 7,720
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #481
(2012-03-31 20:17)cliffx Wrote:  
(2012-03-31 19:19)bobrap Wrote:  Is the downloading of clearart and logos not working? I can download from fanart.tv, but not through XBMC. Thanks

Maybe that's because of the rating system, check the score of your logos from fanart and the settings in xbmc.

neah stuff from http:/fanart.tv isn't limited on votes. Only on language.

Probably the data is still cached from when the site was down. Should wait couple of days. Data has a 4 day retention before being refreshed.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
bobrap Offline
Fan
Posts: 347
Joined: Dec 2008
Reputation: 1
Post: #482
Seems to be working fine now. Thanks!

YOYIZDERZOMENEMOHOZEZAZEZDENDERIZHOZEZ
find quote
perkins.jt Offline
Junior Member
Posts: 43
Joined: Mar 2012
Reputation: 0
Post: #483
Been getting this error when I try to download art through the Library or through the addon itself. Minimum rating is at 5, and I've tried turning overwrite on/off, to no avail.
[Image: k3cCX.jpg]
find quote
Martijn Online
Team-XBMC
Posts: 7,720
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #484
(2012-04-02 18:37)perkins.jt Wrote:  Been getting this error when I try to download art through the Library or through the addon itself. Minimum rating is at 5, and I've tried turning overwrite on/off, to no avail.

So what is the error? No errors there but just telling you there is nothing to download and some one needs to make that image first.
So if you are a good graphic artist you might want to help out http://fanart.tv

Note:
You can make a print screen using XBMC

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2012-04-02 18:41 by Martijn.)
find quote
perkins.jt Offline
Junior Member
Posts: 43
Joined: Mar 2012
Reputation: 0
Post: #485
I guess I don't understand why it's telling me 0 items were downloaded, if that list is only the ones that failed.

What's more confusing is when I try to update a single image. For example, when I go to my Library, select Show Information on 30 Rock, choose Get Artwork > Poster, it shows me 7 posters to choose from. When I attempt to download one of them, I'm greeted with the message
Code:
Artwork Downloader
Error
Error downloading file
find quote
Martijn Online
Team-XBMC
Posts: 7,720
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #486
post a full and complete debug log on http://xbmclogs.com while trying to download just that one show and past the link here

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2012-04-02 19:19 by Martijn.)
find quote
perkins.jt Offline
Junior Member
Posts: 43
Joined: Mar 2012
Reputation: 0
Post: #487
Found it.
13:27:21 T:2653354864 ERROR: FileSmb->Open: Unable to open file : 'smb://xbmc:xbmc@JASON%2dPC/TV/30%20Rock/poster%2ejpg'
unix_err:'d' error : 'Permission denied'

Windows bugs ftw. Apparently on Windows 7 64bit, making folders read/write using Explorer is impossible, and they remain Read only. Is there a way to make Artwork Downloader save the files on the HTPC (xbmcbuntu) instead of the Windows 7 machine where the media is?
find quote
Martijn Online
Team-XBMC
Posts: 7,720
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #488
(2012-04-02 19:50)perkins.jt Wrote:  Found it.
13:27:21 T:2653354864 ERROR: FileSmb->Open: Unable to open file : 'smb://xbmc:xbmc@JASON%2dPC/TV/30%20Rock/poster%2ejpg'
unix_err:'d' error : 'Permission denied'

Windows bugs ftw. Apparently on Windows 7 64bit, making folders read/write using Explorer is impossible, and they remain Read only. Is there a way to make Artwork Downloader save the files on the HTPC (xbmcbuntu) instead of the Windows 7 machine where the media is?

They need to be in the folders where the media is so no.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
mylssi Offline
Junior Member
Posts: 6
Joined: Oct 2010
Reputation: 0
Location: Finland
Post: #489
The script seems to be failing using a Finnish locale(fi_FI.UTF-8).

http://pastebin.com/reRWQ7Zw

Finnish uses comma as the radix point and settings.xml is saved using the system locale, so parsing for a dot in int(__addon__.getSetting("limit_extrafanart_max").rstrip('0').rstrip('.')) fails. If I manually replace commas with dots the script runs fine.

Running version 1.0.9 from the xbmc.org repo.
(This post was last modified: 2012-04-03 14:11 by mylssi.)
find quote
Martijn Online
Team-XBMC
Posts: 7,720
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #490
(2012-04-03 14:11)mylssi Wrote:  The script seems to be failing using a Finnish locale(fi_FI.UTF-8).

http://pastebin.com/reRWQ7Zw

Finnish uses comma as the radix point and settings.xml is saved using the system locale, so parsing for a dot in int(__addon__.getSetting("limit_extrafanart_max").rstrip('0').rstrip('.')) fails. If I manually replace commas with dots the script runs fine.

Running version 1.0.9 from the xbmc.org repo.

I need the full debug log to see what XBMC version you are using. It should not matter what local setting you have. The values saved in the setting should always have the dot as decimal separator.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Post Reply