A new music player built around Python and GTK
Go to file
Anna Schumaker 1beb3cf869 curds: Replace track.add() with track.lookup()
Now that we have a "new-track" notification, we can replace the add
function with a lookup function that more closely mirrors how we look up
album tags.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-03-11 17:09:36 -04:00
curds curds: Replace track.add() with track.lookup() 2019-03-11 17:09:36 -04:00
trier trier: Fix path for a track 2019-03-11 12:10:38 -04:00
.gitignore Add coverage file to .gitignore 2019-03-05 14:14:19 -05: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
emmental.py Add a toplevel script 2019-03-06 09:23:25 -05:00
test_emmental.py curds: Make playlist notifications more generic 2019-03-11 16:48:51 -04:00

README.md

emmental

A new music player built around Python and GTK