emmental/db
Anna Schumaker 5746b2a81f db: Add a GenreMap
For mapping tracks into a list of genres, or a genre into a list of
tracks.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-23 13:16:50 -04:00
..
__init__.py db: Add a GenreMap 2021-08-23 13:16:50 -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
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_track.py db: Create a TrackTable and Track object 2021-08-23 13:15:44 -04:00
test_year.py db: Create a YearTable and Year object 2021-08-23 13:14:56 -04:00
track.py db: Create a TrackTable and Track object 2021-08-23 13:15:44 -04:00
year.py db: Create a YearTable and Year object 2021-08-23 13:14:56 -04:00