Lidarr

pyarr.models.lidarr.LidarrCommand

Lidarr commands.

Note:

The parameters are supplied as **kwargs within the post_command method.

DownloadedAlbumsScan:

Scans downloaded albums for state

Args:

path (str): path to files

ArtistSearch:

searches specified artist

Args:

artistId (int): ID of artist

RefreshArtist:

Refreshes all of the artists, or specific by ID

Args:

artistId (int, Optional): ID of Album

RefreshAlbum:

Refreshes all of the albums, or specific by ID

Args:

albumId (int, Optional): ID of Album

ApplicationUpdateCheck:

Checks for Application updates

MissingAlbumSearch:

Search for any missing albums

AlbumSearch:

Search for albums

RssSync:

Synchronise RSS Feeds

Backup:

Backup the server data

alias of Literal[‘AlbumSearch’, ‘ApplicationUpdateCheck’, ‘ArtistSearch’, ‘DownloadedAlbumsScan’, ‘MissingAlbumSearch’, ‘RefreshAlbum’, ‘RefreshArtist’]

pyarr.models.lidarr.LidarrSortKey

Lidarr sort keys.

alias of Literal[‘albums.title’, ‘artistId’, ‘date’, ‘downloadClient’, ‘id’, ‘indexer’, ‘message’, ‘path’, ‘progress’, ‘protocol’, ‘quality’, ‘ratings’, ‘albums.releaseDate’, ‘sourcetitle’, ‘status’, ‘timeleft’, ‘title’]

pyarr.models.lidarr.LidarrArtistMonitor

Lidarr Monitor types for an artist music

alias of Literal[‘all’, ‘future’, ‘missing’, ‘existing’, ‘first’, ‘latest’]

pyarr.models.lidarr.LidarrImportListSchema

Import List schema implementations

alias of Literal[‘LidarrImport’, ‘HeadphonesImport’, ‘LastFmTag’, ‘LastFmUser’, ‘LidarrLists’, ‘MusicBrainzSeries’, ‘SpotifyFollowedArtists’, ‘SpotifyPlaylist’, ‘SpotifySavedAlbums’]

pyarr.models.lidarr.LidarrHistorySortKey

Lidarr History Sort Keys

alias of Literal[‘sourceTitle’, ‘status’]