thetvdb / v4-api

Founded in 2006, TheTVDB is one of the longest-running community-driven TV and Movie databases. With content metadata across hundreds of thousands of TV series and movies, TheTVDB powers many of the largest media centers in the market. Developers across the world build and rely upon TheTVDB's APIs to power their apps, utilities, and projects, generating millions of API calls per day. In our GitHub repository you will find all of the necessary support and v4 API documentation to make use of TheTVDB's metadata. Come and join us!
135 stars 13 forks source link

Add production code to /series/${ID}/episodes/${TYPE} endpoint #338

Open phyzical opened 3 months ago

phyzical commented 3 months ago

Hey i have been working on a sync check between whats on youtube channels and whats been added on the TVDB.

The only way for me to verify that a show has certain episodes is to pull all the episodes for a show 1 by 1 to get the productionCode.

I have implemented caching to reduce load on your end but it would be alot easier if we could just use 1 api request for all episodes and just use the series/${ID}/episodes/${TYPE} endpoint