jalmp - just a little music player

Another project showcase. I am a huge music nerd, and the idea of a music player project came naturally. In fact, back in high school, I wanted to make my own self-hosted Spotify clone.

The theme is (clearly) inspired by Windows Media Player 11/12. I extracted wmploc.dll for the assets. I used Qt for this project, mainly because of the convenience and a reason for me to try a different C++ "flavor". Took a while to get used to, but then the development speed went significantly better (most of the programming was done in the very last week).

I also used jalsock (my C++ wrapper for the C POSIX socket library). I took the code for the server of jaltext, then slightly modified it for jalmp. This could be the last course that we get to choose to do individual projects. I'm glad everything concluded on a high note (pun intended, because, you know, music).