Writing any genres
Rene Maurer
november at gmx.ch
Sun Jun 4 23:32:35 CEST 2006
Hello
I am using python-taglib and it is not possible for me to write my own
genre tag to a mp3 file.
Here's what I am doing:
,----
| genre = "blabla"
| track = TagLib.FileRef(inputFileAndPath)
| track.tag().setGenre(genre)
| track.save()
`----
Result: No genre tag is written. In case I am using one of the
'standard' tags (e.g. Blues, Rock) everything works well.
Is this a problem of the python bindings or anything else (ID3v1/v2)?
Remark: no problems with flac files.
Regards, René
More information about the taglib-devel
mailing list