emmental/emmental/db
Anna Schumaker 11560d781e db: Add a TrackidSet
The TrackidSet is intened to be used by Playlists to keep track of which
Tracks have been added without much overhead.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-05-10 17:31:33 -04:00
..
__init__.py db: Add a Track Table 2023-05-10 14:42:57 -04:00
albums.py db: Give Albums knowledge about their Media 2023-04-12 10:44:34 -04:00
artists.py db: Give Artists knowledge about their Media 2023-04-12 10:44:34 -04:00
connection.py db: Add a Playlists Table 2023-04-12 10:44:34 -04:00
decades.py db: Give Decades knowledge about their Years 2023-04-12 10:44:34 -04:00
emmental.sql db: Save Track data when deleting 2023-05-10 17:31:32 -04:00
genres.py db: Add a Genre Table 2023-04-12 10:44:34 -04:00
idle.py db: Add an idle Queue 2023-04-12 10:42:14 -04:00
libraries.py db: Give Libraries an idle Tagger 2023-04-12 14:18:17 -04:00
media.py db: Add a Media Table 2023-04-12 10:44:34 -04:00
playlist.py db: Add a base class for Playlist Tables 2023-04-12 10:44:34 -04:00
playlists.py db: Add a Playlists Table 2023-04-12 10:44:34 -04:00
settings.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
table.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
tagger.py audio: Add Track support to the tagger 2023-04-12 15:09:08 -04:00
tracks.py db: Add a TrackidSet 2023-05-10 17:31:33 -04:00
years.py db: Add a Year Table 2023-04-12 10:44:34 -04:00