Releases: rols1/Kodi-Addon-TuneIn2017
Releases · rols1/Kodi-Addon-TuneIn2017
Release list
Kodi-Addon-TuneIn2017
Kodi-Addon-TuneIn2017
1.8.2
- Fix for a change in the TuneIn navigation menu.
Kodi-Addon-TuneIn2017
refurbished to be easier to maintain. Changes for users:
- Premium menu only visible when this setting is enabled (only adverts in the free version)
- The ‘Start plugin only with favourites’ setting has been removed
- The ‘Start plugin only with My Radio Stations’ setting has been removed
Kodi-Addon-TuneIn2017
1.8.0
- Container lists: Added a skip_list to prevent duplicate elements;
removed the “-” suffix from preset_id; replaced the block attribute "token"
with "itemToken". - Station lists: Removed the “-” suffix from preset_id.
- Language lists: Updated the link filter to reflect changes in TuneIn.
Kodi-Addon-TuneIn2017
1.7.9
- Adaptation to changed structure of embedded json data
- “News & Talk” menu reactivated (TuneIn menu changed).
- blockextract (Modul util_tunein2017): extended with block endmark.
Kodi-Addon-TuneIn2017
1.7.8
- StreamTests: string handling for None value in ret.get('error')
Kodi-Addon-TuneIn2017
1.7.7
- in rare cases Python's urllib library produces an SLL error, although the Kodi player can play the stream. In these cases, the addon skips the redirect check and the evaluation of the meta data and passes the stream unchanged to the Kodi player.
- getStreamMeta: skip_getHeaders_on_error added (skip header evaluation on urllib.request-error.
- StreamTests: string handling for ret.get('shoutcast') for bool results, use_url_org added.
- PlayAudio_pre: catch False-return for loading securenet_url, skip_SSL_error added.
Kodi-Addon-TuneIn2017
1.7.6
- for Leia (python2.7.*) string-coding of the jsonObject excluded (Search, music, podcasts and other menus remained blank).
Kodi-Addon-TuneIn2017
1.7.5
- http in opml-Call replaced with https (Search, GetContent, get_pls, SearchInFolders, FolderMenu, shoutcastCheck, comments).
- version in partnerId changed from version=3.34 to version=6.29.
- StationList: if a station is marked as notcompatible, addon looks for a stream-url of securenetsystems, direct start of streams (optional).
- Settings: option "station not compatible? Try a new search" removed, new option "Start the first stream of a station directly".
Kodi-Addon-TuneIn2017
1.7.4
- Podcast-Download added: settings.xml completed, new Button Download in StationList, new functions Download, thread_getfile, get_content_length, make_filenames, cleanmark, transl_umlaute, humanbytes and check_Download.
- Recording: fetch redirected url before url-corrections, fixes for failed popen call, using textviewer for running recordings after stop button.
- GetContent: using new functions get_Web_json() and lower_key (jsonObject) for easier Debugging html-embedded json-content.
- "Local Stations" menu restored - it is missing on the tunein website, but content of tunein.com/radio/local/ is still available.