Closed RickyGrassmuck closed 6 years ago
Interesting find. Important question though, does it return a valid TVDB ID as that's what all the services require.
Answered my own question haha! It does under externals
. Very interested then!
Yup, it returns that plus IMDB and tvrage id's
On Wed, Mar 2, 2016, 1:55 PM loken notifications@github.com wrote:
Interesting find. Important question though, does it return a valid TVDB ID as that's what all the services require.
— Reply to this email directly or view it on GitHub https://github.com/lokenx/plex-requests/issues/7#issuecomment-191399284.
Now do we add it to this (still not sure if I'll finish) version, or on the current Meteor one.
I'm actually working on making a meteor package now using the themoviedbsearch package as a template. I figured the api is simple enough that it could be ported over to just about any other framework with minimal fuss.
On Wed, Mar 2, 2016, 1:59 PM loken notifications@github.com wrote:
Now do we add it to this (still not sure if I'll finish) version, or on the current Meteor one.
— Reply to this email directly or view it on GitHub https://github.com/lokenx/plex-requests/issues/7#issuecomment-191401758.
Been done for a loooong time, probably should be closed lol.
So I was digging around while I'm at work and came across another TV data website, called tvmaze.com, who's API is much simpler and seems to offer more features than TVDB.
You can get all the details about it from http://www.tvmaze.com/api
A couple things that stood out were:
Let me know what you think about it, seems to me that it would be perfect for this project.