I have a script which works very fine for my TV shows.
Code: Select all
filebot -rename --conflict skip /volume1/Serien/_serien_rename/ --output /volume1/Serien/ -r --format "{n}/Season {s}/{n} - {s00e00} - {t}" --db TheTVDB --lang de -non-strict
After this I want to create the same for movies:
Code: Select all
filebot -rename --conflict skip /volume1/Filme/_filme_rename/ --output /volume1/Filme/ -r --format "{n} {vf}" --db TheMovieDB --lang de -non-strict
movie1 (1080)
At the moment only the file is renamed to "movie1 ().mkv".
Does anyone have some information for me, which settings I have to change.
Thanks in advance,