kaworu / tagutil

scriptable music files tags tool and editor
BSD 2-Clause "Simplified" License
29 stars 2 forks source link

Better handling of Opus tags #55

Open haplo opened 1 week ago

haplo commented 1 week ago

tagutil backend on an Ogg Opus file returns TagLib, and as expected only the basic tags are returned.

opustags uses libogg and can display and manipulate all tags.

I'm not at all aware of the technical details, but would it be a good idea to switch from libvorbis to libogg so Opus file could be better handled or is there something that libvorbis does better?