Search found 3 matches

by onlinewurm
27 Sep 2019, 14:37
Forum: Scripting and Automation
Topic: How to extract and rename?
Replies: 12
Views: 14602

Re: How to extract and rename?

Hi
As soon as I try to unpack with the amc-custom.groovy script, the path changes
I would like to put the Extracting files on the target server. And not on the source server

root@debian:~# filebot -extract /home/rar/* --output /home/folder/
Read archive [muhhd-goldenehochzeitmithandicap-hdtv.rar ...
by onlinewurm
26 Sep 2019, 21:36
Forum: Scripting and Automation
Topic: How to extract and rename?
Replies: 12
Views: 14602

Re: How to extract and rename?

thank you for your help
I got it with the unzip and rename
but one more question i have
I can set the path of the Extracting files myself
by onlinewurm
25 Sep 2019, 18:57
Forum: Scripting and Automation
Topic: How to extract and rename?
Replies: 12
Views: 14602

Re: How to extract and rename?

From a folder Goldene.Hochzeit.mit.Handicap.2019.GERMAN.720p I would like to extract the rar and rename in one step as a Goldene Hochzeit mit Handicap 2019.mkv.

Use FileBot_4.8.5

#!/bin/sh
filebot -extract /home/rar/ --output /home/folder/
filebot -rename /home/folder/ --output /home/final/

root ...