Simple proxy for sovok.tv API, which expose channels information and EPG in xmltv format. The application implemented in dnx451 framework.
The endpoint is root of the web-application and accepts requests with the following parameters:
//[HOST NAME]/?user=[USER]&password=[PASSWORD]&period=[NUMBER OF HOURS]
The parameters are:
user
is the user name of account on sovok.tvpassword
the password of the account aboveperiod
is optional parameter, specifies the period for which the EPG will be retreived.
The channels and EPG retreived based on subscription level of the given account in sovok.tv.
CI configured to azure website with demo account.
Although this is indeed a bad idea, I didn't find a better way to configure EPG in Kodi's IPTV Simple Client. The client is limited to the URL (or local path), which enforces to pass any parameter only via GET.