[RELEASE] Movie Set Artwork Automator
Thanks for this add-on, been using it for ages. I recently switched my collections out of a parent folder and moved all my artwork to a single collection folder. I pointed Movie Set Artwork Automater at the new folder and it runs without errors, but no images get cached.

So I looked under art in MySQL and filtered out collections. Thats when I noticed that MSAA was putting an extra / in my db. example:
Code:
smb://user:pass@ip/D3/Media/Artwork/Collections//Jump Street Collection-fanart.jpg
instead of the proper:
Code:
smb://user:pass@ip/D3/Media/Artwork/Collections/Jump Street Collection-fanart.jpg

I am going through the db now to remove the extra / but wonder if there is something causing this that can be fixed?

edit: I'm not too good with code, but the problem appears to be on line 52 of default.py
Code:
return "%s/%s" % (base, name)
Dropping the / fixes the issue for me. No more //
Reply


Messages In This Thread
RE: [RELEASE] Movie Set Artwork Automator - by QuattroGam3r - 2015-09-16, 09:48
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Movie Set Artwork Automator6