-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Labels
A-audioArea: Audio layerArea: Audio layer
Milestone
Description
mopidy-local-images does not extract the cover-art from music files anymore (since GST1.0).
This issue has two sides:
mopid
`convert_taglist'() ignores image tags.
https://github.com/mopidy/mopidy/blob/develop/mopidy/audio/tags.py#L52
I miss something like
elif isinstance(value, Gst.Sample):
# do the image things here
result[tag].append(bytes(value.get_buffer())) # ???
mopidy-local-images
Does not support GST1.0.
https://github.com/mopidy/mopidy-local-images/blob/develop/mopidy_local_images/library.py#L171
GST1.0 Gst.Buffer has no data attribute
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-audioArea: Audio layerArea: Audio layer