-
```
Traceback (most recent call last):
File "/usr/local/bin/beet", line 9, in
load_entry_point('beets==1.3.5', 'console_scripts', 'beet')()
File "/usr/local/lib/python2.7/dist-packages/beets/…
-
```
The Album Art does not display when I play MPC
What version of Winamp are you using? 5.552
What plugin version? 1.03
On what operating system? Windows 7 RTM x64
```
Original issue reported on c…
-
```
Mutagen version: 1.19
The following code sequence:
meta = APEv2("test.mp3")
print meta.keys()
meta.pprint()
meta.save()
applied to mp3 files containing an APE tag seems to produ…
-
```
I have a lot of MPC files that failed to be parsed by mutagen:
from mutagen.apev2 import APEv2
audio = APEv2(
I get the following traceback:
Traceback (most recent call last):
File "", line 1…
-
```
Right now it only displays album art that is a separate file in the folder.
Please add the option to display the album art embedded in the file.
```
Original issue reported on code.google.com by…
-
```
> What steps will reproduce the problem?
1. Choose to encode a rip to mp3
2. Enable replaygain (in either modus)
3. Rip a CD
> What is the expected output? What do you see instead?
Expected/desir…
-
Original [issue 1291](https://code.google.com/p/ddb/issues/detail?id=1291) created by Alexey-Yakovenko on 2015-03-12T19:11:16.000Z:
Minor request, currently both %track% and %track number% show the n…
-
```
Not really an issue, but it would really be great to seee suppor for Python
3.0. Or is there support and I'm too n00b to figure out how to work it?
```
Original issue reported on code.google.c…
-
```
If I add APE tag to a MP3 having ID3v1 presented already, then tags are written
in the following order.
1) mp3-data
2) id3v1
3) apetagex
4) apetagex
This ordering breaks many algorithms (includ…
-
```
I have mp3 files which have both ID3 and APEv2 tags in them. The keys stored in
each tag are mutually exclusive (for some reason mp3gain prefers APEv2 by
default). Currently mutagen decides on o…