Hello, i want insert in my project a feature that let the user to see new series added, so i see that in the xml there is two value:
<FirstAired>
<added>
with these two value i can order the series and give to the user the a list ordered by date of first aired or added, so my question is, there is a way with the search to have all the tv series? i don't know with a wildcard, and then i can order all this series in my code, so with this:
http://www.thetvdb.com/api/GetSeries.php?seriesname=have the complete list of the tv series, or even better also ordered for those two values?