Page 1 of 1

[Help] how i can move the hole folder (dont rename)

Posted: 07 Feb 2015, 19:43
by horst123789
Hi,

i have:
\\nas\Download\new.film.2015.german.1080p.group\shortnameoffilm.mkv

i want:
\\nas\video\new.film.2015.german.1080p.group\New Film (2015).mkv


but i dont know how i cant move the hole folder, i only know how i can rename the folder.

Code: Select all

filebot -rename --conflict skip /volume1/Download/ --output /volume1/video/ -r --format "{n} ({y})" --db TheMovieDB --lang de --log all --log-file /volume1/Download/FileBotFilme.log
can anybode please help?

Re: [Help] how i can move the hole folder (dont rename)

Posted: 20 Feb 2015, 00:39
by rednoah
FileBot will only process files, not folders. But you can move files into a new folder structure if that's what you want. Just your your own format to define the output path.

See FAQ #1