dbr / tvnamer

Automatic TV episode file renamer, uses data from thetvdb.com via tvdb_api
https://pypi.python.org/pypi/tvnamer/
The Unlicense
909 stars 115 forks source link

TVDB API v2 update plans #138

Closed JohnKacz closed 6 years ago

JohnKacz commented 7 years ago

I made this comment here but thought I'd make a separate issue to ask this question.

Are there plans for tvnamer to start using the v2 API. I had this error as well and read that

This version of the API will continue to function until October 1st, 2017 at which time it will be discontinued

frederickjh commented 7 years ago

I too am interested to know if if there are plans to update this script to switch from the current V1 XML format to the V2 JSON format. The programer's API page currently looks like this.

image

The new V2 API was made public on 20:07, 25 April 2016 by Coco. The end date of October 1st, 2017 was made public on 22:49, 2 April 2017.

This means that only 6 months notice was given that they old API will be discontinued and that there are now only 3 months left before it will be turned off.

The TVDB REST API (v2.1.2) Documentation

Deathnerd commented 7 years ago

I'd also like to throw my hat into the ring for a shift to the v2 API if extra hands are needed

dbr commented 7 years ago

Oh, good point - there is some changes pending a bit more testing in dbr/tvdb_api#58 which should address this for tvnamer also

Deathnerd commented 7 years ago

So... No hands needed yet?

rustymyers commented 7 years ago

Seems like the work needs done on the tvdb_api https://github.com/dbr/tvdb_api/issues/57

freedenizen commented 6 years ago

Looks dbr/tvdb_api#57 and dbr/tvdb_api#58 have been closed.

JohnKacz commented 6 years ago

Yes seems changes were actually merged in https://github.com/dbr/tvdb_api/pull/60