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 - Paulpoco - 2012-07-08

_RDIO_PLAYBACK_SECRET = "A3wxEb2mooMZYl8nDOi2rg"
_RDIO_PLAYBACK_SECRET_SEED = 5381

How do you come up with the above?


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-07-08

Glad to hear paulpoco! Have PM'd you with a bit of background info about those values.


RE: [RELEASE] Rdio Music Addon - dallasnights - 2012-07-08

ok just updated to 1.32

Seems to be getting closer, sees my playlist and songs, click on songs trys to play then seems to go in a cycle going to the next song and so on then suddenly says Playback failed

See log for ATV2

http://pastebin.com/SXB9mxkK



RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-07-08

Looks like somehow your rtmpdump version has gone back to the old, incompatible version. Can you run through the steps to upgrade it again (on the wiki)? On the positive side, it looks like the original playback problem has been solved.



RE: [RELEASE] Rdio Music Addon - dallasnights - 2012-07-08

ok we are getting closer
did this first http://supercloudtv.com/librtmp.html to do as you said

then shutdown ATV2 and rebooted,
Relaunched XBMC
Went into RDIO
Picked a playlist
then a Song
Played 1 song for 28 seconds
Then suddenly Playback failed

See the new log here http://pastebin.com/FRuSYH6z

Thank you for you continuing support!


RE: [RELEASE] Rdio Music Addon - bigballzbaby - 2012-07-08

hi guys im having a simular problem to dallas nights its playing songs/albums but only playing about 30 seconds of a song and then playing 30 seconds of the next song and so on its like its playing a sample any ideas??


RE: [RELEASE] Rdio Music Addon - Paulpoco - 2012-07-08

I use Peer Guardian Linux, of course it does't work with the blocker enabled.

I to figure which ports or ip to enable.

When I said it worked earlier it was in Windows 7.

Now trying to get my XBMCbuntu working.




RE: [RELEASE] Rdio Music Addon - Paulpoco - 2012-07-08

(2012-07-08, 18:11)bigballzbaby Wrote: hi guys im having a simular problem to dallas nights its playing songs/albums but only playing about 30 seconds of a song and then playing 30 seconds of the next song and so on its like its playing a sample any ideas??

Same here plays 30s then next song 30s etc.

I added the ip 72.247.247.110 to allow in my blocker and the plugin works now.

Code:
# Get playback information
#
# The end of the 'surl' value initially points to a 0:30 sample. Replace it to
# get the full track.
pi = rdio_svc.getPlaybackInfo({
    'domain': 'std.in',
    'playbackToken': token,
    'manualPlay': False,
    'playerName': 'api_544189',
    'type': 'flash',
    'key': results[0]['key']})
if not pi:
    fail('failed to get playback info')

auth = pi['auth']
surl = pi['surl'].replace('30s-96', 'full-192')
The above is from Peter Griess's Blog. Will this solve the 30s play problem?




RE: [RELEASE] Rdio Music Addon - Paulpoco - 2012-07-08

Ok I changed a section of rdioxbmc.py to this:

Code:
rtmp_info = {
      'rtmp': 'rtmpe://%s:1935%s' % (pi['streamHost'], pi['streamApp']),
      'app': pi['streamApp'][1:],
      'playpath': 'mp3:%s' % pi['surl'].replace('30s-96', 'full-192')
    }

I just added to the last line to replace the 30s-96 with full-192.

I thought rdio does 320?

Laugh


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-07-09

Hi all, I've pushed v1.3.3 which should hopefully solve the 30s playback issue. Let me know if you're still having problems.



RE: [RELEASE] Rdio Music Addon - dallasnights - 2012-07-09

congrats you did it
Works again on ATV2 no problem

KEY to everyone, make sure you do a full reboot of ATV2 before trying again after it upgrades to 1.3.3

Thank you!


RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-07-09

Sweet, glad it's working Smile


RE: [RELEASE] Rdio Music Addon - vodamaxe - 2012-07-10

Awesome Addon!
Being able to use XBMC as a RDIO front-end - that is a dream coming true.
ampedandwired - you are THE MAN of 2012 !




RE: [RELEASE] Rdio Music Addon - ampedandwired - 2012-07-10

Thanks vodamaxe, glad you're enjoying it Smile



RE: [RELEASE] Rdio Music Addon - leorossi - 2012-07-10

Hi ampedandwired,

I also not being able to use your plugin. I'm using openelec 1.95.5, and I cannot pass the 'loading directory' screen.

the debug log follows: http://pastebin.com/73h5hdnq