2023-01-31, 16:21
(2023-01-31, 06:13)wags1 Wrote: New versions of Metadatautils, SHS, SHSW, and TV Show Next Aired have been posted on GitHub. See here
UPDATE - NM, it just took longer to crash, so no this does not solve the issue.
Initial testing indicates that this has solved the issue. For folks who use a personal API key for TheAudioDB (this only applies to numeric only API keys which I think are US only) when you update metadatautils you will need to make the following change after the update:
Fix for audiodb api problem
In metadatautils, lib, helpers, theaudiodb.py - replace line near end of py file with -
endpoint = 'https://www.theaudiodb.com/api/v1/json/%s/%s' % (self.api_key, endpoint)