Format: 1.8 Date: Sun, 19 Jul 2015 18:57:37 +0200 Source: kodi-pvr-mediaportal-tvserver Binary: kodi-pvr-mediaportal-tvserver kodi-pvr-mediaportal-tvserver-dbg Architecture: source Version: 1.10.9-1~utopic Distribution: utopic Urgency: low Maintainer: Nobody Changed-By: wsnipex Description: kodi-pvr-mediaportal-tvserver - MediaPortal PVR for Kodi kodi-pvr-mediaportal-tvserver-dbg - debug symbols for MediaPortal PVR for Kodi Changes: kodi-pvr-mediaportal-tvserver (1.10.9-1~utopic) utopic; urgency=low . [ kodi ] * autogenerated dummy changelog . [ wsnipex ] * v1.10.9 - Debian packaging: fix library install path - Miscellaneous backend fixes v1.10.8 - libplatform dependency update - Fix CMakeLists.txt language resource folder v1.10.7 - Updated language files from Transifex v1.10.6 - Coverity fixes v1.10.5 - Updated to use new libplatform-dev v1.10.4 - Updated to PVR API v1.9.6 - Recordings: set recording thumbnail path if found on the backend (only TSReader) v1.10.3 - Move tsreader sources into the MPTV namespace to prevent a crash on RPi when using the FileReader class. Kodi now has an internal FileReader class (since xbmc/xbmc/pull/6306) which is somehow used by the addon instead of the class in the addon. - EPG: Use the episode name as plot outline (when available) - Channel: add support for ATSC Major.Minor channel numbers - Radio: attempt to fix the short hickup after 1 second when tuning a radio channel v1.10.2 - Updated to PVR API v1.9.5 - Fixed: Schedules: Fix displaying an incorrect day in Kodi for 'Weekly' and 'WeeklyEveryTimeOnThisChannel' series recordings - Fixed: Schedules: change the displayed days for 'EveryTimeOnThisChannel' and 'EveryTimeOnEveryChannel' to all days instead of sunday v1.10.1 - Updated to PVR API v1.9.4 - Updated to GUI API v5.8.0 v1.9.27 - Updated language files from Transifex v1.9.26 - Updated language files from Transifex - Minor changes to conform with C++11 v1.9.25 - Updated language files from Transifex v1.9.24 - added getBackendHostname function v1.9.23 - Fixed mime-type for MPEG-TS v1.9.22 - Updated language files from Transifex v1.9.21 - change library name to Kodi v1.9.20 - fixed deadlock when activating the addon on some darwin (osx, ios) runtimes v1.9.19 - Updated language files from Transifex v1.9.18 - Updated language files from Transifex v1.9.16 - Updated to API v1.9.2 v1.9.15 - Added: Series recording support (requires skin specific dialog) - Fixed: [TSReader] Direct playback of recordings that are stored on a network share v1.9.14 - Updated language files from Transifex v1.9.13 - Added: Live TV/Recordings: Report "permission denied" errors on SMB access failures - Changed: [Settings] enable fast channel switching by default - Changed: Reduce the signal status calls to once every 10s. - Fixed: Channel thumbnails: replace also the invalid file name characters <>*?\| in the channel name by a _ - Fixed: [SMB] Allow an empty username and password field - Fixed: [SMB] Don't replace \\ by smb:// when not at the start of the path - Fixed: Stop timeshifting at the backend side on buffer open failure. - Fixed: Recordings: Fix playback for in-progress recordings. Play them always via the PVR addon to account for the growing file length - Fixed: Recording playback over rtsp in ffmpeg mode v1.9.12 - Updated language files from Transifex v1.9.11 - Updated language files from Transifex v1.9.10 - add timeshift buffer functions v1.8.9 - TSReader: Fixed: channel switching behavior when switching across tsbuffer files - TSReader: Fixed: Windows share access in multiseat mode (return smb:// URI's instead of \\UNC paths to XBMC also for Windows) - TSReader: Fixed: SD<->HD channel switching with "fast channel switching" enabled (add PAT detection to find the exact start of the new channel in the timeshift buffer file) - Recordings: Add support for retrieving and storing the playback resume position (requires TVServerXBMC build 121 or higher) - Recordings: Trigger a recording list update when the backend couldn't find the selected recording - Fixed: potential out-of-bounds array access while accessing TV Card info - Fixed: Hide smb password in debug xbmc.log file - Added: support for retrieving channels from multiple specified groups (>1, < All groups) (requires TVServerXBMC build 122 or higher) - Changed: drop support for TVServerXBMC builds older than 1.1.x.107 - Changed: more log notifications on errors - EPG: added additional genre strings to the genre string to id translation table v1.8.8 - sync with PVR API v1.8.0 v1.7.8 - Bump after PVR API version bump v1.6.8 - Channels: Use MediaPortal VisibleInGuide property as inverted IsHidden flag in XBMC. (requires TVServerXBMC build 120) - Channelgroups: Don't import other channel groups when the user selected to import channels from a single group. - TSReader: non- Windows: start playback as soon as the buffer file has a non-zero length - Genre translation: seach also for the genre_translation.xml file in the profile folder. v1.6.7 - Updated language files from Transifex v1.6.6 - Added: Set recording play count on backend (requires TVServerXBMC build 118) - Added: Enable/Disable support for individual programs on Series Schedules (requires TVServerXBMC build 118) - Timers: Fixed: MarginStart and MarginEnd are in minuted - Timers: Fixed: Update and Delete of timers for series Schedules - TSReader: additional debug/error messages on recording/timeshift buffer file access errors v1.6.5 - Updated language files from Transifex v1.6.4 - New version number by Team XBMC v1.2.3.117 - Added: timeshift support for XBMC Frodo v1.2.3.116: - Fixed: playback of recordings with non-ASCII characters - Added: Hungarian translation - Added: Korean translation v1.2.3.115: - Changed: Switch to gettext (PO) files for addon translations v1.2.3.114: - Added: Live555 RTSP support for Linux v1.2.3.113: - Simplify settings. The TVServerXBMC plugin now reports the sharenames for the recordings and timeshift folder v1.2.3.112: - Merged: tsreader and ffmpeg addons are now combined into one addon v1.2.2.111: - Fixed: Day of the week mismatch for timers between MePo and XBMC. Credits: jajoflo - Added: Trigger recording update on timer retrieval so the recording list is kept up to date when there is a new recording. Credits: jajoflo - Fixed: tv group retrieval requested radio groups - Added: add support for recording genre field - Fixed: fixes for recording filepath split-up - Added: show an error message when the recording filename or playback URL is empty v1.2.2.110: - Added: use channel icons from MediaPortal (Windows, localhost only) - Changed: switch from libPlatform + libTcpSocket to platform library v1.2.2.109: - Fixed: fix mimetype for tv channels - Fixed: make sure that OpenLiveStream does not return true due to m_iCurrentChannel when the TSReader fails in a later stage - Fixed: compilation IOS/OSX/Linux - Fixed: compile fixes for API move into ADDON namespace - Added: show localized error messages when OpenLiveStream fails - Added: signal status support - Fixed: Don't return encrypted channels as group members when FTA only option is turned on - Added: add more debug log information about the addon settings and status - Added: add support for direct recording playback from network shares (smb, Windows only) - Added: implement support for recording subdirectories - Fixed: don't return radio channels/channelgroup/channelgroup mappings when radio support is disabled v1.1.3.107: - Added: add additional checks for communication errors - Fixed: trigger also a recording list update on timer changes - Fixed: add a mutex to prevent mixing up backend communication on concurrent access - Fixed: stack overflow while closing a live stream - Fixed: tv/radio playback after recording playback - Added: EPG genre string-to-id translation table (addons/pvr.team- mediaportal.tvserver/resources/genre_translation.xml) - Added: EPG genre string support - Added: Retrieve TV/Radio card settings from the backend - Added: support for TVServerXBMC v1.1.x.105-107 - Fixed: several memory leaks - Changed: sources adapted for PVR API changes v1.1.3.103: - Fixed: trigger timer and recording list update on changes from XBMC side - Fixed: check for empty recordings list - Fixed: check for empty timer list - Fixed: limit EPG request to the requested period - Fixed: use tuning details to retrieve the channel number from the backend - Added: support for TVServerXBMC v1.1.x.104 - Changed: sources adapted for PVR API changes v1.1.2.102: - Added: Channel group support - Fixed: live stream playback - Fixed: recording retrieval - Changed: sources adapted for PVR API changes v1.1.2.101: - Fixed: "Include radio" setting - Changed: cleanup unused settings v1.1.0.100 - Rewrite: timer code - Changed: BackendName - Fixed: Retrieve more details for timers (repeat, lifetime, ...) - Fixed: Playback of radio channels with a webstream URL (added via the MediaPortal TV-server) - Fixed: "Free-to-air only" setting - Support for TVServerXBMC v1.1.0.100 v1.1.0.98 - Log more information on socket related problems v1.1.0.97 - Fixed: Use uri decode for ip-address in hostname field v1.1.0.96 - Fixed: allow spaces in groupnames, recording names and timer titles - Fixed: GetTimerInfo - Add debug messages for empty channel list v1.1.0.95 - Fix time mismatch between XBMC and MediaPortal TV Server for new timers (scheduled recordings) - Send genre strings to XBMC for unrecognised genres. No colors in EPG, but at least the text is now ok. v1.1.0.90 - Faster channel switching (around 2 sec faster) - Decrease CPU uage when a buffer underrun occurs v1.1.0.75 - PVR client should abort connection when the TVServerXBMC version is too old v1.1.0.60 - Fix PVR client destroy Checksums-Sha1: e57f736319d95e05c1fe4646d418f2272bed7caf 1428 kodi-pvr-mediaportal-tvserver_1.10.9-1~utopic.dsc 2bee58c5367def5894438d1f5b5eb3ce22049fa7 196400 kodi-pvr-mediaportal-tvserver_1.10.9-1~utopic.tar.xz Checksums-Sha256: 036ab0096ef809b255fcf8bde34976c500576024ff870e72eb7c73ddc5395335 1428 kodi-pvr-mediaportal-tvserver_1.10.9-1~utopic.dsc 9e7e944b2f360275f33b414ba3ed5f26c51fe49da3ef5542ea244f60c566a67f 196400 kodi-pvr-mediaportal-tvserver_1.10.9-1~utopic.tar.xz Files: f44d94440f4a82f3ab1f25ff20176582 1428 libs extra kodi-pvr-mediaportal-tvserver_1.10.9-1~utopic.dsc a0d38ab5ff754b87b1b6edd2dff17bb9 196400 libs extra kodi-pvr-mediaportal-tvserver_1.10.9-1~utopic.tar.xz