A new music player built around Python and GTK
Go to file
Anna Schumaker 2a98aac6de curds: Keep a list of created tracks
We'll use this for scanning and updating the library later.  For now,
just keep everything in a list and do a uniqueness test whenever
something new is added.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-02-04 17:02:04 -05:00
curds curds: Keep a list of created tracks 2019-02-04 17:02:04 -05:00
trier curds: Add basic track class 2019-02-04 17:01:52 -05:00
.gitignore curds: Add basic track class 2019-02-04 17:01:52 -05:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile curds: Add basic track class 2019-02-04 17:01:52 -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