• 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 31
[RELEASE] Artwork Downloader - Skin support
Sorry guys. JMarshall just pointed out that my fix wasn't quite right. Here it is again. This one might prove better:

https://github.com/jimfcarroll/xbmc/comm...488fcf599d

It's also now the PR: https://github.com/xbmc/xbmc/pull/790
Reply
Script some times abort :

http://paste.ubuntu.com/892740/

Due to movie french name ?
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-20, 22:12)mikebzh44 Wrote: Script some times abort :

http://paste.ubuntu.com/892740/

Due to movie french name ?

Well that shouldn't matter.

can you change line 311 of default.py from:
PHP Code:
if itemname in currentitem["name"]: 
to
PHP Code:
if normalize_string(itemname) == normalize_string(currentitem["name"]): 
and see if that helps?
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
Now strings ok portuguese (Brazil), sorry, download here:
http://dl.dropbox.com/u/25170804/Artwork...trings.xml

thanks.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2012-03-20, 22:24)Martijn Wrote: Well that shouldn't matter.

can you change line 311 of default.py from:
PHP Code:
if itemname in currentitem["name"]: 
to
PHP Code:
if normalize_string(itemname) == normalize_string(currentitem["name"]): 
and see if that helps?
Everything work fine with this modification.
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-21, 00:10)mikebzh44 Wrote:
(2012-03-20, 22:24)Martijn Wrote: Well that shouldn't matter.

can you change line 311 of default.py from:
PHP Code:
if itemname in currentitem["name"]: 
to
PHP Code:
if normalize_string(itemname) == normalize_string(currentitem["name"]): 
and see if that helps?
Everything work fine with this modification.

Thanks. Thought so.
And I just did a repo update. Now they're gonna kill me if I do another.... Sad
So I'll wait some more days before doing that
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
(2012-03-20, 18:49)mikebzh44 Wrote: 2 - When using mode=gui, is it possible to display only valid items for the movie instead of default list :

Poster
Fanart
Logo
Clearart
Disc art

For exemple, when using Artwork Downloader in GUI mode on Avatar movie, you can only download 3 items for the moment (1 clearlogo and 2 cdart) so items list should be :

Logo
Disc art

That was actually much easier than I thought

Could you try it?
https://github.com/paddycarey/script.art.../downloads
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
It's OK, for Avatar, list items display only 2 items and for movies with only 1 item ("King's speech" or "Driven"), no more list and item is directly shown.

Great job.
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
Works great. Much better now that you know what's available. Did not notice any slowdowns compared to previous version either.
So can we expect an update in the repo tonight Big Grin
Reply
(2012-03-21, 15:14)Big_Noid Wrote: Works great. Much better now that you know what's available. Did not notice any slowdowns compared to previous version either.
So can we expect an update in the repo tonight Big Grin

hehe no. probably this weekend Wink
Need to make sure there are no other issues popping up.
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
So after i raised the limiter to 4, it seems to go in according to the log and deleting fanart rated to low? So is this an easy way to remove that art which was below the limiter...the program automatically does it?


Just an example in the log


Artwork Downloader: [Goodfellas] Deleted (Rating too low: 3.5): M:\Blu-Ray\Goodfellas.bluray\BDMV/extrafanart/6wPqONb9wMDeEwTHYLbnxuUU1eA.jpg
15:59:00 T:3980 NOTICE: Artwork Downloader: [Goodfellas] Deleted (Rating too low: 0.5): M:\Blu-Ray\Goodfellas.bluray\BDMV/extrafanart/uwKvcYsxAkJZm3gKgYrFodoRJyP.jpg

Theres only a few of these entries though...

Also i went in and deleted all the fan art and put the limiter back to 4... yet im seeing it is still grabbing artwork that is rated 0 or has no votes?

Reply
(2012-03-22, 00:03)Ghostdivision Wrote: So after i raised the limiter to 4, it seems to go in according to the log and deleting fanart rated to low? So is this an easy way to remove that art which was below the limiter...the program automatically does it?


Just an example in the log


Artwork Downloader: [Goodfellas] Deleted (Rating too low: 3.5): M:\Blu-Ray\Goodfellas.bluray\BDMV/extrafanart/6wPqONb9wMDeEwTHYLbnxuUU1eA.jpg
15:59:00 T:3980 NOTICE: Artwork Downloader: [Goodfellas] Deleted (Rating too low: 0.5): M:\Blu-Ray\Goodfellas.bluray\BDMV/extrafanart/uwKvcYsxAkJZm3gKgYrFodoRJyP.jpg

Theres only a few of these entries though...

Also i went in and deleted all the fan art and put the limiter back to 4... yet im seeing it is still grabbing artwork that is rated 0 or has no votes?
Same answer as before...


That's a reason to go voting on artwork..
If the none rated aren't included you wouldn't get anything
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
(2012-03-21, 15:45)Martijn Wrote:
(2012-03-21, 15:14)Big_Noid Wrote: Works great. Much better now that you know what's available. Did not notice any slowdowns compared to previous version either.
So can we expect an update in the repo tonight Big Grin

hehe no. probably this weekend Wink
Need to make sure there are no other issues popping up.

Had to push the new version to repo because it took the http://fanart.tv server offline because of the API calls it made.
API data is now cached 96 hours and API calls to the fanart site have 2 second interval.
Hopefully when things are sorted this will be brought back to an acceptable minimum.

The smart dialog is added.
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
Exclamation 
The reason why you can't download anything from http://fanart.tv:

http://forum.xbmc.org/showthread.php?tid...pid1053539

or read their newsletter
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
(2012-03-22, 00:15)Martijn Wrote:
(2012-03-22, 00:03)Ghostdivision Wrote: So after i raised the limiter to 4, it seems to go in according to the log and deleting fanart rated to low? So is this an easy way to remove that art which was below the limiter...the program automatically does it?


Just an example in the log


Artwork Downloader: [Goodfellas] Deleted (Rating too low: 3.5): M:\Blu-Ray\Goodfellas.bluray\BDMV/extrafanart/6wPqONb9wMDeEwTHYLbnxuUU1eA.jpg
15:59:00 T:3980 NOTICE: Artwork Downloader: [Goodfellas] Deleted (Rating too low: 0.5): M:\Blu-Ray\Goodfellas.bluray\BDMV/extrafanart/uwKvcYsxAkJZm3gKgYrFodoRJyP.jpg

Theres only a few of these entries though...

Also i went in and deleted all the fan art and put the limiter back to 4... yet im seeing it is still grabbing artwork that is rated 0 or has no votes?
Same answer as before...


That's a reason to go voting on artwork..
If the none rated aren't included you wouldn't get anything

Just curious what you mean if the none rated arent included you wouldnt get anything?

I see lots of artwork for various movies that are rated.
Reply
  • 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 31

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