abarisain / dmix

A modern MPD Client for Android.
Apache License 2.0
587 stars 205 forks source link

Cover Server #774

Open mamins1376 opened 8 years ago

mamins1376 commented 8 years ago

Hi, It was a little hard for me to extract cover images and host them manually; so i wrote a server app to host covers dynamicly. Hope you enjoy :)

MPDroid Cover Server

I think it is good to add a link to Cover Server app, inside the MPDroid > Settings.

bartkl commented 8 years ago

Nice initiative to lower the bar for many :+1: A quick view at your code raises the following question though: does your script support other audio files than MP3s?

mamins1376 commented 8 years ago

It should, mutagen uses ID3 metadata so every file should work, including audio files.

bartkl commented 8 years ago

I think you are mistaken. Mutagen offers an API for ID3 metadata handling, but for other standards also. FLAC files for instance usually use Vorbis tags. Or I am harshly mistaken somehow. Have you tested with FLAC files or some other non-MP3?

mamins1376 commented 8 years ago

No. It would be great to add support for other audio files if mpdcs currently doesn't support them.

bartkl commented 8 years ago

Yeah, I like your initiatieve :). Currently I have little time but I might want to look into it one day.