AzuracastPy
latest

Start Here

  • Quick Start
  • Installing AzuracastPy
  • Authentication via API Key
  • Configuring AzuracastClient

AzuracastPy Models

  • The AzuracastClient Class
  • AzuracastPy’s Models
    • Administration
    • HLS Stream
    • Mount Point
    • Playlist
      • Playlist
      • Playlist Schedule Export
      • Playlist Schedule Links
        • Links
      • Playlist Schedule Helper
      • Playlist Schedule Item
    • Podcast
    • Podcast Episode
    • Queue Item
    • Remote Relay
    • SFTP User
    • Streamer
    • Station
    • Station File
    • Webhook
  • AzuracastPy Exceptions
  • Other models

Some Code Examples

  • Requesting a Song From a Station
  • Getting The Current Song On A Station
AzuracastPy
  • AzuracastPy’s Models
  • Playlist
  • Playlist Schedule Links
  • Edit on GitHub

Playlist Schedule Links

class AzuracastPy.models.playlist.Links(_self: str, toggle: str, clone: str, queue: str, _import: str, reshuffle: str, applyto: str, empty: str, export: Export)

Represents the links associated with a playlist.

__init__(_self: str, toggle: str, clone: str, queue: str, _import: str, reshuffle: str, applyto: str, empty: str, export: Export)

Initializes a Links object for a playlist.

Note

This class should not be initialized directly. Instead, obtain an instance via: playlist.links.

Previous Next

© Copyright 2024, Abah Olotuche Gabriel. Revision 7001c93b.

Built with Sphinx using a theme provided by Read the Docs.