soulsync/database
Broque Thomas 7eee2be38c Add release_date to Track and UI
Add a release_date field to the Track dataclass for both iTunes and Spotify clients (iTunes: parsed from releaseDate, Spotify: from album.release_date). Propagate release_date into enhanced search results in web_server and into the client-side script so album objects include release_date when available. Also broaden playlistId matching in the missing-tracks process to include 'enhanced_search_track_'. Removed SQLite SHM/WAL files from the repo (cleanup of DB temporary files). These changes enable showing and using track release dates across the app.
2026-02-23 16:25:23 -08:00
..
__init__.py basic db structure 2025-08-05 22:43:04 -07:00
music_database.py Handle duplicate artists and ratingKey migrations 2026-02-23 13:15:06 -08:00
music_library.db basic db structure 2025-08-05 22:43:04 -07:00