Commit Graph

4 Commits

Author SHA1 Message Date
Thord Johansson 90eca9e76a Enhance config handling and album art logic
- Refactored variable names for clarity, changing `data` to `config_data` to better indicate its purpose related to configuration settings.
- Significantly enhanced the album art determination logic to prioritize MusicBrainz data when configured, with a fallback to YouTube thumbnails if necessary.
- Introduced `FindMusicBrainzRelease` method for searching MusicBrainz releases based on the release name, aiming for exact alphanumeric matches or the highest scoring match.
- Added `EqualsAlphanumeric` utility method for accurate alphanumeric string comparisons, supporting the MusicBrainz release search functionality.
2024-06-18 23:40:12 +02:00
Thord Johansson c349ead544 Fix to ensure the Youtube thumbnail is used where available 2024-06-11 13:32:52 +02:00
Thord Johansson 708f227708 Minor cleanup, made the worker thread readonly 2024-06-02 17:45:16 +02:00
Thord Johansson 78a1ff1b3b Initial commit 2024-06-02 17:42:01 +02:00