Skip to content

Releases: rols1/Kodi-Addon-TuneIn2017

Kodi-Addon-TuneIn2017

Choose a tag to compare

@rols1 rols1 released this 13 May 16:38

1.8.3

  • After another change, the TuneIn navigation menu is now hard-coded into the add-on.

Kodi-Addon-TuneIn2017

Choose a tag to compare

@rols1 rols1 released this 03 May 15:28

1.8.2

  • Fix for a change in the TuneIn navigation menu.

Kodi-Addon-TuneIn2017

Choose a tag to compare

@rols1 rols1 released this 25 Apr 10:19

refurbished to be easier to maintain. Changes for users:

  1. Premium menu only visible when this setting is enabled (only adverts in the free version)
  2. The ‘Start plugin only with favourites’ setting has been removed
  3. The ‘Start plugin only with My Radio Stations’ setting has been removed

Kodi-Addon-TuneIn2017

Choose a tag to compare

@rols1 rols1 released this 19 Mar 16:20

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

Choose a tag to compare

@rols1 rols1 released this 09 Dec 20:43

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

Choose a tag to compare

@rols1 rols1 released this 09 Mar 14:51

1.7.8

  • StreamTests: string handling for None value in ret.get('error')

Kodi-Addon-TuneIn2017

Choose a tag to compare

@rols1 rols1 released this 09 Mar 10:51

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

Choose a tag to compare

@rols1 rols1 released this 26 Nov 08:05

1.7.6

  • for Leia (python2.7.*) string-coding of the jsonObject excluded (Search, music, podcasts and other menus remained blank).

Kodi-Addon-TuneIn2017

Choose a tag to compare

@rols1 rols1 released this 11 Apr 14:21

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

Choose a tag to compare

@rols1 rols1 released this 15 Dec 19:54

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.