Hi. I noticed the following issue: mopidy (v2.1.0) local scan fails (Timeout after Nms) on mp3 tracks with cover image embedded in id3 tag.
Example:
mediainfo myfile.mp3 gives
(…)
Cover : Yes
Cover MIME : image/png
(…)
After removing the image with
eyeD3 --remove-all-images myfile.mp3
mopidy local scan does not give any warning anymore and the music file is correctly added to my collection.
Is this a known bug?