Alwin Esch
a19fef8af8
update source license to use SPDX
2020-03-25 20:53:37 +01:00
Alwin Esch
d5ec59e00e
change header include to start with "kodi/"
...
This needed for reworked header checks by Kodi's addon build system.
2019-09-21 00:42:34 +02:00
Kai Sommerfeld
c91061f84b
Implement PVR addon API v6.0.0
2019-04-23 23:30:46 +02:00
Kai Sommerfeld
1e44819300
PVR API 5.10.0
2018-06-09 11:07:51 +02:00
René Bühlmann
54680a38bd
PVR API 5.9.0
2018-04-11 14:42:04 +02:00
Kai Sommerfeld
689afbf4cd
PVR API 5.8.0
2018-01-15 07:27:07 +01:00
Kai Sommerfeld
e9b4c05de5
Update to PVR API version 5.7.0
2017-09-26 14:17:23 +02:00
Kai Sommerfeld
a77cf111bb
Added minimalistic support for PVR Addon API 5.3.0
2017-07-10 08:55:26 +02:00
Alwin Esch
3494c4c470
Update on kodi to addon interface
2017-05-23 12:23:33 +02:00
Alwin Esch
1ced6b3fa4
remove no more needed version functions
2017-05-18 12:04:46 +02:00
Alwin Esch
2a63777b6d
libXBMC_codec.h removed and changed to libXBMC_pvr.h also fix compile fault after last request
2017-05-03 09:48:00 +02:00
Alwin Esch
e9f0d6bf76
Remove not used part
2017-05-03 09:47:39 +02:00
Dennis Hamester
96a19310ca
Change time parameter of SeekTime from int to double
...
See xbmc/xbmc#10985
2016-11-28 10:40:36 +01:00
Julian Scheel
880d313bef
Unify Digital Devices naming
...
Always write Digital Devices with a blank in between.
Signed-off-by: Julian Scheel <julian@jusst.de>
2016-11-11 20:49:27 +01:00
Dennis Hamester
ba7e50e79c
client: Clear incoming signalStatus before filling it
2016-11-10 17:23:47 +01:00
Dennis Hamester
0adb1ade91
Pass channel name to rtsp_client
2016-11-10 11:33:56 +01:00
Dennis Hamester
838c0094b7
Pass signal quality and snr to Kodi core
2016-11-10 10:52:33 +01:00
Julian Scheel
4665b282a2
Unify naming and fix typo
...
Use same addon names in client.cpp and addon.xml.
Signed-off-by: Julian Scheel <julian@jusst.de>
2016-11-08 08:35:48 +01:00
Julian Scheel
8eb0d3b5e0
Remove kodi prefix from includes
...
The kodi prefix is not needed for includes, as the kodi directory is set
as include directory directly.
Signed-off-by: Julian Scheel <julian@jusst.de>
2016-11-04 11:00:39 +01:00
Dennis Hamester
5f5d2965cf
Reimplementation with custom rtsp client
2016-10-05 10:45:05 +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
a1f3f7ccab
Update for Kodi 16.0 Jarvis
...
Update to PVR API version 4.1.0.
Signed-off-by: Julian Scheel <julian@jusst.de>
2016-03-31 16:04:11 +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
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
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