Skip to content

Releases: noamsto/plugin.audio.eco99music

v0.0.6 - Kodi 19 Compatible

02 Mar 21:24
Compare
Choose a tag to compare

Changed the Python version to 3.0.0 for Kodi 19 compatibility.

v0.0.5 - Fixed playlist not playing bug

06 Nov 20:04
Compare
Choose a tag to compare

This release introduce support to python3 as well as fixing the following bug.

Eco99fm site changed they're channels playlist's RSS format, thus
resulting in wrong parsing of the playlist url by the addon.
Fixed it by changing the url parsing to use the new tag.

v0.0.4 - Align with currently published version

06 Oct 11:11
Compare
Choose a tag to compare

Fix the XML parsing errors.

Changed the use of BeautifulSoup to 'xmltodict' library.