Skip to content

Commit

Permalink
Update pvr.mediaportal to v3.5.4 (various v18 updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
margro committed Aug 15, 2018
1 parent 2f26ede commit 5223cc4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pvr.mediaportal.tvserver/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.mediaportal.tvserver"
version="3.5.3"
version="3.5.4"
name="MediaPortal PVR Client"
provider-name="Marcel Groothuis">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
20 changes: 20 additions & 0 deletions pvr.mediaportal.tvserver/changelog.txt
@@ -1,3 +1,23 @@
v3.5.4
- Remove Windows XP support
- Don't update the Kodi connection state when trying to connect in the background thread. This prevents pop-ups every minute when the backend is down.
- Report readable connection state changes instead of numbers
- Remove the deprecated PositionLiveStream() and PositionRecordedStream() functions
- Replace TVServerXBMC plugin references by TVServerKodi
- Accessing %PROGRAMDATA% for TV thumbnails is only possbile for Windows Desktop
- Replace all GetTickCount() calls by GetTickCount64() for UWP compatibility
- Don't report an empty connection string in the log
- Fixed: seek in recordings was broken in v18
- Fixed: recording playback as rtsp stream via internal Kodi videoplayer
- Fixed: Restore file playback via internal Kodi videoplayer on Windows (PVR addon by-pass)
- GetChannelGroupMembers: add iSubChannelNumber support (PVR API 5.8.0)

v3.5.3
- Translation update from Transifex

v3.5.2
- Translation update from Transifex

v3.5.1
- Updated to PVR addon API v5.10.1

Expand Down

0 comments on commit 5223cc4

Please sign in to comment.