[Ubuntu VPS] CMD Renaming

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

[Ubuntu VPS] CMD Renaming

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

Re: [Ubuntu VPS] CMD Renaming

Post 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.
:idea: Please read the FAQ and How to Request Help.
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

Re: [Ubuntu VPS] CMD Renaming

Post 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
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

Re: [Ubuntu VPS] CMD Renaming

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

Re: [Ubuntu VPS] CMD Renaming

Post by rednoah »

Have you tried --lang German yet?
:idea: Please read the FAQ and How to Request Help.
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

Re: [Ubuntu VPS] CMD Renaming

Post by Massaguana »

not yet, but already ... seems it works ... Thanks
Post Reply