Page 1 of 1

Change Artwork Naming Convention?

Posted: 26 Nov 2015, 23:18
by leejk
Hi,

I am using the artowrk downloader script: filebot -script fn:artwork.tmdb

If creates subfolders named "backdrops". the problem with this is that some Kodi skins look for folders named "extrafanart". Is there a way to have the script create this structure instead?

thx

Re: Change Artwork Naming Convention?

Posted: 27 Nov 2015, 05:37
by rednoah
No, not without modifying the script. I suggest running your own script that renames "backdrops" folders to "extrafanart" after the filebot/artwork call.

Re: Change Artwork Naming Convention?

Posted: 28 Nov 2015, 17:33
by leejk
Could this be a feature request then for the script? Perhaps by passing it a flag to do either. It seems with Kodi, most things use the "extrafanart" scheme.

http://kodi.wiki/view/Extra_fanart

Thx

Re: Change Artwork Naming Convention?

Posted: 28 Nov 2015, 18:02
by rednoah
Try the latest revision:

Code: Select all

filebot -script dev:artwork.tmdb /path --def extras=y

Re: Change Artwork Naming Convention?

Posted: 28 Nov 2015, 20:23
by leejk
rednoah wrote:Try the latest revision:

Code: Select all

filebot -script dev:artwork.tmdb /path --def extras=y
Thx for the update, it works great! I did notice though that I had to delete all previous artwork and nfo files, or else the script would skip it. Is there a way to force an update, or will I just have to manually clean out the old?

thx

Re: Change Artwork Naming Convention?

Posted: 29 Nov 2015, 04:54
by rednoah
You'll have to manually clean out the old. Using the override option will solve the problem somewhat, but not completely as you'll still have to delete the old backdrops folder.

Re: Change Artwork Naming Convention?

Posted: 29 Nov 2015, 17:10
by leejk
Ok, will do. Thanks again.

Re: Change Artwork Naming Convention?

Posted: 03 Dec 2015, 02:44
by leejk
For permanence in my scripts, will this always use the dev prefix or will it be moved to fn?

thx