Created
December 6, 2012 23:00
-
-
Save chinasaur/4229269 to your computer and use it in GitHub Desktop.
pianod Pandora Daemon Client configuration for NetIO Controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "NetIOConfiguration", | |
"version": 1.3, | |
"connections": [ | |
{ | |
"name": "pianod", | |
"host": "192.168.0.110", | |
"port": 4445, | |
"initialsend": "user user passwd", | |
"timeout": "4.0" | |
} | |
], | |
"pages": [ | |
{ | |
"name": "Pianod", | |
"label": "Pianod", | |
"connection": "pianod", | |
"items": [ | |
{ | |
"top": 20, | |
"left": 20, | |
"width": 180, | |
"height": 90, | |
"type": "button", | |
"shape": "rounded", | |
"sends": [ | |
"playpause" | |
], | |
"icon": "pause" | |
}, | |
{ | |
"top": 20, | |
"left": 240, | |
"width": 90, | |
"height": 90, | |
"type": "button", | |
"shape": "rounded", | |
"sends": [ | |
"stop now" | |
], | |
"icon": "stop" | |
}, | |
{ | |
"top": 20, | |
"left": 370, | |
"width": 90, | |
"height": 90, | |
"type": "button", | |
"shape": "rounded", | |
"sends": [ | |
"skip" | |
], | |
"icon": "next" | |
}, | |
{ | |
"top": 210, | |
"left": 20, | |
"width": 200, | |
"height": 60, | |
"type": "button", | |
"label": "Play Mix", | |
"shape": "rounded", | |
"sends": [ | |
"play mix" | |
] | |
}, | |
{ | |
"top": 210, | |
"left": 260, | |
"width": 200, | |
"height": 60, | |
"type": "button", | |
"label": "Play Billie Holiday", | |
"shape": "rounded", | |
"sends": [ | |
"play station \"Billie Holiday Radio\"" | |
] | |
}, | |
{ | |
"top": 300, | |
"left": 260, | |
"width": 200, | |
"height": 60, | |
"type": "button", | |
"label": "Play Etta James", | |
"shape": "rounded", | |
"sends": [ | |
"play station \"Etta James Radio\"" | |
] | |
}, | |
{ | |
"top": 390, | |
"left": 260, | |
"width": 200, | |
"height": 60, | |
"type": "button", | |
"label": "Play J.S. Bach", | |
"shape": "rounded", | |
"sends": [ | |
"play station \"Johann Sebastian Bach Radio\"" | |
] | |
}, | |
{ | |
"top": 480, | |
"left": 260, | |
"width": 200, | |
"height": 60, | |
"type": "button", | |
"label": "Play Chopin", | |
"shape": "rounded", | |
"sends": [ | |
"play station \"Fryderyk Chopin Radio\"" | |
] | |
}, | |
{ | |
"top": 300, | |
"left": 20, | |
"width": 200, | |
"height": 60, | |
"type": "button", | |
"label": "Play Writing Music", | |
"shape": "rounded", | |
"sends": [ | |
"play station \"Writing Music\"" | |
] | |
}, | |
{ | |
"top": 390, | |
"left": 20, | |
"width": 200, | |
"height": 60, | |
"type": "button", | |
"label": "Play Indie Chill", | |
"shape": "rounded", | |
"sends": [ | |
"play station \"Indie chill\"" | |
] | |
}, | |
{ | |
"top": 140, | |
"left": 20, | |
"width": 440, | |
"height": 40, | |
"type": "slider", | |
"minValue": -30, | |
"maxValue": 10, | |
"showValue": true, | |
"sends": "volume {value}" | |
} | |
], | |
"width": 480, | |
"height": 800 | |
} | |
], | |
"device": "Droid Incredible", | |
"orientation": "portrait", | |
"name": "Pandora Daemon Remote", | |
"description": "Remote app for pianod" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment