[Release] Artwork Organizer Script

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Lady Baerbel Offline
Junior Member
Posts: 13
Joined: Mar 2011
Reputation: 0
Post: #21
Hi Ronie !
for me the 0.1.1 version works fine without any error. Do you need a new log file ?

Lady Baerbel
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #22
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!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #23
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.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
RockerC Offline
Senior Member
Posts: 149
Joined: May 2011
Reputation: 3
Post: #24
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?
(This post was last modified: 2011-09-08 11:47 by RockerC.)
find quote
hpnas Offline
Junior Member
Posts: 28
Joined: Aug 2011
Reputation: 0
Post: #25
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?
find quote
Raytestrak Offline
Member+
Posts: 229
Joined: Sep 2011
Reputation: 1
Post: #26
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.

XBMC for Windows on an Intel NUC (DC3217IYE). Onkyo SR-706. Canton Movie CD-1000. LG 42LM760S

If it ain't broke: break it, fix it, repeat
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #27
^ 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/

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #28
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

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Juanflaco Offline
Senior Member
Posts: 189
Joined: Jun 2004
Reputation: 0
Post: #29
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!
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #30
Juanflaco Wrote:I'm using v0.1.2 with the Sep 20 nightly.

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

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply