Compare commits

...

11 Commits

Author SHA1 Message Date
Kai Sommerfeld
69a637326d Merge pull request #79 from ksooo/addon-api-9-2-0
PVR Add-on API v9.2.0
2024-10-24 19:31:52 +02:00
ksooo
acd8a842c3 PVR Add-on API v9.2.0 2024-10-22 12:44:32 +02:00
Kai Sommerfeld
f15132e30c Merge pull request #77 from ksooo/piers-api-9-0-0
v22.1.0: PVR Add-on API v9.0.0
2024-08-16 12:20:54 +02:00
ksooo
6b4d4a8fd6 Jenkinsfile: Nexus -> Piers 2024-08-16 12:16:34 +02:00
ksooo
4626e0cbe4 v22.1.0: PVR Add-on API v9.0.0 2024-08-15 16:36:15 +02:00
Kai Sommerfeld
e0b54241bc Merge pull request #75 from ksooo/piers-initial-release
v22.0.0: Initial release for Piers (PVR Add-on API v8.4.0)
2024-08-02 13:37:28 +02:00
ksooo
bc4f24d2d9 v22.0.0: Initial release for Piers (PVR Add-on API v8.4.0) 2024-08-02 10:34:55 +02:00
Kai Sommerfeld
2cae8ffa03 Merge pull request #73 from ksooo/piers-branches
Piers branches
2024-07-29 08:04:03 +02:00
ksooo
8cdc7e313b [Piers] sync-addon-metadata-translations.yml: Add Piers branch 2024-07-27 23:10:30 +02:00
ksooo
a24a1a8900 [Piers] increment-version.yml: Add Piers branch 2024-07-27 23:10:30 +02:00
ksooo
2df503c0b9 [Piers] README.md: Update branches for build badges 2024-07-27 23:10:30 +02:00
8 changed files with 19 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ name: Increment version when languages are updated
on:
push:
branches: [ Matrix, Nexus, Omega ]
branches: [ Matrix, Nexus, Omega, Piers ]
paths:
- '**resource.language.**strings.po'

View File

@@ -2,7 +2,7 @@ name: Sync addon metadata translations
on:
push:
branches: [ Matrix, Nexus, Omega ]
branches: [ Matrix, Nexus, Omega, Piers ]
paths:
- '**addon.xml.in'
- '**resource.language.**strings.po'

2
Jenkinsfile vendored
View File

@@ -1 +1 @@
buildPlugin(version: "Nexus")
buildPlugin(version: "Piers")

View File

@@ -2,8 +2,8 @@
Digital Devices [Octonet](http://www.digital-devices.eu/shop/de/netzwerk-tv/) PVR client addon for [Kodi](http://kodi.tv)
[![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
[![Build and run tests](https://github.com/DigitalDevices/pvr.octonet/actions/workflows/build.yml/badge.svg?branch=Omega)](https://github.com/DigitalDevices/pvr.octonet/actions/workflows/build.yml)
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/DigitalDevices/job/pvr.octonet/job/Omega/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/DigitalDevices%2Fpvr.octonet/branches/)
[![Build and run tests](https://github.com/DigitalDevices/pvr.octonet/actions/workflows/build.yml/badge.svg?branch=Piers)](https://github.com/DigitalDevices/pvr.octonet/actions/workflows/build.yml)
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/DigitalDevices/job/pvr.octonet/job/Piers/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/DigitalDevices%2Fpvr.octonet/branches/)
# Building

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.octonet"
version="21.0.1"
version="22.2.0"
name="Digital Devices Octopus NET Client"
provider-name="digitaldevices">
<requires>@ADDON_DEPENDS@

View File

@@ -1,3 +1,12 @@
v22.2.0
- PVR Add-on API v9.2.0
v22.1.0
- PVR Add-on API v9.0.0
v22.0.0
- Initial release for Piers (PVR Add-on API v8.4.0)
v21.0.1
- Translations updates from Weblate
- af_za, am_et, ar_sa, ast_es, az_az, be_by, bg_bg, bs_ba, ca_es, cs_cz, cy_gb, da_dk, de_de, el_gr, en_au, en_nz, en_us, eo, es_ar, es_es, es_mx, et_ee, eu_es, fa_af, fa_ir, fi_fi, fo_fo, fr_ca, fr_fr, gl_es, he_il, hi_in, hr_hr, hu_hu, hy_am, id_id, is_is, it_it, ja_jp, ko_kr, lt_lt, lv_lv, mi, mk_mk, ml_in, mn_mn, ms_my, mt_mt, my_mm, nb_no, nl_nl, pl_pl, pt_br, pt_pt, ro_ro, ru_ru, si_lk, sk_sk, sl_si, sq_al, sr_rs, sr_rs@latin, sv_se, szl, ta_in, te_in, tg_tj, th_th, tr_tr, uk_ua, uz_uz, vi_vn, zh_cn, zh_tw

View File

@@ -273,7 +273,7 @@ PVR_ERROR OctonetData::GetChannels(bool radio, kodi::addon::PVRChannelsResultSet
return PVR_ERROR_NO_ERROR;
}
PVR_ERROR OctonetData::GetChannelStreamProperties(const kodi::addon::PVRChannel& channelinfo, std::vector<kodi::addon::PVRStreamProperty>& properties)
PVR_ERROR OctonetData::GetChannelStreamProperties(const kodi::addon::PVRChannel& channelinfo, PVR_SOURCE source, std::vector<kodi::addon::PVRStreamProperty>& properties)
{
properties.emplace_back(PVR_STREAM_PROPERTY_INPUTSTREAM, "inputstream.ffmpegdirect");
properties.emplace_back("inputstream.ffmpegdirect.is_realtime_stream", "true");

View File

@@ -67,7 +67,9 @@ public:
PVR_ERROR GetChannelGroups(bool radio, kodi::addon::PVRChannelGroupsResultSet& results) override;
PVR_ERROR GetChannelGroupMembers(const kodi::addon::PVRChannelGroup& group,
kodi::addon::PVRChannelGroupMembersResultSet& results) override;
PVR_ERROR GetChannelStreamProperties(const kodi::addon::PVRChannel& channel, std::vector<kodi::addon::PVRStreamProperty>& properties) override;
PVR_ERROR GetChannelStreamProperties(const kodi::addon::PVRChannel& channel,
PVR_SOURCE source,
std::vector<kodi::addon::PVRStreamProperty>& properties) override;
PVR_ERROR GetEPGForChannel(int channelUid,
time_t start,