
Hi.
Is there a way in the API, given a specific showid , to get the latest episode entered for a show.
Basically what I want to do is to see when specific shows have new episodes added.
At the moment the only way I think I can do this is
1) Get the Show ID
2) List through all the seasons and the get highest Season no.
3) Go through all the Episode for that Season and get the highest number.
It seems like a lot of unnessary processing if I can avoid it.
Something like Show->GetMaxSeason and Show->GetMaxEpisode that would return this for me.
Any help/advice/suggestions would be most welcome