Search found 5 matches

by boboch
03 Jan 2017, 17:16
Forum: Scripting and Automation
Topic: Move files from CLI after rename ?
Replies: 8
Views: 5920

Re: Move files from CLI after rename ?

Ok, so after debug, i feel like an idiot...

The output said me: "$HOME must be define"

So i add the following line to my script: export HOME=/root

Everything works good now !

Many thanks rednoah.
by boboch
02 Jan 2017, 22:32
Forum: Scripting and Automation
Topic: Move files from CLI after rename ?
Replies: 8
Views: 5920

Re: Move files from CLI after rename ?

1- yes, i add the following --def excludeList=amc.txt 2- I try different way to be able to run my script with an incron task, but the filebot command does not execute... Here my incron task: /mnt/volume1/telechargements IN_CLOSE_WRITE /opt/Script/chown_rename.sh Here my script with no chown command ...
by boboch
02 Jan 2017, 09:43
Forum: Scripting and Automation
Topic: Move files from CLI after rename ?
Replies: 8
Views: 5920

Re: Move files from CLI after rename ?

Thanks for answer. I found the solution, i use the amc script: filebot -script fn:amc --output "/mnt/volume1/videos" --action move -non-strict "/mnt/volume1/telechargements/" --def "seriesFormat=/mnt/volume1/videos/series/{n}/{'Saison '+s}/{n} - {s00e00} - {t}" "movieFormat=/mnt/volume1/videos/films ...
by boboch
01 Jan 2017, 18:54
Forum: Scripting and Automation
Topic: Move files from CLI after rename ?
Replies: 8
Views: 5920

Re: Move files from CLI after rename ?

Hi rednoah, I read the FAQ, i only use CLI, but i don't really understand where i can put this different argument. e.g. with Chuck S01E05.mkv in "telechargements" folder filebot -rename -r -non-strict /mnt/volume1/telechargements/ --output "/mnt/volume1/videos" --format "{plex}" --lang fr This one ...
by boboch
29 Dec 2016, 11:58
Forum: Scripting and Automation
Topic: Move files from CLI after rename ?
Replies: 8
Views: 5920

Move files from CLI after rename ?

Hi all, I just discovered filebot (shame on me, i know) rename part works really great ! I wonder if there is a way to do more little tricks with CLI part of the program on my debian server. Architecture: /mnt/volume1/telechargements => folder to download files /mnt/volume1/videos/series => folder ...