Page 1 of 1

fn:artwork.tmdb broken since v5

Posted: 23 Mar 2023, 10:48
by jkoopmann
Hi,

just upgraded to v5 and all of the sudden

Code: Select all

filebot -d -script fn:artwork.tmdb *

only results in

Code: Select all

Done ヾ(@⌒ー⌒@)ノ
instead of downloading artwork and creating an NFO.

Re: fn:artwork.tmdb broken since v5

Posted: 23 Mar 2023, 12:17
by rednoah
Yep, I can confirm the issue. Looks like something is broken with the older artwork.* scripts. I'll look into that.


:idea: If your files have xattr metadata then you can try the new artwork script and nfo script instead:
viewtopic.php?p=205#p205



EDIT:

FileBot r9680 fixes artwork.* scripts compatibility.

Re: fn:artwork.tmdb broken since v5

Posted: 20 Apr 2023, 19:02
by GeorgeAl
Hello, I have the same problem. I can not find any solution.

Re: fn:artwork.tmdb broken since v5

Posted: 23 Apr 2023, 08:59
by rednoah
:?: What version of FileBot are you using?

:?: What is your command?

:?: What does the console output say?

Re: fn:artwork.tmdb broken since v5

Posted: 23 Apr 2023, 13:12
by GeorgeAl
The latest version and my command are filebot -script fn:artwork.tvdb D:/.Series -non-strict for the series and filebot -script fn:artwork.tmdb D:/.Movies -non-strict --def extras=y --def seriesDB="TheMovieDB::TV" for the movies.

Re: fn:artwork.tmdb broken since v5

Posted: 23 Apr 2023, 17:52
by rednoah
:?: What does the console output say when it doesn't work?

If the console output says nothing at all, please confirm.

Re: fn:artwork.tmdb broken since v5

Posted: 23 Apr 2023, 18:24
by GeorgeAl
It says : Done ヾ(@⌒ー⌒@)ノ

Re: fn:artwork.tmdb broken since v5

Posted: 24 Apr 2023, 09:44
by rednoah
Have you tried different input folders?


I would reckon that .folders are automatically ignored, since any file or folder starting with with . is considered hidden by Unix convention.