A new music player built around Python and GTK
Go to file
Anna Schumaker 04ac4398e2 curds: Create a generic Tags class
I've decided that it would work best if Album and Track classes both
inherit from the same parent class. This will give them some
functionality overlap, and it'll also make it conceptually easier to
store them both in the same tag dictionary.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-03-05 15:51:51 -05:00
curds curds: Create a generic Tags class 2019-03-05 15:51:51 -05:00
trier curds: Add a test for parallel track scanning 2019-02-06 14:35:35 -05: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 curds: Clean up unused code 2019-02-15 16:09:09 -05:00
README.md Initial commit 2019-01-24 09:35:41 -05:00

README.md

emmental

A new music player built around Python and GTK