emmental/db
Anna Schumaker bbb248f665 db: Create a DiscTable and Disc object
To represent each disc of an album. Discs may have different subtitles
that we want to display (or there may not be a subtitle at all). Casting
a Disc to a string either appends the subtitle to the album name or
returns the album name directly. This is intended to be used by the
ColumnView to display album names

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-08-23 13:13:48 -04:00
..
__init__.py db: Create a DiscTable and Disc object 2021-08-23 13:13:48 -04:00
album.py db: Create an AlbumTable and Album tag 2021-08-23 13:13:24 -04:00
artist.py db: Give Artists a function for listing their Albums 2021-08-23 13:13:25 -04:00
disc.py db: Create a DiscTable and Disc object 2021-08-23 13:13:48 -04:00
objects.py db: Add a Tag object 2021-08-23 13:12:02 -04:00
test_album.py db: Create an AlbumTable and Album tag 2021-08-23 13:13:24 -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_disc.py db: Create a DiscTable and Disc object 2021-08-23 13:13:48 -04:00
test_objects.py db: Add a Tag object 2021-08-23 13:12:02 -04:00