Music Lounge is yet another music player program for Unix-like systems. It will be the default music player for Aercloud OS. Due to the fact that the alto library outputs message to the console, Music Lounge must be ran as mlounge>/dev/null
otherwise, the UI will become mangled.
Cesium, is available in the AUR for Arch Linux and any system based on it (like Manjaro Linux, EndeavourOS, and Artix Linux)
Installation example using yay
: yay -S music-lounge
Make sure you have the latest version of Rust installed
Instructions on how to install it are here
Simply run cargo install music-lounge
and that will install Music Lounge for you.
After installing Rust run the following commands:
git clone https://gitlab.com/NoahJelen/music-lounge
cd music-lounge
./build.sh
<-- This will request root access in order to install the program
To remove: run ./remove.sh
or if install was done via cargo: cargo uninstall music-lounge
To do: - [x] Ogg Vorbis support - [ ] Ogg Opus support - [ ] MP3 support - [ ] AAC support - [ ] FLAC support - [ ] GUI Support - [ ] mpris support - [ ] Playlist Support - [ ] Configurable theme - [ ] Dynamic theme based on current song's artwork - [ ] Waveform view - [ ] Use cpal for playing audio instead of alto (I believe it is deprecated)