Hi,
I hope I'm not missing anything obvious or that it hasn't already been answered somewhere on the forum. I'm creating an offline copy of the database, which will be regularly updated and passed to the user in small relevant chunks (data for a month or so). I've already managed to create a solid script for constructing the database for movies, now I'm moving to the TV show portion.
I've decided to create a main file, which will contain a full list of TV shows, including all of the general information and cast/crew by season. This is already complete. Now I want to add an episode list, which I will then be able reference back to the main file for additional information. Is there a way to "discover" TV shows by episodes in a way that you discover movies? I know that I could just iterate over every show and its every season, but that'd be really time consuming, so I'm looking to avoid it if possible.
Thank you for any help in advance and great job on the awesome API! :)
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 14 января 2017 в 11:34
Hi @Humma4 Unfortunately, there is not much you can with at the episode level. There's no episode discover, no. Only way to get any episode data right now is to walk down the season/episode line starting from a TV series.