7 Commits

Author SHA1 Message Date
f2d21185af Check for artist.png when looking for local art. 2024-09-20 13:58:58 -04:00
297e7876f2 Change to use python3
Had been set to python3.12 for the use of a specific library. This is no longer necessary as that library is not being used.
2024-09-20 13:24:34 -04:00
3eb993e3c4 mb_confidence now working as a variable.
The value from config.ini is returned as a string. It needs to be cast to an int before use.
2024-09-20 13:17:35 -04:00
370151373c Add mb_confidence as a configurable variable.
Update the project main and api_calls.py to get and use a confidence value set in config.ini.
2024-09-20 13:03:57 -04:00
d6060c2e61 MVP stage working.
The combination of getting an artist ID from MusicBrainz that is then used to pull an image from FanArt.TV seems to work.
2024-09-20 12:58:58 -04:00
4c6bd5aeee Get a list of directries. 2024-09-17 15:20:46 -04:00
d32681729f Initial commit 2024-09-17 14:55:18 -04:00