Skip to content

How would one go about adding playlist support for the bot? #66

@sntxrr

Description

@sntxrr

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! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions