Playlist Schedule Item

class AzuracastPy.models.playlist.ScheduleItem(start_time: int, end_time: int, start_date: str, end_date: str, days: List[int], loop_once: bool, id: int)

Represents a single item in a playlist’s schedule.

__init__(start_time: int, end_time: int, start_date: str, end_date: str, days: List[int], loop_once: bool, id: int)

Initializes a ScheduleItem object for a playlist.

Note

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