Language settings: .nfo

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
erik
Posts: 6
Joined: 19 Aug 2015, 12:29

Language settings: .nfo

Post 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.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Language settings: .nfo

Post by rednoah »

The artwork.* scripts respect your --lang options I believe:

Code: Select all

--lang German
:idea: Please read the FAQ and How to Request Help.
erik
Posts: 6
Joined: 19 Aug 2015, 12:29

Re: Language settings: .nfo

Post by erik »

You are the best :)
Post Reply