Page 1 of 1

Trying to reprocess old music that already has cover.jpg

Posted: 26 May 2022, 05:24
by bonelifer
I'm using this:

Code: Select all

filebot -script 'fn:amc' '/media/william/DataOrig/MUSIC/' --output '/media/william/DataOrig/MOCK/' --action move -non-strict --conflict auto --def 'music=y' 'unsorted=y' 'artwork=y' 'clean=y' 'skipExtract=y' --apply refresh --log all --log-file music.log --def excludeList=music.txt  --def musicFormat="/media/william/DataOrig/MOCK/{artist}/{album}/{pi.pad(2)} - {artist} - {t}"
What do I need to add to have it move the "cover.jpg" when processing the albums.

Re: Trying to reprocess old music that already has cover.jpg

Posted: 26 May 2022, 10:08
by rednoah
The --apply import option might work:
viewtopic.php?t=11079


:idea: Note that the amc script probably isn't well-suited if you don't actually need any of the movie/episode auto-detection features.

Re: Trying to reprocess old music that already has cover.jpg

Posted: 26 May 2022, 13:47
by bonelifer
Thanks that worked. I just needed something that worked and could be run via the command line. Since AMC already existed, I looked no further.

Re: Trying to reprocess old music that already has cover.jpg

Posted: 26 May 2022, 16:09
by rednoah
If it works, it works. I guess you had FileBot Node generate that amc script command. Makes sense to just use that as-is in this case then.

Re: Trying to reprocess old music that already has cover.jpg

Posted: 17 Apr 2023, 07:07
by rednoah