3 unstable releases
| 0.7.0 | Jan 15, 2024 |
|---|---|
| 0.6.1 | Mar 1, 2023 |
| 0.6.0 | Mar 1, 2023 |
#6 in #lounge
91 downloads per month
Used in 5 crates
4MB
1.5K
SLoC
Music Lounge
![]()
Music Lounge is yet another music player app for Unix-like systems. It will be the default music player for Aercloud OS. Supported music encodings are MP3 (.mp3), WAV (.wav), Vorbis (.ogg), and FLAC (.flac).
Screenshots
Main UI (Classic Layout)

Song Art View

Playlist Editor

Metropolis Layout

Cupertino Layout

Dynamic Player Theme Based on Song Art

Text Based and Graphical Audio Visualizers




How to install
Arch Linux based Linux systems
Music Lounge 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
Other Linux and Unix-like systems
Make sure you have the latest version of Rust installed
Instructions on how to install it are here
There is also a good possibility that Rust may be available in your distro's package repositories. Install it with your package manager if this is true.
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
To do:
- Smart playlists
- Use
bliss-audiocrate for the ability to create Spotify style playlists - Lyrics lookup for songs using Genius
- Allow connecting to player process from remote machines
- GUI Support
- Android support
- Kodi add on UI
- Music library editor
- Unique artwork for album singles
- Split into multiple crates
Dependencies
~18–32MB
~477K SLoC