Skip to content

Commit

Permalink
Merge pull request #152 from AlwinEsch/Nexus-change
Browse files Browse the repository at this point in the history
[Nexus] Add supports recordings delete capability for PVR API 8.0.0
  • Loading branch information
phunkyfish authored Oct 4, 2021
2 parents 82f2017 + bb76279 commit a7c18f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pvr.mediaportal.tvserver/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.mediaportal.tvserver"
version="20.0.0"
version="20.1.0"
name="MediaPortal PVR Client"
provider-name="Marcel Groothuis">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
5 changes: 5 additions & 0 deletions pvr.mediaportal.tvserver/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v20.1.0
- Kodi API to 8.0.0
- Add supports recordings delete capability
- Enforce EDL limits

v20.0.0
- Translations updates from Weblate
- da_dk, ko_kr, pl_pl
Expand Down
1 change: 1 addition & 0 deletions src/pvrclient-mediaportal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ PVR_ERROR cPVRClientMediaPortal::GetCapabilities(kodi::addon::PVRCapabilities& c
capabilities.SetSupportsTV(true);
capabilities.SetSupportsRadio(CSettings::Get().GetRadioEnabled());
capabilities.SetSupportsRecordings(true);
capabilities.SetSupportsRecordingsDelete(true);
capabilities.SetSupportsRecordingsUndelete(false);
capabilities.SetSupportsTimers(true);
capabilities.SetSupportsChannelGroups(true);
Expand Down

0 comments on commit a7c18f7

Please sign in to comment.