Difference between revisions of "Pandora Player"

From LinuxMCE
Jump to: navigation, search
(initial content.)
 
(fix.)
 
Line 15: Line 15:
 
As you can see, this is very thin, as the majority of the actual logic will be shifted into the PlugIn instead.  
 
As you can see, this is very thin, as the majority of the actual logic will be shifted into the PlugIn instead.  
  
[[Category Programmer's Guide]]
+
[[Category:Programmer's Guide]]
[[Pandora Development Notes]]
+
[[Category:Pandora Development Notes]]

Latest revision as of 03:11, 21 February 2011

Unusual Goal

The Pandora Player is unusual, in that it probably won't be implemented in the typical way, in that there is a media player that we wrap, and communicate with. This is because we want to be able to send streams to other devices than a Media Director such as a SqueezeBox.

So instead, what I (--Tschak909 02:10, 21 February 2011 (CET)) will attempt, is to create a simple proxy, that communicates with the Pandora service, which will run on the Core and send commands to the Local media player in an entertainment area such as the Xine Player, with the MP3/AAC stream in tow.

To Be Implemented

As you can see, this is very thin, as the majority of the actual logic will be shifted into the PlugIn instead.