Development of this project has moved to gitlab
Fast, compact, and featured command line osu! song player built on mpv.

- Install osu-cplayer via pip:
pip install osu-cplayer - Install mpv
- On first run, enter the absolute paths of your songs folder, collections.db file and osu!.db file
- These settings get saved in your home folder as
~/.osupathsor equivalent.
I've tested this on gnu/linux and macos, and it works. Windows is untested though, I'd appreciate someone trying it out.
- Previous/Next Song:
left/right - Move Selection:
up/down, left click, or scroll - Play song:
enteror double click - Toggle play/pause:
p - Restart song and play:
r - Quit:
qoresc - Add song to queue:
a - Clear queue:
A - Shuffle:
s - Sort alphabetically(default):
S - Sort by date added:
d - Filter:
:or mouse followed by filter term- Reset filter:
esc - Exit text box: any special key or mouse
- Reset filter:
- Filter by Collection:
cor mouse, followed by collection name, andenter - Open this help page:
?
osu!.db reading code is taken from OsuDbReader
- Python 3.6+
- python-mpv
- urwid
- tinytag
- holy hell please refactor lmao. If anyone looks at my code, I apologize in advance. This is ultra hacky and I really just wanted to build this to use for myself ASAP