LyricsApi

class LyricsApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun deleteLyrics(itemId: ERROR CLASS: Symbol not found for UUID): Response<Unit>

Deletes an external lyric file.

Link copied to clipboard
suspend fun downloadRemoteLyrics(itemId: ERROR CLASS: Symbol not found for UUID, lyricId: String): Response<ERROR CLASS: Symbol not found for LyricDto>

Downloads a remote lyric.

Link copied to clipboard
suspend fun getLyrics(itemId: ERROR CLASS: Symbol not found for UUID): Response<ERROR CLASS: Symbol not found for LyricDto>

Gets an item's lyrics.

Link copied to clipboard
suspend fun getRemoteLyrics(lyricId: String): Response<ERROR CLASS: Symbol not found for LyricDto>

Gets the remote lyrics.

Link copied to clipboard
suspend fun searchRemoteLyrics(itemId: ERROR CLASS: Symbol not found for UUID): Response<List<ERROR CLASS: Symbol not found for RemoteLyricInfoDto>>

Search remote lyrics.

Link copied to clipboard
suspend fun uploadLyrics(itemId: ERROR CLASS: Symbol not found for UUID, fileName: String, data: String): Response<ERROR CLASS: Symbol not found for LyricDto>

Upload an external lyric file.