Running FileBot from the console, Groovy scripting, shell scripts, etc
-
bonelifer
- Power User
- Posts: 83
- Joined: 23 Mar 2013, 18:27
Post
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.
-
rednoah
- The Source
- Posts: 23924
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »
The
--apply import option might work:
viewtopic.php?t=11079

Note that the amc script probably isn't well-suited if you don't actually need any of the movie/episode auto-detection features.
-
bonelifer
- Power User
- Posts: 83
- Joined: 23 Mar 2013, 18:27
Post
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.
-
rednoah
- The Source
- Posts: 23924
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
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.
-
rednoah
- The Source
- Posts: 23924
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »