Commit Graph

56 Commits

Author SHA1 Message Date
Julian Scheel 68fb9608eb Generate 64 bit id for internal lookup
Store the stringified id from chanellist into a 64 bit integer, which will be
used for matching epg data.

Signed-off-by: Julian Scheel <julian@jusst.de>
2016-03-22 13:16:09 +01:00
Julian Scheel a23e465b63 Add support for groups
Parse the groups out of the json data. As of now all radio channels are stored
in groups prefixed with "Radio" which is used to set the radio flag now.

Signed-off-by: Julian Scheel <julian@jusst.de>
2016-02-02 12:18:41 +01:00
Julian Scheel f724c5934c OctonetData: Implement channel list parsing
Retrieve json formatted channel list from Octonet server and generate channels
for kodi.

Signed-off-by: Julian Scheel <julian@jusst.de>
2016-02-02 11:04:45 +01:00
Julian Scheel afcba72ae5 depdends: Import JsonCpp
Import JsonCpp dependency.

Signed-off-by: Julian Scheel <julian@jusst.de>
2016-02-02 11:03:40 +01:00
Julian Scheel 7a5fa21d14 Implement basic plugin infrastructure
Add the bare minimum of what is required to become a Kodi PVR addon.

Signed-off-by: Julian Scheel <julian@jusst.de>
2015-08-21 17:04:07 +02:00
Julian Scheel bcbe782ccb Initial commit
Signed-off-by: Julian Scheel <julian@jusst.de>
2015-08-19 12:39:52 +02:00