Wanted to make a short project to mess around with raylib's music functionality. This ended up taking two weeks. It started with me disliking windows' base media player for .mp3 and .ogg files. It has shuffle, album loop and single loop functionality. The progress bar can be used to skip to a certain part of the playing song. There's also infinite scrolling since I got too tired of wrestling with the GUI when that wasn't the main goal. It's very low level and goes easy on the RAM and CPU usage.
IMPORTANT NOTE: idk what's up with the search bar functionality of windows, but if you want to access the EXE file from it you'll have to create a desktop shortcut first, otherwise the search bar won't make the working directory the EXE file's directory and it crashes due to being unable to find the albums folder relative to itself.