You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 - pdeljanov/Symphonia#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
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
The text was updated successfully, but these errors were encountered: