Page 1 of 1

Language settings: .nfo

Posted: 07 Oct 2019, 08:08
by erik
Hey,

Sorry for my bad englisch :lol:

I Use the Filebot GUI to rename Movies and TV Shows and the fn:artwork Scripts to fetch Artworks and Extras. But the generated .nfo file is Englisch - i would like german. Can i Change the Language in the Script?
rednoah wrote: 06 Jan 2012, 11:50 Description:
  1. Download artwork for all your Movies from TheMovieDB. Fetch Movie nfo and all kinds of artwork and save files according to Plex / Kodi standards.
  2. Disable GUI tv series confirmation dialogs via -non-strict option (on headless machines this is the default).
Usage:

Code: Select all

filebot -script fn:artwork.tmdb /path/to/movies/
Options:
-non-strict to run in non-interactive mode

Advanced Options:
--def extras=y Generate *.url files and fetch all available backdrops

Notes:
  • Movies are expected to be organized into folders. The movie is determined using the name of the parent folder of each video file.

Re: Language settings: .nfo

Posted: 07 Oct 2019, 15:30
by rednoah
The artwork.* scripts respect your --lang options I believe:

Code: Select all

--lang German

Re: Language settings: .nfo

Posted: 07 Oct 2019, 20:11
by erik
You are the best :)