Kodi Community Forum
[RELEASE] Rdio Music Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] Rdio Music Addon (/showthread.php?tid=133714)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


RE: [RELEASE] Rdio Music Addon - Ticiano - 2012-11-18

Do you guys tested this plugin with the new XBMCBuntu 12 Beta 1? I just get a message saying that it wont play, check the logs... but I don't even know where to find this logs. Sorry for my dumbness here. Huh


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-11-19

Hi ticiano, dallasnights - I haven't tested this plugin with XBMC 12 (Frodo) yet, so it's likely that it doesn't work. Will try within the next few weeks, until then best to stick with Eden.

@dallasnights - going back to your original problem with Eden, would you mind turning on full debug logging (in Settings -> System -> Debugging toggle the "Enable debug logging" setting) and posting your log again? That will help me see more about what's going wrong.



RE: [RELEASE] Rdio Music Addon - cmckitterick - 2012-11-25

I'm not sure if this is at all feasible, but it would be really cool if this could be controlled from the web interface (as other browser windows with Rdio can). For me, the web interface is really convenient, particularly for queuing up tracks.


RE: [RELEASE] Rdio Music Addon - dallasnights - 2012-11-25

Here is my log, I am back on a clean install of Eden Final on ATV2
Rdio Playlists seem to crash hope you can help me fix

http://pastebin.com/JXNnRuV6


RE: [RELEASE] Rdio Music Addon - lem000 - 2012-11-30

Loving your work!..

.. to the point that I'm holding off upgrading to Frodo until this is compatible and I've dumped my Spotify account for Rdio.


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-12-03

@dallasnights - not too sure what might be causing your error unfortunately. Does the error occur for all Rdio operations, or only when you're accessing your playlists? For example, are you able to browse the "artists" in your collection successfully?

@lem000 - thanks, glad you like it! Hopefully I'll get a chance to work on Frodo compatibility very soon.


RE: [RELEASE] Rdio Music Addon - dallasnights - 2012-12-03

all operations


RE: [RELEASE] Rdio Music Addon - jdeiro - 2012-12-21

Hello! I've registered only to inform that I've been using the plugin on a Raspberry Pi, under OpenElec's latest builds (which are based on Frodo), with great success!

No crashes whatsoever!

Cheers!


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-12-24

I've started looking at Frodo compatibility. Have managed to replicate the error that most of you seem to be having ("Unable to Init Codec") but not sure of the cause. Have asked for some assistance in the plugin dev forum.

@jdeiro, thanks for the info, glad to know it works OK on Raspberry Pi, interesting that the same Frodo error doesn't happen.



RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-12-24

OK, so I've found a workaround that seems to get playback working on Frodo. Add this line to "playercorefactory.xml" which is found somewhere in your XBMC installation:

Code:
<rule name="rtmpe" protocols="rtmpe" player="DVDPlayer" />

Will advise when there's a "proper" fix. If editing core XBMC files is not something you're comfortable with best to stick with Eden until then.



RE: [RELEASE] Rdio Music Addon - dallasnights - 2012-12-24

Still on Eden not ready for Frodo anyhow here is my newest log in debug mode on ATV2
Hope you help me fix, playlists will not work for me at all

Thank you

http://www.xbmclogs.com/show.php?id=23995


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-12-25

@dallasnights, it seems that the permissions on some of your files are not correct and XBMC can't write to them. Specifically this file is causing problems (but there might be others as well):

/var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.audio.rdio/rdio-state.json

You'll need to fix the permissions - there's some threads in the iOS forum on how to do this on ATV2, but it'll be something like this:

Code:
chown -R mobile:mobile /var/mobile/Library/Preferences/XBMC/userdata/addon_data/plugin.audio.rdio

Another thing I noticed is that your artist collection is huge. I'll probably have to implement paging of artists otherwise there's a good chance bringing up that page will time out.



RE: [RELEASE] Rdio Music Addon - jdeiro - 2012-12-28

I've been using the addon a lot and one missing feature occurred to me: I cannot play my "collection radio".

Could you implement this feature? It is the easiest method of randomly playing my entire collection.

Cheers!


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-12-29

Hi jdeiro, that feature is in the backlog, will hopefully get to it soon.


RE: [RELEASE] Rdio Music Addon - HeadLearning - 2012-12-30

(2012-12-24, 10:23)ampedandwired Wrote: OK, so I've found a workaround that seems to get playback working on Frodo. Add this line to "playercorefactory.xml" which is found somewhere in your XBMC installation:

Code:
<rule name="rtmpe" protocols="rtmpe" player="DVDPlayer" />

Will advise when there's a "proper" fix. If editing core XBMC files is not something you're comfortable with best to stick with Eden until then.

Could you suggest where to place this line of code? I tested this workaround on a Dec 29 (XBMCSetup-20121229-51e87c7-master.exe) nightly build and I am unable to get playback. I tried pasting the code nested under Internet Streams and also at the end of the tree without success.

Edit: rolled back to RC2 and still can't get playback.

Update: found some instructions on updating libRMTP for Windows here http://supercloudtv.com/librtmp.html . Still unable to get audio.