A new music player built around Python and GTK
Go to file
Anna Schumaker a3ec223064 Emmental 2.2
No real user-facing changes in this release, but I do lay some
groundwork for switching over to sqlite for our data storage.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-24 15:01:26 -04:00
audio audio: Give the Player a playpause() function 2021-08-02 10:25:00 -04:00
aur@6dc0739b77 Emmental 2.1 AUR commit 2021-08-17 09:28:33 -04:00
data data: Add a custom icon for Favorites 2021-07-31 19:17:15 -04:00
db db: Give Playlists a PlaylistState property 2021-08-23 13:48:20 -04:00
lib Emmental 2.2 2021-08-24 15:01:26 -04:00
playlist playlist: Switch over to using the emmental-favorites icon 2021-07-31 19:18:17 -04:00
sidebar sidebar: Switch over to using the emmental-favorites icon 2021-07-31 19:18:28 -04:00
tagdb Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00
tools Create install and uninstall targets in the Makefile 2021-07-26 17:52:13 -04:00
ui keyboard: Add initial keyboard shortcuts 2021-08-02 10:25:11 -04:00
.debug Rename the debug file to .debug 2021-07-26 14:29:40 -04:00
.gitignore Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
.gitmodules Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
README.md Initial commit 2019-01-24 09:35:41 -05:00
emmental.py Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00

README.md

emmental

A new music player built around Python and GTK