pynab icon indicating copy to clipboard operation
pynab copied to clipboard

I see OMDB has gone private and requires an API key now.

Open ukharley opened this issue 7 years ago • 5 comments

ukharley avatar May 26 '17 09:05 ukharley

I've updated omdb.py to use TMDB. Seems to work fine. Create a free TMDB account to get your own private API key.

https://gist.github.com/ukharley/f3b969967b3624fe8462a29529e48825

ukharley avatar May 29 '17 14:05 ukharley

@ukharley I added experimental support for both omdb and tmdb with api keys to https://github.com/brookesy2/pynab/tree/omdbtmdb, please test.

brookesy2 avatar Sep 29 '17 08:09 brookesy2

So it looks like TMDB will require vastly more underlying changes. So for now you will need to use OMDB.

brookesy2 avatar Sep 29 '17 08:09 brookesy2

@ukharley @gkoh So it seems it was just a simple enum addition. I checked in the alembic upgrade to https://github.com/brookesy2/pynab/tree/omdbtmdb . Working so far.

brookesy2 avatar Sep 30 '17 20:09 brookesy2

I was mainly looking at TV releases, but will give the omdb changes a spin when I get a chance. Many thanks!

gkoh avatar Oct 03 '17 05:10 gkoh