I have always liked Amarok, the (initially) default KDE media player. It’s very feature-rich, nothing compared to Elisa. Moreover, it has two crucial features that I haven’t found in any other players:
- it saves statistics (play count and stars) directly into the music file
- it synchronizes statistics with the iPod.
I have always liked Amarok, the (initially) default KDE media player, and I have already blogged on installing it in Arch Linux and Fedora through its flatpak repository.
Now, installing Amarok on any Linux distribution is easy: it’s available from Flathub!
Once flatpak is configured correctly on your distribution, you just need to run:
1 |
flatpak install flathub org.kde.amarok |
Quoting from previous posts on Amarok, it’s also best to install Flatseal for configuring the flatpak application permission:
1 |
flatpak install com.github.tchx84.Flatseal |
Let’s start Flatseal and check the Amarok permissions. Some settings are already configured to allow Amarok access to a few standard directories and databases. In my case, I also configure the access to all my files and a mount point because I have my music stored on an external drive, which I mount at that mount point “/media/bettini/backuplinux”):
You can now start Amarok either from the Gnome menu or from the command like:
1 |
flatpak run org.kde.amarok |
IMPORTANT: The flatpak version of Amarok stores its files in
1 2 |
~/.var/app/org.kde.amarok/config ~/.var/app/org.kde.amarok/data/amarok |
instead of the standard directories “.config” and “.local”.
If you want to connect your IPOD, first you must ensure that the “libgpod” package is installed, and then you have to add the permission access in Flatseal to the mount point of your IPOD. Otherwise, Amarok will detect your iPod but as a non-initialized one because it cannot access its contents:
If the Flatseal permissions are set correctly, you can enjoy your Amarok iPod!
Enjoy your music! 🙂