pynab
pynab copied to clipboard
I see OMDB has gone private and requires an API key now.
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 I added experimental support for both omdb and tmdb with api keys to https://github.com/brookesy2/pynab/tree/omdbtmdb, please test.
So it looks like TMDB will require vastly more underlying changes. So for now you will need to use OMDB.
@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.
I was mainly looking at TV releases, but will give the omdb changes a spin when I get a chance. Many thanks!