A new music player built around Python and GTK
Go to file
2019-12-15 14:17:31 -05:00
curds curds: Move playlist.next() implementation into the __init__.py file 2019-12-15 14:17:31 -05:00
rind curds: Move Root's self.track function into __init__.py 2019-12-15 09:10:40 -05:00
trier curds: Move genre and tracktotal into the Track class 2019-12-05 09:06:24 -05: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: Parse text entered in the track search entry 2019-07-07 13:15:34 -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: Switch over to the new track database system 2019-12-09 14:34:16 -05:00

emmental

A new music player built around Python and GTK