quodlibet / mutagen

Python module for handling audio metadata
https://mutagen.readthedocs.io
GNU General Public License v2.0
1.48k stars 158 forks source link

album metadata is not being written to when using EasyID3 #615

Closed maximumpeaches closed 5 months ago

maximumpeaches commented 1 year ago

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.

phw commented 1 year ago

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

maximumpeaches commented 1 year ago
$ 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
phw commented 9 months ago

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).

phw commented 5 months ago

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