Commit Graph

13 Commits

Author SHA1 Message Date
Alwin Esch e7449d9537 change to new C++ addon interface 2020-06-07 19:06:40 +02:00
Alwin Esch fc5b149f2c clang code cleanup 2020-06-07 16:56:16 +02:00
Alwin Esch a19fef8af8 update source license to use SPDX 2020-03-25 20:53:37 +01:00
Kai Sommerfeld 69da8dbd0c
Merge pull request #28 from ksooo/fixWindows-matrix
Fix windows matrix
2019-05-10 23:37:27 +02:00
Rechi 6d4f3847c7 [cleanup] remove unused includes
this fixes windows build failures
2019-05-10 23:36:06 +02:00
Kai Sommerfeld c91061f84b Implement PVR addon API v6.0.0 2019-04-23 23:30:46 +02:00
Dennis Hamester 844a5c3cd4 OctonetData: Add getter for channel name 2016-11-10 11:27:31 +01:00
Dennis Hamester 88fd3079aa OctonetData: Add getUrl member function 2016-10-05 10:42:09 +02:00
Julian Scheel 20f92c44bc Update to PVR 5.2.0/Kodi 17
Signed-off-by: Julian Scheel <julian@jusst.de>
2016-09-27 16:05:03 +02:00
Julian Scheel a2399d67c2 Implement epg import
Load EPG data from Octonet and export it to the pvr interface.

Signed-off-by: Julian Scheel <julian@jusst.de>
2016-03-22 13:17:03 +01:00
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