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?
tagutil backend
on an Ogg Opus file returnsTagLib
, 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
tolibogg
so Opus file could be better handled or is there something thatlibvorbis
does better?