diff --git a/pvr.iptvsimple/addon.xml.in b/pvr.iptvsimple/addon.xml.in index 3821b2424..a1bd40ff5 100644 --- a/pvr.iptvsimple/addon.xml.in +++ b/pvr.iptvsimple/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ @@ -19,7 +19,7 @@ Kodi PVR Addon für IPTV Unterstützung. https://github.com/afedchin/Kodi-addon-iptvsimple/wiki/IPTV-Simple-Home Πρόσθετο του Kodi για PVR, με υποστήριξη IPTV. Για λεπτομέρειες επισκεφθείτε το: https://github.com/afedchin/Kodi-addon-iptvsimple/wiki/IPTV-Simple-Home Kodi PVR addon for IPTV support. https://github.com/afedchin/Kodi-addon-iptvsimple/wiki/IPTV-Simple-Home - Kodi PVR addon for IPTV support. https://github.com/afedchin/Kodi-addon-iptvsimple/wiki/IPTV-Simple-Home + Kodi PVR addon for IPTV support. Kodi PVR addon for IPTV support. https://github.com/afedchin/Kodi-addon-iptvsimple/wiki/IPTV-Simple-Home Kodi PVR addon for IPTV support. https://github.com/afedchin/Kodi-addon-iptvsimple/wiki/IPTV-Simple-Home Addon Kodi PVR para soporte IPTV. https://github.com/afedchin/Kodi-addon-iptvsimple/wiki/IPTV-Simple-Home @@ -69,7 +69,7 @@ IPTV Simple PVR Client unterstützt m3u Wiedergabelisten, Streaming von Live TV für Multicast/Unicast Quellen, Radiosender und EPG. Απλός Πελάτης PVR του IPTV, με υποστήριξη λιστών αναπαραγωγής m3u, αναπαραγωγή ροών Live TV για πηγές πολλαπλής/μοναδικής διανομής, ακρόαση ραδιοφωνικών καναλιών και EPG. IPTV Simple PVR Client support m3u playlists, streaming of Live TV for multicast/unicast sources, listening to Radio channels and EPG. - IPTV Simple PVR Client support m3u playlists, streaming of Live TV for multicast/unicast sources, listening to Radio channels and EPG. + IPTV Simple PVR Client support m3u playlists, streaming of Live TV for multicast/unicast sources, listening to Radio channels and EPG. For documentation visit: https://github.com/kodi-pvr/pvr.iptvsimple/blob/master/README.md IPTV Simple PVR Client support m3u playlists, streaming of Live TV for multicast/unicast sources, listening to Radio channels and EPG. IPTV Simple PVR Client support m3u playlists, streaming of Live TV for multicast/unicast sources, listening to Radio channels and EPG. Cliente simple PVR IPTV. Reproduce de TV en Vivo multicast/unicast y listas m3u8 . reproduce tambien canales de radio y GEP @@ -158,5 +158,54 @@ 这是不稳定版的软件!作者不对录像失败、错误定时造成时间浪费或其它不良影响负责。 這是測試中的軟體!原創作者無法針對以下情況負責:包括播放失敗,不正確的電子節目表,多餘的時數,或任何不可預期的不良影響。 @PLATFORM@ + +v4.4.0 +- Fixed: Support full timeshift range of -12 to +14 hours +- Fixed: Some providers incorrectly use tvg-ID instead of tvg-id +- Fixed: Support multiple display-names and case insensitive tvg-id is always first, next tvg-name and then channel name find order +- Added: support episode-num for both xmltv_ns and onscreen systems in epg entry +- Added: Update readme for supported M3U and XMLTV formats and genres +- Added: support star rating in epg entry +- Added: support firstAired and year in epg entry +- Added: Update OSX build script +- Added: support multiple actor/director/writers elements in epg entry +- Added: URLEncode and append .png ext for remote logos built from channel name +- Added: Support for mapping by genre hex ID and added example files and settings +- Added: Timing for Playlist and EPG Load +- Added: Option to number channels by M3U order only +- Update: Debug logging +- Added: Channel group member order set to M3U order +- Fixed: Fix segfault for compressed EPG files + +v4.3.0 +- Added: Auto reload channels, groups and EPG on settings change +- Added: Support for #EXTGRP tag in M3U file +- Fixed: Channel with no groups inherit previous channels groups +- Added: update new file kodi headers to start with kodi/ + +v4.2.2 +- Update build system version +- Change header include way +- Add AppVeyor for Windows related build tests + +v4.2.1 +- Fix nullptr initialisation + +v4.2.0 +- Add support for sub-title/actor/director/writer in XML + +v4.1.0 +- Support EXTVCOPT in m3u8 +- Build helper script for OSX + +v4.0.2 +- Fix wrong EPG times due to DST on Windows + +v4.0.1 +- Remove channels loaded notification + +v4.0.0 +- Update to PVR addon API v6.0.0 + diff --git a/pvr.iptvsimple/changelog.txt b/pvr.iptvsimple/changelog.txt index eb076bf54..06f878d1f 100644 --- a/pvr.iptvsimple/changelog.txt +++ b/pvr.iptvsimple/changelog.txt @@ -1,3 +1,21 @@ +v4.4.0 +- Fixed: Support full timeshift range of -12 to +14 hours +- Fixed: Some providers incorrectly use tvg-ID instead of tvg-id +- Fixed: Support multiple display-names and case insensitive tvg-id is always first, next tvg-name and then channel name find order +- Added: support episode-num for both xmltv_ns and onscreen systems in epg entry +- Added: Update readme for supported M3U and XMLTV formats and genres +- Added: support star rating in epg entry +- Added: support firstAired and year in epg entry +- Added: Update OSX build script +- Added: support multiple actor/director/writers elements in epg entry +- Added: URLEncode and append .png ext for remote logos built from channel name +- Added: Support for mapping by genre hex ID and added example files and settings +- Added: Timing for Playlist and EPG Load +- Added: Option to number channels by M3U order only +- Update: Debug logging +- Added: Channel group member order set to M3U order +- Fixed: Fix segfault for compressed EPG files + v4.3.0 - Added: Auto reload channels, groups and EPG on settings change - Added: Support for #EXTGRP tag in M3U file