Search found 2 matches

by jrogalsk
29 May 2019, 12:54
Forum: Help and Support
Topic: FileBot CLI ignoring audio files
Replies: 3
Views: 1711

Re: FileBot CLI ignoring audio files

What is type / ext. of files ?
e.g. *.mp3
They are indeed .mp3 files.
I think there's an option to enable music processing. See amc manual for details.
That was it! I feel pretty dumb for missing such a simple fix. All I had to do was add

Code: Select all

music=y
after my exludeList

Thank you so much!
by jrogalsk
28 May 2019, 20:44
Forum: Help and Support
Topic: FileBot CLI ignoring audio files
Replies: 3
Views: 1711

FileBot CLI ignoring audio files

I have a script that runs whenever my torrent application finishes a download. This script has been working fine for movies and tv shows. This is the original script that I used: filebot -script fn:amc --output "D:/Media" --action move -non-strict "D:/Torrents" --log-file "C...