Amarok implements MPRIS DBus-based protocol for remote control. How can I use it to play http://magnatune.com songs? Basically, how does a Magnatune song URI look like from Amarok point of view?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

An example song URI for Magnatune for a paying subscriber would look like this:

http://username:password@download.magnatune.com/all/03--Massassi%20Morning%20Star--Ishwish_nospeech.mp3

Further details about the Magnatune API are on their [API page][1]. The documentation is sparse there, but you can download the "zip" files linked to there, which can XML files, which have a structure which is fairly clear.

link|improve this answer
I have used qdbusviewer to verify, that amarok indeed uses normal HTTP URLs in the MPRIS interface. Thanks. – Tadeusz A. Kadłubowski Mar 20 '11 at 11:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.