minirok

a small music player written in Python and inspired by Amarok

Install

All systems
curl cmd.cat/minirok.sh
Debian Debian
apt-get install minirok
Ubuntu
apt-get install minirok
Windows (WSL2)
sudo apt-get update sudo apt-get install minirok
Raspbian
apt-get install minirok

minirok

a small music player written in Python and inspired by Amarok

Minirok is a small music player written in Python for the K Desktop Environment. As its name hints, it's modelled after Amarok, but with a reduced set of features. In particular, it is designed to cover all the needs and wishes of the author, leaving everything else out. The look and feel is almost identical to Amarok's, though. The main interface is a *tree view of the filesystem*, with a playlist that can only be populated via drag and drop. There is no collection built from tags, so it's targeted at people whose collection is structured in a tree already at the filesystem level. Searches can be performed both in the tree view and the playlist. Other features include: * DBus interface for controlling the player and retrieving the currently played track, among other things * alter the playing order in the playlist by queueing tracks; stop after a certain track; repeat track or playlist; random mode; undo and redo * reading of tags when adding to the playlist can be disabled by specifying a regular expression to extract them from the filename * submission of played songs to Last.fm * global shortcuts Minirok is written using the PyKDE bindings and the GStreamer media framework.