A WIP music player with a focus on build-time modularity, stability, and performance.
meson setup build
cd build
meson configure -Dbuildtype=release # debug is the default build type
# If you're using a keyboard layout covered by unsigned (extended) ASCII:
meson configure -Dascii_keybinds=trueAll compile-time options can be seen in meson.options. Use these to customize MPL to your liking.
ninjasudo ninja installsudo ninja uninstall