emmental/scanner
Anna Schumaker 0b818bc067 db: Attach release information to albums
This lets us sort albums by original release date, so if an artist
releases multiple albums in a year we can sort by month too.
Additionally, this helps us better handle albums with the same name that
were released in different years.

Implements: #40 (Store the full date in the year table)
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-11-18 10:20:24 -05:00
..
__init__.py scanner: Give ImportTasks a "playlists" argument 2021-11-18 10:20:24 -05:00
metadata.py scanner: Add release date to the track metadata parser 2021-11-18 10:20:23 -05:00
queue.py scanner: Create a TaskQueue 2021-08-30 11:13:48 -04:00
task.py db: Attach release information to albums 2021-11-18 10:20:24 -05:00
test_metadata.py scanner: Add release date to the track metadata parser 2021-11-18 10:20:23 -05:00
test_queue.py scanner: Create a TaskQueue 2021-08-30 11:13:48 -04:00
test_scanner.py scanner: Give ImportTasks a "playlists" argument 2021-11-18 10:20:24 -05:00
test_task.py db: Attach release information to albums 2021-11-18 10:20:24 -05:00
test_widgets.py scanner: Adjust timing for the DirectoryChooserWidget test 2021-11-18 10:20:24 -05:00
widgets.py scanner: Create an EnableSwitch 2021-11-18 10:20:24 -05:00