Music Lounge is yet another music player app for Unix-like systems. It will be the default music player for Aercloud OS.
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
Make sure you have the latest version of Rust installed
Instructions on how to install it are here
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-audio
crate for the ability to create Spotify style playlists
- [ ] Lyrics lookup for songs using Genius
- [ ] Unique artwork for album singles
- [ ] Allow connecting to player process from remote machines
- [ ] GUI Support
- [ ] Android support
- [ ] Music library editor
- [x] Split into multiple crates
- [x] Waveform view
- [x] mpris support
- [x] Split player into a client and server process (server process will play the audio)
- [x] Allow user to seek the current track
- [x] More view layouts
- [x] Playlist Support
- [x] Show album art approximation next to current track info
- [x] Sort albums by year
- [x] Sort songs by their track numbers
- [x] Configurable theme
- [x] Dynamic theme based on current song's artwork