The project currently uses the legacy TVDB API and should be migrated to the v4 API. There is an [official Python library](https://github.com/thetvdb/tvdb-v4-python) now too, so we can probably remove [`tvdb_api.py`](https://github.com/raydouglass/media_management_scripts/blob/main/media_management_scripts/tvdb_api.py). More details: - https://thetvdb.com/api-information - https://github.com/thetvdb/v4-api
The project currently uses the legacy TVDB API and should be migrated to the v4 API.
There is an official Python library now too, so we can probably remove
tvdb_api.py.More details: