Hacker News new | ask | show | jobs
by albertzeyer 628 days ago
MPD was too restricted in functionality. It doesn't really provide such infinite play list concept. So I felt that I would fight with the limitations of the mpd API more than I really get something out of it.

Here are some comparisons to MPD: https://github.com/albertz/music-player/blob/master/Compare_...

Btw, my music player can even act as a MPD backend.

Writing the backend part was anyway the simpler part. And that covered quite a lot of things: https://github.com/albertz/music-player/blob/master/WhatIsAM...

The GUI turned out to be the trickier part. I wanted to design everything around this infinite play list concept, and that in a cross-platform way, but I didn't really finished that.