A new music player built around Python and GTK
Go to file
Anna Schumaker 306fa0f40c curds: Add function for album lookups
We want to share album objects whenever possible, so add a lookup
function for checking this.  Python built-in objects (like dictionaries)
are supposedly threadsafe, so we don't need a lock to access them but I
added the threadpool test anyway just in case.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-01-28 16:06:37 -05:00
curds curds: Add function for album lookups 2019-01-28 16:06:37 -05:00
.gitignore curds: Add basic album class 2019-01-24 16:27:25 -05:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile curds: Add basic album class 2019-01-24 16:27:25 -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