Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin271 committed Jan 8, 2023
1 parent 88a98dd commit e44adcd
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v2.0.5

### [Fix]

- Fixed "authenticate user failed" when streaming

## v2.0.4

### [Fix]

- Fixed a python version incompatibility

## v2.0.3

### [Breaking changes]

- Added Kodi 20 support
- Dropped kodi 18 support

## v1.0.1

- More robust API error handling
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tracks are played in 128kb resolution as that's the max available bitrate for TV
# Installation

* Download
the [latest release zip file](https://raw.githubusercontent.com/Valentin271/DeezerKodi/master/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip)
the [latest release zip file](https://raw.githubusercontent.com/Valentin271/DeezerKodi/master/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip)
located at `plugin.audio.deezer/plugin.audio.deezer-x.y.z.zip`.
* Move it to your kodi box.
* Install it by selecting `'Install from zip file'` in the addon menu.
Expand Down
4 changes: 2 additions & 2 deletions addons.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<addons><addon id="plugin.audio.deezer" name="Deezer" version="2.0.4" provider-name="Valentin271">
<addons><addon id="plugin.audio.deezer" name="Deezer" version="2.0.5" provider-name="Valentin271">

<requires>
<import addon="xbmc.python" version="3.0.0" />
Expand All @@ -23,7 +23,7 @@
<description lang="en">This addon allows you to stream music from Deezer. You can browse your playlists and loved tracks, search for tracks, artists and albums. A premium account is REQUIRED.</description>
<disclaimer lang="en">This addon was not provided by Deezer.</disclaimer>
<news>
- Fixed a python version incompatibility
- Fixed "authenticate user failed" when streaming
</news>

<platform>all</platform>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a54afe5c6215d16065c3d10489f41b3b addons.xml
f97fa007c33dd7b5de4c6335222dc01c addons.xml
4 changes: 2 additions & 2 deletions plugin.audio.deezer/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.deezer" name="Deezer" version="2.0.4" provider-name="Valentin271">
<addon id="plugin.audio.deezer" name="Deezer" version="2.0.5" provider-name="Valentin271">

<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand All @@ -23,7 +23,7 @@
<description lang="en">This addon allows you to stream music from Deezer. You can browse your playlists and loved tracks, search for tracks, artists and albums. A premium account is REQUIRED.</description>
<disclaimer lang="en">This addon was not provided by Deezer.</disclaimer>
<news>
- Fixed a python version incompatibility
- Fixed "authenticate user failed" when streaming
</news>

<platform>all</platform> <!-- Not tested -->
Expand Down
Binary file modified plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ceb1032f0eb2f478e86180285fc23036 *plugin.audio.deezer-2.0.4.zip
a94d604247ce9611be8eff7a73c0ecc1 *plugin.audio.deezer-2.0.4.zip
Binary file not shown.
1 change: 1 addition & 0 deletions plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4592a81e342e27a14df7b648627dd3b7 *plugin.audio.deezer-2.0.5.zip
4 changes: 2 additions & 2 deletions src/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.deezer" name="Deezer" version="2.0.4" provider-name="Valentin271">
<addon id="plugin.audio.deezer" name="Deezer" version="2.0.5" provider-name="Valentin271">

<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand All @@ -23,7 +23,7 @@
<description lang="en">This addon allows you to stream music from Deezer. You can browse your playlists and loved tracks, search for tracks, artists and albums. A premium account is REQUIRED.</description>
<disclaimer lang="en">This addon was not provided by Deezer.</disclaimer>
<news>
- Fixed a python version incompatibility
- Fixed "authenticate user failed" when streaming
</news>

<platform>all</platform> <!-- Not tested -->
Expand Down

0 comments on commit e44adcd

Please sign in to comment.