quodlibet / mutagen

Python module for handling audio metadata

Home Page:https://mutagen.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

album metadata is not being written to when using EasyID3

maximumpeaches opened this issue · comments

When I use EasyID3 to write the title, author, album, and track number, everything works fine except the album. I described my problem in this stackoverflow question. Please let me know if any additional info would be useful to debug this.

The tags added look good. It also works for me. What does mutagen-inspect show for the file?

$ mutagen-inspect 14ch12.mp3
-- 14ch12.mp3
- MPEG 2 layer 3, 32000 bps (CBR?), 24000 Hz, 1 chn, 3033.82 seconds (audio/mp3)
TALB=BSRS
TIT2=Chapter 12
TOLY=Google
TPE1=Google
TRCK=15

Sorry for not getting back to this earlier. But this all looks good, the TALB frame is what holds the album title. It's probably best to ask the VLC team about this. Also maybe it is a VLC version thing. As I wrote before it works for me (VLC 3.018 on Ubuntu).

Closing as there was no further discussion and the metadata is as expected with TALB being set.