mynttt / UpdateTool

A tool to update the IMDB ratings for Plex libraries that contain movies/series and use the IMDB agent to receive ratings
GNU General Public License v3.0
250 stars 12 forks source link

TVDB API - Docs confusing? #104

Closed stevezau closed 1 year ago

stevezau commented 1 year ago

Hi,

The readme says

     # Three items are required to auth with TVDB username, userkey, apikey
     # Supply these as semicolon seperated values. Example: username;DAWIDK9CJKWFJAWKF;e33914feabd52e8192011b0ce6c8
    -e TVDB_API_KEY=tvdbapikey \

However, looking at the code and the v4 API.. You only need to supply the PIN from https://thetvdb.com/dashboard/account/subscription.. You don't need to supply the format the readme suggests?

thanks

mynttt commented 1 year ago

Hi!

Yes, this is still some really old documentation that needs an update - it is enough when you supply the v4 PIN.

mynttt commented 1 year ago

I have removed that part now, thanks for reporting it!