2016-10-23, 13:10
Hi all,
First of all, all credits go to @ronie for this great script.
I've clonned @ronie Artwork Organizer script and modded it so we could separate movies/tvshows by source.
This script creates the following folder structure:

I organize my media library as follow:
Movies Content
TV Shows Content
I wanted to have my backgrounds looping through it's media source, so that I didn't have Stand Up Movies' backgrounds on my Movies collection.
I ended up with the following content folder structure separated by media source:

Hope it will be somewhat useful for everyone.
If you have any bugs/sugestions please let me know!
changelog:
I've set up a new repository so you can have the most up-to-date changes on my add-ons.
repository.redglory (Kodi v18)
repository.redglory (Kodi v19)
Direct link to this script:
(python 2) Grab it here: script.artworkorganizer v6.0.4
(python 3) Grab it here: script.artworkorganizer v6.1.1
First of all, all credits go to @ronie for this great script.
I've clonned @ronie Artwork Organizer script and modded it so we could separate movies/tvshows by source.
This script creates the following folder structure:

I organize my media library as follow:
Movies Content
Code:
Movies
Concerts
Stand Up Movies
Documentaries (single)
TV Shows Content
Code:
TV Shows
Documentaries (shows)
Stand Up (artists)
I wanted to have my backgrounds looping through it's media source, so that I didn't have Stand Up Movies' backgrounds on my Movies collection.
I ended up with the following content folder structure separated by media source:

Hope it will be somewhat useful for everyone.
If you have any bugs/sugestions please let me know!
changelog:
Code:
v6.1.1
- added validation to not allow destination path to be any media source in sources.xml
- fixed some backslash validations for media file paths (windows)
v6.1.0
- refactor to be python 3 compliant
v6.0.3
- fixed transifex language structure
v6.0.2
- added transifex support
v6.0.1
- fixed error when using accented names
- added option to normalize names (useful when using nfs file system)
- fixed Portuguese translation
I've set up a new repository so you can have the most up-to-date changes on my add-ons.
repository.redglory (Kodi v18)
repository.redglory (Kodi v19)
Direct link to this script:
(python 2) Grab it here: script.artworkorganizer v6.0.4
(python 3) Grab it here: script.artworkorganizer v6.1.1