Hi I'm trying to find out how to add TV series to favourites on enigma2. How do android apps do this?
For each series we call these APIs
We get categories
&action=get_series_categories
We get series names for that category
&action=get_series&category_id=X
Once we got the data, we then need to get seasons by parsing the series info
&action=get_series_info&series_id=x
Only then have I got the stream url to play.
Can we use python to call all information to search all series and episodes on the API call "action=get_series&category_id=X* then the series name after that add episodes?
For each series we call these APIs
We get categories
&action=get_series_categories
We get series names for that category
&action=get_series&category_id=X
Once we got the data, we then need to get seasons by parsing the series info
&action=get_series_info&series_id=x
Only then have I got the stream url to play.
Can we use python to call all information to search all series and episodes on the API call "action=get_series&category_id=X* then the series name after that add episodes?