Playback Control

Add media to the localplay server

This is for controlling localplay

post/live-streams/{live_stream_id}/localplay

Path parameters

live_stream_idstring required

Unique identifier of the live stream.

Query parameters

command'add'
type'song' | 'video' | 'podcast_episode' | 'broadcast' | 'live_stream' | 'democratic'
clear0 | 1

Request body

command'add' required
type'song' | 'video' | 'podcast_episode' | 'broadcast' | 'live_stream' | 'democratic'
clear0 | 1

Response

Localplay response

Changes

Changed in 7 of the 46 revisions of this API.411

    • removed the enum value channel from the query request parameter type

      request-parameter-enum-value-removed

    • removed the enum value channel of the request property type (media type: application/json)

      request-property-enum-value-removed

    • removed the enum value channel of the request property type (media type: application/x-www-form-urlencoded)

      request-property-enum-value-removed

    • api operation id localplayLiveStreams was added

      api-operation-id-added

    • added optional request body

      request-body-added-optional

    • the query request parameter command became optional

      request-parameter-became-optional

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the required property localplay to the response with the 200 status

      response-required-property-added

    • removed the non-success response with the status 400

      response-non-success-status-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 400

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation