A new music player built around Python and GTK
Go to file
Anna Schumaker eac9bde353 playlist: Bind columns to a ListItemFactory
Gtk doesn't seem to provide a way to create a ListItem for testing, so I
skip testing this for now.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-07-23 12:56:02 -04:00
curds trackdb: Give LibraryPaths an add_track() function 2020-11-15 19:57:59 -05:00
data Icons: Add our custom icons to the search path 2021-07-23 12:51:54 -04:00
lib playlist: Create a TagModel as a custom GListModel 2021-07-23 12:56:02 -04:00
playlist playlist: Bind columns to a ListItemFactory 2021-07-23 12:56:02 -04:00
rind trackdb: Give LibraryPaths an add_track() function 2020-11-15 19:57:59 -05:00
sidebar sidebar: Add a key event controller to user tagrows 2021-07-23 12:55:45 -04:00
tools tools: Add a script for finding what files are missing a tag 2020-10-18 13:27:31 -04:00
trackdb trackdb: Turn Tracks into GObjects 2021-07-23 12:56:02 -04:00
trier Icons: Add our custom icons to the search path 2021-07-23 12:51:54 -04:00
ui playlist: Begin playlist widgets 2021-07-23 12:56:02 -04:00
.gitignore curds: Add exception handling for invalid tracks 2019-03-20 10:12:02 -04:00
debug lib: Create a file for getting the current version 2021-07-23 12:51:36 -04:00
emmental-gtk4.py UI: Start basic files for GtkApplication and GtkWindows 2021-07-23 12:51:54 -04:00
emmental.py lib: Add a class for doing the Publisher / Subscriber pattern 2020-10-04 10:30:52 -04:00
emmental.ui rind: Set a default image when there is no artwork 2019-12-31 10:55:35 -05:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile Makefile: Disable testing curds/ and rind/ directories 2021-07-01 16:43:46 -04:00
README.md Initial commit 2019-01-24 09:35:41 -05:00
test_emmental.py trackdb: Give LibraryPaths an add_track() function 2020-11-15 19:57:59 -05:00
test_playlist.py playlist: Bind columns to a ListItemFactory 2021-07-23 12:56:02 -04:00
test_sidebar.py sidebar: Create ParentTagBoxes 2021-07-23 12:55:45 -04:00
test_trackdb.py trackdb: Give the TagStack a NextTrack publisher 2021-07-23 12:55:24 -04:00
test_ui.py UI: Start basic files for GtkApplication and GtkWindows 2021-07-23 12:51:54 -04:00

emmental

A new music player built around Python and GTK