I have a problem handling music files. I know Filebot is not really good at this so i have this setup in mind:
1) FileBot Node is called once daily or through Synology GUI manually to scan a download folder
2) FileBot will put Films and Shows into the correct paths, FileBot detects music files and moves them to an "new-music" folder
3) Bliss (a package for music) will detect the new files and scan them, rename them, tag them and put them in the right place.
Now I don't need filebot to identify the music at all. I only need Filebot to detect that its audio files and move them accordingly, if filebot can identify, I am fine with that. The important thing is the files to be placed in the new-music folder.
Now I have a quite recent album, seems like the issue is, that Acoustic ID can't identify it (yet?). As described I would be fine if filebot just moved it to the music folder. Instead it tries to place them in "unsorted".
Code: Select all
filebot -script 'fn:amc' /volume1/pyload/downloads/ --output /volume1/ --action test -non-strict --lang de --def 'music=y' 'unsorted=y' 'clean=y' 'skipExtract=y' 'deleteAfterExtract=y' 'seriesFormat=video/Serien/{n}/{s.pad(2)}x{e.pad(2)} {t}' 'movieFormat=video/Filme/{n} ({y})' 'musicFormat=music/_new.music/{n}/{album+'\''/'\''}{pi.pad(2)+'\''. '\''}{artist} - {t}' 'excludeList=.excludes' --log all
------------------------------------------
Run script [fn:amc] at [Sat Jun 13 07:15:04 GMT+01:00 2015]
Parameter: music = y
Parameter: unsorted = y
Parameter: clean = y
Parameter: skipExtract = y
Parameter: deleteAfterExtract = y
Parameter: seriesFormat = video/Serien/{n}/{s.pad(2)}x{e.pad(2)} {t}
Parameter: movieFormat = video/Filme/{n} ({y})
Parameter: musicFormat = music/_new.music/{n}/{album+'/'}{pi.pad(2)+'. '}{artist} - {t}
Parameter: excludeList = .excludes
Argument: /volume1/pyload/downloads
Using excludes: /volume1/.excludes (19)
Input: /volume1/pyload/downloads/uploaded.net_file_w6d4jowf/CD1/01. Marsimoto - La Saga.[b]mp3[/b]
[...]
Group: [music:cd1] => [01. Marsimoto - La Saga.mp3, ...]
Rename music using [AcoustID]
Unable to lookup AcoustID: 01. Marsimoto - La Saga.mp3
[...]
CmdlineException: Unable to identify or process any files
Processing 15 unsorted files
[TEST] Rename [/volume1/pyload/downloads/uploaded.net_file_w6d4jowf/CD1/01. Marsimoto - La Saga.mp3] to [/volume1/Unsorted/uploaded.net_file_w6d4jowf/CD1/01. Marsimoto - La Saga.mp3]
[...]
Processed 15 files
Done ヾ(@⌒ー⌒@)ノ
------------------------------------------
[Process completed]