emmental/db
Anna Schumaker 0fd1069484 db: Add a PlaylistMap
And create both permanent and temporary maps for tracks. The temporary
map is intended to be used for the New Tracks and Previous playlists,
since we don't store the state across restarts.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-23 13:17:45 -04:00
..
__init__.py db: Add a PlaylistMap 2021-08-23 13:17:45 -04:00
album.py db: Add a function so Albums can list their Discs 2021-08-23 13:13:49 -04:00
artist.py db: Give Artists a function for listing their Albums 2021-08-23 13:13:25 -04:00
decade.py db: Add a function so Decades can list their Years 2021-08-23 13:14:58 -04:00
disc.py db: Create a DiscTable and Disc object 2021-08-23 13:13:48 -04:00
genre.py db: Add a GenreMap 2021-08-23 13:16:50 -04:00
library.py db: Give Libraries a way to list their Tracks 2021-08-23 13:15:45 -04:00
objects.py db: Add a Map object 2021-08-23 13:15:47 -04:00
playlist.py db: Add a PlaylistMap 2021-08-23 13:17:45 -04:00
test_album.py db: Add a function so Albums can list their Discs 2021-08-23 13:13:49 -04:00
test_artist.py db: Give Artists a function for listing their Albums 2021-08-23 13:13:25 -04:00
test_db.py db: Add initial SQL connection object 2021-08-22 07:33:43 -04:00
test_decade.py db: Add a function so Decades can list their Years 2021-08-23 13:14:58 -04:00
test_disc.py db: Create a DiscTable and Disc object 2021-08-23 13:13:48 -04:00
test_genre.py db: Add a GenreMap 2021-08-23 13:16:50 -04:00
test_library.py db: Give Libraries a way to list their Tracks 2021-08-23 13:15:45 -04:00
test_objects.py db: Add a Map object 2021-08-23 13:15:47 -04:00
test_playlist.py db: Add a PlaylistMap 2021-08-23 13:17:45 -04:00
test_track.py db: Have Tracks remove themselves from the GenreMap when deleted 2021-08-23 13:16:51 -04:00
test_year.py db: Create a YearTable and Year object 2021-08-23 13:14:56 -04:00
track.py db: Have Tracks remove themselves from the GenreMap when deleted 2021-08-23 13:16:51 -04:00
year.py db: Create a YearTable and Year object 2021-08-23 13:14:56 -04:00