Storage Location Helper

class AzuracastPy.models.administration.helpers.StorageLocationHelper(_admin)

Provides a set of functions to interact with radio storage locations.

__call__(id: int) StorageLocation

Retrieves a specific storage location from the radio.

Parameters:

id – The numerical ID of the storage location to be retrieved.

Returns:

A StorageLocation object.

Usage:

storage_location = admin.storage_location(1)
__init__(_admin)

Initializes a StorageLocationHelper object.

Note

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