popcorn-official / popcorn-api

Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Compatible API Anime/Movies/Show Scrapper
https://popcorntime.app
MIT License
622 stars 101 forks source link

Add to the API how many seasons a tv show has and how many are available through the API #59

Closed popcornenthusiast closed 7 years ago

popcornenthusiast commented 7 years ago

Right now the API uses "num_seasons" to tell how many seasons of a certain show are available through the API, but this is quite confusing and definitely misleading when seen on PT. This way, would be better to use "num_seasons" to tell how many seasons a certain show has and create "avail_seasons" to tell how many seasons are available through the API.

See issue 364 on popcorn-desktop.

popcornenthusiast commented 7 years ago

Why was this issue closed and labeled as "wontfix"?