ch3pjw / pyamp

A Python/gstreamer-based command-line media player
1 stars 1 forks source link

MP3 file tags not processed properly during track indexing #18

Closed ch3pjw closed 11 years ago

ch3pjw commented 11 years ago

It appears that pyamp is not indexing mp3 files correctly - I just get a plain GstTagList entry in the first table column, which is incorrect. I think this is due to trying to clever when creating a TrackMetadata object from a dict automagically :-(

ch3pjw commented 11 years ago

Fixed with commit 8251e2