A new music player built around Python and GTK
Go to file
Anna Schumaker faaf640bea rind: Clean up playlist manager tests
I simplify most of the code and make it easier to add more playlists in
the future.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-03-29 14:00:53 -04:00
curds curds: Create a generic PlaylistAllocator class 2019-03-29 09:12:53 -04:00
rind rind: Clean up playlist manager tests 2019-03-29 14:00:53 -04:00
trier curds: Add exception handling for invalid tracks 2019-03-20 10:12:02 -04:00
.gitignore curds: Add exception handling for invalid tracks 2019-03-20 10:12:02 -04:00
emmental.py rind: Add gtk Application and Builder 2019-03-13 15:48:35 -04:00
emmental.ui rind: Set fixed-height-mode on the playlist treeview 2019-03-27 11:20:13 -04:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile Add a toplevel script 2019-03-06 09:23:25 -05:00
README.md Initial commit 2019-01-24 09:35:41 -05:00
test_emmental.py curds: Add stop() and reset() functions 2019-03-27 11:18:15 -04:00

emmental

A new music player built around Python and GTK