Kodi Community Forum
[Release] Artwork Organizer Script - 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: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [Release] Artwork Organizer Script (/showthread.php?tid=109304)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


- sidewalksuper - 2011-09-07

Ronie, I checked the images but both are perfectly fine when loading them with a normal viewer.
I thought it was weird as well because I switched between the Movies and TV menu a bunch of times to check if I was getting the problem alot.
Sometimes a backdrop would work normally (like Fringe) and then next time it wouldn't... very weird!

Thanks for checking though, maybe it's something with that specific build of xbmc

I also tried resetting MQ3 to default, but it didn't work.


- Wanilton - 2011-09-07

sidewalksuper, look this post, the problem is on XBMC and cached use images, Ronie sugested open track for dev, but I don´t know how procede about this...but it´s not problem skin ans not problem script...the fanarts broken when go to cache, where XBMC look for show...


- sidewalksuper - 2011-09-07

Hey Wanilton! Thanks alot for your post man, glad I'm not the only one Smile (not glad about the bug obviously Wink)
Also good to know that I don't have to look further with issues with the skin or script.

Thanks alot!


- ronie - 2011-09-07

Lady Baerbel Wrote:OK! i have paste the logfile. http://pastebin.com/imd6krQN

please have a look

Your Baerbel Big Grin

could you test if this version fixes your issue:
script.artworkorganizer-0.1.1.zip


- Raytestrak - 2011-09-07

ronie Wrote:nope, the script fetches a list of all your movies from the video database and doesn't know about paths.

Is it possible for a future release though? Differentiating between sources?
I don't know anything about python scripts, but I'm guessing you need to query the database anyway. Somewhere there's a translation between the xbmc fanart folder structure and your structure, the path to the media is in there somewhere.


- Lady Baerbel - 2011-09-07

Hi Ronie !
for me the 0.1.1 version works fine without any error. Do you need a new log file ?

Lady Baerbel


- ronie - 2011-09-08

Lady Baerbel Wrote:Hi Ronie !
for me the 0.1.1 version works fine without any error. Do you need a new log file ?

Lady Baerbel

no problems, no logfile needed Smile

thanx for testing!


- ronie - 2011-09-08

Raytestrak Wrote:Is it possible for a future release though? Differentiating between sources?
I don't know anything about python scripts, but I'm guessing you need to query the database anyway. Somewhere there's a translation between the xbmc fanart folder structure and your structure, the path to the media is in there somewhere.

all true, but using the json-rpc interface to the db,
we can't do advanced queries like that.


- RockerC - 2011-09-08

ronie Wrote:the addon will split your cached music & video fanart and thumbs into separate directories.

skins can use these directories to create a fanart slideshow on the home screen (for instance).

Should it/this not be a feature in XBMC's core, to split the cached artwork or at least present it sorted to skinners and via the JSON-RPC APIs?


- hpnas - 2011-09-18

This doesn't seem to work once shows/movies are added/removed from the Library. I re-run it but the thumbnails on Movies and TVs never update.

Any idea how to get this updated for changes in your Library?


- Raytestrak - 2011-09-18

hpnas Wrote:This doesn't seem to work once shows/movies are added/removed from the Library. I re-run it but the thumbnails on Movies and TVs never update.

Any idea how to get this updated for changes in your Library?

It should do that. If I read the script correctly, it removes existing folders and then copies everything again.


- ronie - 2011-09-18

^ that's correct, it deletes everything so no old images are left behind.

if you feel new movies/tv shows aren't showing up,
check the contents of the folders the script creates:
../userdata/addon_data/script.artworkorganizer/


- ronie - 2011-09-20

version 0.1.2 is now available in the addon repo.

please note:
in order to use it, you'll be needing the next xbmc nightly build.

changelog:
v0.1.2
- adjusted to latest json-rpc changes
- added option for episode and season thumbs

v0.1.1
- fix utf-8 error


- Juanflaco - 2011-09-21

Hoping for a little help troubleshooting this script, which I'm trying to use for homescreen fanart in Aeon MQ3.

I'm using v0.1.2 with the Sep 20 nightly. When I run the script I see the target directories being created, but no fanart is exported. Reviewing the debug log, I just see for each item "fanart copied: 0" - any suggestions for troubleshooting?

Thanks!


- ronie - 2011-09-21

Juanflaco Wrote:I'm using v0.1.2 with the Sep 20 nightly.

you'll need the sept 21 nightly, or newer.