emmental/emmental/db
Anna Schumaker 01a37dbbc1 db: Commit the database after deleting a Table Row
Fixes: #63 ("The database isn't being committed enough")
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-06-07 14:54:32 -04:00
..
__init__.py db: Don't notify if the active-playlist doesn't change 2023-06-06 09:29:16 -04:00
albums.py db: Give Albums knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
artists.py db: Give Artists knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
connection.py db: Commit the database when a Track has been started or stopped 2023-06-07 13:26:55 -04:00
decades.py db: Give Decades knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
emmental.sql db: Give Libraries knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
genres.py db: Give Genres knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
idle.py db: Add an idle Queue 2023-04-12 10:42:14 -04:00
libraries.py db: Reload Playlists before deleting a Library path 2023-05-10 17:31:33 -04:00
media.py db: Give Media knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
playlist.py db: Give Playlists extra properties 2023-05-10 17:31:33 -04:00
playlists.py db: Set the Queued Tracks playlist as active when adding tracks 2023-06-06 09:22:22 -04:00
settings.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
table.py db: Commit the database after deleting a Table Row 2023-06-07 14:54:32 -04:00
tagger.py db: Give the Tagger a function for untagging Tracks 2023-05-10 17:31:33 -04:00
tracks.py db: Commit the database when a Track has been started or stopped 2023-06-07 13:26:55 -04:00
years.py db: Give Years knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00