. Let me know if I can help.
[REQUEST] Pandora Radio script or plugin addon for XBMC?
Arghknork
Junior Member Posts: 8 Joined: Jan 2010 Reputation: 0 |
2010-02-08 19:47
Post: #61
@spbogie: Is there anything I can do to help? I'm a professional developer/DBA, but I don't know much about Python. Looks easy enough to learn. I just converted from a WDTV Live to XBMC on an Atom 330 Nettop and love it. Just miss my Pandora
. Let me know if I can help.
|
| find quote |
spbogie
Skilled Python Coder Posts: 124 Joined: Oct 2009 Reputation: 5 |
2010-03-17 18:49
Post: #62
Quick update since a month of forum data was lost
![]() I have the communication with Pandora, and retrieving the song URLs figured out. I tried implementing it as a plugin, but certain conflicts between the way xbmc and Pandora handle music meant this wouldn't work. Two issues in particular: 1) Pandora presents songs in blocks of 4, after which a request must be sent back to the server to get another block. 2) The song URLs provided by Pandora do not include a file extension, and the mime type is given as "application/octet-stream". XBMC's default music player (PAPLAYER) requires either a valid file extension or mime type to determine which codec to use for playback, and thus does not know how to play the songs from Pandora. Forcing MPLAYER works, but can only be done at the time the song is played. These two issues (and a few others) necessitate the use of a persistent script in some manner. I played with the possibility of using both a plugin and script, with the script only handling playback, but I feel this leads to an overcomplicated design with issues maintaining the inter-process communication required. I am now working on a script only implementation using WindowXML to present a custom interface. There's a bit of a learning curve here but I'm getting it. I'd like to thank everyone who has offered to help. There are a few more things I would like to try myself (it's become a bit of a personal challenge now ), but I know your all excited to have Pandora in xbmc, and if I don't make any progress soon I will definitely release what I have so far for those who wish to help make this a reality.P.S. If anyone has any good reference material on working with WindowXML I would greatly appreciate it. |
| find quote |
rsdza
Junior Member Posts: 3 Joined: Mar 2010 Reputation: 0 |
2010-03-18 23:32
Post: #63
Please keep up the good work, I love Pandora.
Also, please consider adding proxy support. I live in South Africa so have to use an SSH tunnel to a server I have in the US to listen to Pandora. Huge mission, but worth it. |
| find quote |
spbogie
Skilled Python Coder Posts: 124 Joined: Oct 2009 Reputation: 5 |
2010-03-22 00:11
Post: #64
For the benefit of anyone who may have subscribed to this thread.
Beta release (limited functionality) out: http://forum.xbmc.org/showthread.php?tid=70471 |
| find quote |
rsdza
Junior Member Posts: 3 Joined: Mar 2010 Reputation: 0 |
2010-03-22 11:00
Post: #65
Awesome, thanks - had subscribed and would probably not have seen that otherwise.
|
| find quote |
waverz
Member Posts: 57 Joined: Jul 2007 Reputation: 0 |
2010-09-04 20:10
Post: #66
I have a couple old XBOX's laying around and thought I could use one in my shop to stream audio and video from my network here in the house.
I was curious if there ever was a working platform running Pandora script for the XBOX with XBMC 9.0.4? |
| find quote |
SppstryPlcbo
Junior Member Posts: 6 Joined: Sep 2010 Reputation: 0 |
2010-09-21 15:43
Post: #67
Is anyone working to replicate boxees successful Pandora app?
|
| find quote |
hudo
Fan Joined: Feb 2009 Reputation: 5 Location: xbmcmediacenter.com |
2010-09-21 16:16
Post: #68
Probably someone working on a add-on...
|
| find quote |
Nick8888
Fan Posts: 716 Joined: Jan 2007 Reputation: 0 |
2010-09-21 16:23
Post: #69
Probably depends on a lot of things. Don't count on it.
|
| find quote |
hudo
Fan Joined: Feb 2009 Reputation: 5 Location: xbmcmediacenter.com |
2010-09-21 16:54
Post: #70
It's a lot of 'probablys', already...
)It's FOSS! |
| find quote |


), but I know your all excited to have Pandora in xbmc, and if I don't make any progress soon I will definitely release what I have so far for those who wish to help make this a reality.
)
Search
Help