Page 1 of 1

[Ubuntu VPS] CMD Renaming

Posted: 22 Jun 2018, 12:46
by Massaguana
Hello,

ich wood like to use filebot installed an my Ubuntu VPS so Rename files..-

my normal used "Syntax" are:

Code: Select all

{n} ({y})/{episode.special ? 'Specials' : 'Season '+s.pad(2)}/{n} ({y}) - {episode.special ? 's00e'+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang} - [GERMAN{fn.after(/German/)}]
the files are stored at: /home/hd3/massaguana/RcloneIng

i wood like to Rename an move to: /home/hd3/massaguana/RcloneIng/temp

Is that possible? and what are the correct command to do that for multiple files?

Regrads

Massaguana

Re: [Ubuntu VPS] CMD Renaming

Posted: 22 Jun 2018, 13:20
by rednoah
This will get you started:
https://www.filebot.net/cli.html

:idea: Also, because of your complex format, consider using the @file syntax for reading command-line arguments from external text files.

Re: [Ubuntu VPS] CMD Renaming

Posted: 23 Jun 2018, 13:46
by Massaguana
Cool...

thats my "line"

Code: Select all

filebot -script fn:amc /home/hd3/massaguana/RcloneIng/temp/*.mkv --output /home/hd3/massaguana/RcloneIng/temp/ --def @/home/hd3/massaguana/RcloneIng/filebot.txt

Re: [Ubuntu VPS] CMD Renaming

Posted: 08 Aug 2018, 19:01
by Massaguana
The last month it works finde... but sometimes the Remote Filebot find English Metadata... how can i Setup like the OSX Version i search for "German"?

Re: [Ubuntu VPS] CMD Renaming

Posted: 09 Aug 2018, 02:49
by rednoah
Have you tried --lang German yet?

Re: [Ubuntu VPS] CMD Renaming

Posted: 09 Aug 2018, 14:43
by Massaguana
not yet, but already ... seems it works ... Thanks