1
Pandora Radio Script for XBMC
2
3
*** I am considering this a pre-beta release for testing purposes. 
4
*** Much of the functionality is yet to be implemented.
5
6
This script is released freely without restrictions, but also without
7
warrenty as described in the file "COPYING.txt"
8
9
Usage:
10
	Place in xbmc addons directory and rename to "script.xbmc.pandora".
11
	If using a skin which does not support the new addons format (ie. showmix)
12
		copy the files from PUT IN SKIN FOLDER to the skins folder.
13
	Get key files (crypt_key_input.h, crypt_key_output.h) from pianobar 
14
		project (libpiano) and place in the script.xbmc.pandora directory.
15
	Set login information in script properties (prompts on run if not set)
16
	Pick a station and enjoy the music :)
17
18
Credits:
19
 - TWC Supplemental by Nuka1195
20
	Used extensively as a reference for building the GUI.
21
	Borrowed a few images for initial testing release.
22
23
 - pianobar
24
	Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com>
25
	http://github.com/PromyLOPh/pianobar | http://6xq.net/html/00/17.html
26
		Uses as early reference for parts of the pandora protocol.
27
28
 - jurmb84
29
	Modified existing script to work with new xbmc addon framework.