Search found 4 matches
- 25 Oct 2022, 10:32
- Forum: Ubuntu & Desktop Linux
- Topic: rename artwork after fetching
- Replies: 7
- Views: 5674
Re: rename artwork after fetching
so could/should work in this way. filebot -script fn:amc --output "$OUTPUT" --lang de --log-file $LOG --action move "$1" --def "seriesFormat=$SERIEN" "movieFormat=$FILME" "animeFormat=$ANIME" "unsortedFormat=$UNSORTIERT" -non-strict --def unsorted=y --def ut_label=TV "artwork=n" --def ut_label=Movie ...
- 25 Oct 2022, 07:54
- Forum: Ubuntu & Desktop Linux
- Topic: rename artwork after fetching
- Replies: 7
- Views: 5674
Re: rename artwork after fetching
thanks for your help...
everythink works like aspected.
is it possible to fetch the artwork only for movies but not for series?
everythink works like aspected.
is it possible to fetch the artwork only for movies but not for series?
- 21 Oct 2022, 07:15
- Forum: Ubuntu & Desktop Linux
- Topic: rename artwork after fetching
- Replies: 7
- Views: 5674
Re: rename artwork after fetching
thanks for the hint.
is there a way to pass the arguments from amc script? Otherwise I did not know the path to artwok within my script because amc script will define the path and the file name.
is there a way to pass the arguments from amc script? Otherwise I did not know the path to artwok within my script because amc script will define the path and the file name.
- 19 Oct 2022, 10:47
- Forum: Ubuntu & Desktop Linux
- Topic: rename artwork after fetching
- Replies: 7
- Views: 5674
rename artwork after fetching
Hi, I use filbot as follow to rename and sort my video files. #!/bin/sh LOG="/home/svenilee/amc.log" EXC="/home/svenilee/amc.txt" SERIEN="/home/svenilee/TEST/Serien/{n}/Season {s.pad(2)}/{n}.{s00e00}.{t}" FILME="/home/svenilee/TEST/Filme/{n}/{n}.{y}" OUTPUT="/home/svenilee/TEST" UNSORTIERT="/home ...