Cleaner isAudio isVideo

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
verysofttoiletpaper
Posts: 141
Joined: 05 Jul 2012, 09:44

Cleaner isAudio isVideo

Post by verysofttoiletpaper »

Hi, planing on using cleaner script, but am afraid it will delete from folders with useful files.
Where can I find information about the isAudio and isVideo function? What extensions does it use to check if it is audio and video?

Thanks
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Cleaner isAudio isVideo

Post by rednoah »

Set --action test to do a dry-run and see what would happen.

isAudio/isVideo just checks for extensions. Check media.types in the SVN for details on what extensions are mapped to what type.
:idea: Please read the FAQ and How to Request Help.
verysofttoiletpaper
Posts: 141
Joined: 05 Jul 2012, 09:44

Re: Cleaner isAudio isVideo

Post by verysofttoiletpaper »

There are some relevant audio containers missing, I believe. You might want to add these in:
Lossless:
WAV
AIFF
ALAC

Lossy:
AAC

Thanks!
Post Reply