All your suggestions, requests and ideas for future development
jkoopmann
Posts: 6 Joined: 29 Oct 2019, 07:58
Post
by jkoopmann » 23 Mar 2023, 10:48
Hi,
just upgraded to v5 and all of the sudden
Code: Select all
filebot -d -script fn:artwork.tmdb *
only results in
instead of downloading artwork and creating an NFO.
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 23 Mar 2023, 12:17
Yep, I can confirm the issue. Looks like something is broken with the older artwork.* scripts. I'll look into that.
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.
GeorgeAl
Posts: 19 Joined: 17 Apr 2020, 17:43
Post
by GeorgeAl » 20 Apr 2023, 19:02
Hello, I have the same problem. I can not find any solution.
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 23 Apr 2023, 08:59
What version of FileBot are you using?
What is your command?
What does the console output say?
GeorgeAl
Posts: 19 Joined: 17 Apr 2020, 17:43
Post
by GeorgeAl » 23 Apr 2023, 13:12
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.
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 23 Apr 2023, 17:52
What does the console output say when it doesn't work?
If the console output says nothing at all, please confirm.
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 24 Apr 2023, 09:44
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.