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
    • Podcast
      • Podcast
      • Podcast Links
        • Links
      • Podcast Category Helper
      • Podcast Episode Helper
    • 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
  • Podcast
  • Podcast Links
  • Edit on GitHub

Podcast Links

class AzuracastPy.models.podcast.Links(self: str, episodes: str, public_episodes: str, public_feed: str, art: str, episode_new_art: str, episode_new_media: str)

Represents the links associated with a podcast.

__init__(self: str, episodes: str, public_episodes: str, public_feed: str, art: str, episode_new_art: str, episode_new_media: str)

Initializes a Links object for a podcast.

Note

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

Previous Next

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

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