qarmin / czkawka

Multi functional app to find duplicates, empty folders, similar images etc.
Other
20.15k stars 656 forks source link

opus audio file support #943

Open themarcnet opened 1 year ago

themarcnet commented 1 year ago

Hi, First of all, great app - does what I want, when I want, with no hassle....apart from one thing....

Would it be possible to add ".opus" as an audio format (extension is also .opus) that you scan the tags for. Opus files use the same tagging as ogg files, which is no suprise since opus and ogg come from the same developers.

I have many ogg, m4a, mp3, and opus files, and I would like to get rid of the duplicates (i.e: remove the ogg files that have the same tagging information as the newer opus files)

In fact, I can rename opus files to ogg, and your application can read the tags just fine! Although it would be really nice for it to just work, without the need for this work-around.

More information about opus here -> https://github.com/xiph/opus

mr-brune commented 1 year ago

yes it would be usefull also add fingerprint duplicate finder for opus

GitKopfkino commented 2 months ago

This feature would be helpful!

DocMAX commented 1 month ago

+1

qarmin commented 1 month ago

All operations on music files are closely related to the symphonia library. Without ogg support inside this library, I can't do much of anything - https://github.com/pdeljanov/Symphonia/pull/313

Tags are read by the lofty library which supports many more formats than symphonia, but it deals with decoding metadata and not the files themselves