Search found 3 matches

by xeviff
27 Aug 2021, 23:51
Forum: Scripting and Automation
Topic: Automations with custom preset
Replies: 5
Views: 10075

Re: Automations with custom preset

My code is something like that: (I changed some code and put some ".......")



//parĂ¡metros extra
def forceDocumental = false

/** RUTAS **/
[b]def rutaOK = "W:/MANGRANA - Pelis/Pelis/"
def ruta = rutaOK
def ruta_docu = "W:/MANGRANA - Pelis/Documentales/"
def ruta_anime = "W:/MANGRANA - Pelis ...
by xeviff
27 Aug 2021, 12:23
Forum: Scripting and Automation
Topic: Automations with custom preset
Replies: 5
Views: 10075

Re: Automations with custom preset

My preset was working on GUI , but in GUI is not working with this command:
filebot -rename . --format z:\filebot\presets\4.9.4\HACK3-REPO_Pelis494.groovy

Where:
- Command was executed in a path that contains one film
- The groovy returns full path + movie file name (renamed, without file ...
by xeviff
25 Aug 2021, 12:00
Forum: Scripting and Automation
Topic: Automations with custom preset
Replies: 5
Views: 10075

Automations with custom preset

Hello.
I have my own preset (very large) and I want to a process that automatically takes the files that I put in a specific folder and execute the preset, (moving and renaming those files in the folder preset says, because I set many diferent folders depending of some values...).

I don't know ...