Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to work with new Rdio OAuth2.0 (#17) #18

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.audio.rdio" version="1.14.1" name="Rdio" provider-name="Charles Blaxland">
<addon id="plugin.audio.rdio" version="1.15.2" name="Rdio" provider-name="Charles Blaxland">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.oauth2" version="1.5.211"/>
<import addon="script.module.requests" version="2.6.0"/>
<import addon="script.module.pyamf" version="0.6.2"/>
<import addon="script.module.parsedom" version="0.9.2"/>
<import addon="script.module.t0mm0.common" version="1.1.0"/>
Expand All @@ -22,6 +23,6 @@
<website>https://github.com/ampedandwired/rdio-xbmc/wiki</website>
<source>https://github.com/ampedandwired/rdio-xbmc</source>
<email></email>
<disclaimer lang="en">Requires setup of an Rdio API key (free and fairly easy to do). See instructions at http://bit.ly/rdioxbmc)</disclaimer>
<disclaimer lang="en">Requires you to have a Rdio account to authorize this App</disclaimer>
</extension>
</addon>
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[B]Version 1.15.2[/B]
- Updated to support new Rdio API with OAuth2.0
See details: http://blog.rdio.com/developers/2015/06/oauth-20-launch.html

[B]Version 1.14.1[/B]
- Updates for official repo compatibility
- Remove bundled libs (pyamf, httplib2, oauth2) in favour of script modules bundled with Kodi
Expand Down
1,129 changes: 593 additions & 536 deletions rdioplugin.py

Large diffs are not rendered by default.

Loading