emmental/playlist
Anna Schumaker f2402cdb44 playlist: Create a FilterPlaylistModel list model
With a custom Regex filter that checks if the track title, artist,
album, or disc subtitle match the given pattern.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-11-20 10:05:01 -05:00
..
__init__.py audio: Move play_track() out of the Player 2021-09-07 15:55:03 -04:00
column.py playlist: Make the currently playing track bold 2021-07-23 12:56:35 -04:00
controls.py playlist: Add a button for scrolling to the current track 2021-07-31 13:15:49 -04:00
filter.py playlist: Create a custom filter for matching tracks 2021-07-23 12:56:02 -04:00
model.py playlist: Create a FilterPlaylistModel list model 2021-11-20 10:05:01 -05:00
popover.py playlist: Switch over to using the emmental-favorites icon 2021-07-31 19:18:17 -04:00
runtime.py playlist: Move the Runtime and Visible widgets into the Playlist pane 2021-07-23 12:56:34 -04:00
test_column.py playlist: Bind columns to a ListItemFactory 2021-07-23 12:56:02 -04:00
test_controls.py playlist: Add a button for scrolling to the current track 2021-07-31 13:15:49 -04:00
test_filter.py playlist: Create a custom filter for matching tracks 2021-07-23 12:56:02 -04:00
test_model.py playlist: Create a FilterPlaylistModel list model 2021-11-20 10:05:01 -05:00
test_playlist.py Move module tests out of the toplevel directory 2021-07-26 11:03:32 -04:00
test_popover.py playlist: Switch over to using the emmental-favorites icon 2021-07-31 19:18:17 -04:00
test_runtime.py playlist: Move the Runtime and Visible widgets into the Playlist pane 2021-07-23 12:56:34 -04:00