Issues with Ogg tag setting
Submitted by an unknown user
Link to original bug (#692471)
Description
Created attachment 234329
Small test application
I have attached a simple test application. I basically tries to set 3
tags in an Ogg file.
The first is TAG_APPLICATION_NAME, the second is TAG_LANGUAGE_CODE, and finally the last one is TAG_ENCODER.
None of the 3 are successfully set in the output file, however the encoders seems to set their own value for TAG_ENCODER.
There are some Tag specification here for Ogg-Vorbis -
http://www.xiph.org/vorbis/doc/v-comment.html
Doesn't mention something like TAG_APPLICATION_NAME or TAG_LANGUAGE_CODE, but I think we could add it ourselves.
Attachment 234329, "Small test application":
tagset-ogg.py
Version: 1.x