As you may know, Sayonara Player is a lightweight music player written on C++. It has both many features and low CPU usage and low memory consumption.
Main features:
- Organize even big music collections.
- ID3-tag editor
- MP3 converter
- Equalizer
- Webstreams
- Stream recorder
- Podcasts
- Speed adjustment
- Dynamic playlists
- Radio broadcasting
- Audio track bookmarks with optional loop function
The latest version available is Sayonara 1.1, which has been recently released.
Installation instructions:
In order to successfully install Sayonara on your Ubuntu 18.10 Cosmic Cuttlefish, Ubuntu 18.04 Bionic Beaver, Linux Mint, Elementary OS and other Ubuntu derivative systems, you have to add the PPA to your system, update the local repository index and install the sayonara package:
$ sudo add-apt-repository ppa:lucioc/sayonara
$ sudo apt update
$ sudo apt install sayonara
Optional, to remove sayonara, do:
$ sudo apt remove sayonara