We're using the bot in the Chillout Tent http://turntable.fm/chillout_tent5 (thank you, thank you, thank you. We <3 this bot!!).
We have a regular theme hour in the afternoons, and often wish we could keep the bot djing, only have him switch to a specific stylistic playlist.
Any ideas how one could go about that?
Looks like TTAPI has a structure: https://github.com/alaingilbert/Turntable-API/blob/master/turntable_data/playlist_list_all.js
{
"msgid": 6,
"list": [{
"active": true,
"name": "default"
},
{
"active": false,
"name": "test"
},
{
"active": false,
"name": "test2"
}],
"success": true
}
Thanks in advance! :)