emmental/db
Anna Schumaker 1d5f88f080 db: Give playlists a get_track() function
For finding a single track at a given index into the select query
results, ordered by the configured sort order.

Implements: Issue #3 (Sort playlists through SQLite)
Implements: Issue #15 (Convert Playlists into Gio.ListModels)
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-10-27 11:24:56 -04:00
..
__init__.py db: Convert the TrackTable into a table.Table 2021-10-15 16:09:59 -04:00
album.py db: Give playlists a delete() function 2021-10-16 17:37:23 -04:00
artist.py db: Give playlists a delete() function 2021-10-16 17:37:23 -04:00
decade.py db: Give playlists a delete() function 2021-10-16 17:37:23 -04:00
disc.py db: Give playlists a delete() function 2021-10-16 17:37:23 -04:00
genre.py db: Clear MappedPlaylists before deleting 2021-10-27 11:24:56 -04:00
library.py db: Give playlists a delete() function 2021-10-16 17:37:23 -04:00
objects.py db: Convert the TrackTable into a table.Table 2021-10-15 16:09:59 -04:00
playlist.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
sql.py db: Move SQLite Connection stuff into a new file 2021-10-07 13:58:09 -04:00
state.py db: Give playlists a default sort order 2021-10-18 15:50:07 -04:00
table.py db: Convert the UserTable to a playlist.Model 2021-10-15 16:09:58 -04:00
test_album.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
test_artist.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
test_decade.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
test_disc.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
test_genre.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
test_library.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
test_objects.py db: Give Tables a get_all() function 2021-08-26 14:18:06 -04:00
test_playlist.py db: Create a MappedPlaylist type 2021-10-18 15:50:07 -04:00
test_sql.py db: Move SQLite Connection stuff into a new file 2021-10-07 13:58:09 -04:00
test_state.py db: Give playlists a default sort order 2021-10-18 15:50:07 -04:00
test_table.py db: Create a new Child class 2021-10-11 11:58:43 -04:00
test_track.py db: Convert the TrackTable into a table.Table 2021-10-15 16:09:59 -04:00
test_user.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
test_year.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
track.py db: Give MappedPlaylists add_track() and remove_track() functions 2021-10-18 15:50:07 -04:00
user.py db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
year.py db: Give playlists a delete() function 2021-10-16 17:37:23 -04:00