Audio-priotize in find dublicates.

All your suggestions, requests and ideas for future development
Post Reply
smurfb
Posts: 3
Joined: 01 Feb 2017, 10:51

Audio-priotize in find dublicates.

Post by smurfb »

Hi.

From my understanding filebot -script fn:duplicates only looks for the file with highest resolution and marks that "best". While it works great most of the time it would be nice to have audio as an parameter. I would perhaps want DTS-X to be preferred over Dolby Atmos or something like that?

Is that something that would be possible to implement?

Thanks for all your efforts, this piece of software is amazing and I have already donated 2 times and will donate again ASAP :)
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Audio-priotize in find dublicates.

Post by rednoah »

Unfortunately, that's not possible. The "best" video is the one with the highest resolution. Would you consider a video with lower resolution but higher audio bitrate as "better"?

One could introduce video/audio codecs but somebody would have to produce a list that maps each codec do some numeric score.

I recommend forking your own duplicates script and make the changes yourself:
https://github.com/filebot/scripts/blob ... tes.groovy
:idea: Please read the FAQ and How to Request Help.
Post Reply