1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00
supysonic/docs/api.rst

1287 lines
25 KiB
ReStructuredText
Raw Normal View History

2020-12-29 17:29:20 +00:00
Subsonic API breakdown
======================
This page lists all the API methods and their parameters up to the version
1.16.0 (Subsonic 6.1.2). Here you'll find details about which API features
*Supysonic* support, plan on supporting, or won't.
At the moment, the current target API version is 1.10.2.
The following information was gathered by *diff*-ing various snapshots of the
`Subsonic API page <http://www.subsonic.org/pages/api.jsp>`_.
Methods and parameters listing
------------------------------
Statuses explanation:
* 📅: planned
* ✔️: done
* ❌: done as not supported
* 🔴: won't be implemented
* ❔: not decided yet
The version column specifies the API version which added the related method or
parameter. When no version is given, it means the item was introduced prior to
or with version 1.8.0.
All methods / pseudo-TOC
^^^^^^^^^^^^^^^^^^^^^^^^
2021-01-02 16:24:30 +00:00
=========================== ====== =
Method Vers.
=========================== ====== =
ping_ ✔️
getLicense_ ✔️
getMusicFolders_ ✔️
getIndexes_ ✔️
getMusicDirectory_ ✔️
getGenres_ 1.9.0 ✔️
getArtists_ ✔️
getArtist_ ✔️
getAlbum_ ✔️
getSong_ ✔️
getVideos_ ❌
getVideoInfo_ 1.15.0 🔴
getArtistInfo_ 1.11.0 📅
getArtistInfo2_ 1.11.0 📅
getAlbumInfo_ 1.14.0 📅
getAlbumInfo2_ 1.14.0 📅
getSimilarSongs_ 1.11.0 ❔
getSimilarSongs2_ 1.11.0 ❔
getTopSongs_ 1.13.0 ❔
getAlbumList_ ✔️
getAlbumList2_ ✔️
getRandomSongs_ ✔️
getSongsByGenre_ 1.9.0 ✔️
getNowPlaying_ ✔️
getStarred_ ✔️
getStarred2_ ✔️
search_ ✔️
search2_ ✔️
search3_ ✔️
getPlaylists_ ✔️
getPlaylist_ ✔️
createPlaylist_ ✔️
updatePlaylist_ ✔️
deletePlaylist_ ✔️
stream_ ✔️
download_ ✔️
hls_ 1.9.0 🔴
getCaptions_ 1.15.0 🔴
getCoverArt_ ✔️
getLyrics_ ✔️
getAvatar_ ❌
star_ ✔️
unstar_ ✔️
setRating_ ✔️
scrobble_ ✔️
getShares_ ❌
createShare_ ❌
updateShare_ ❌
deleteShare_ ❌
getPodcasts_ ❔
getNewestPodcasts_ 1.14.0 ❔
refreshPodcasts_ 1.9.0 ❔
createPodcastChannel_ 1.9.0 ❔
deletePodcastChannel_ 1.9.0 ❔
deletePodcastEpisode_ 1.9.0 ❔
downloadPodcastEpisode_ 1.9.0 ❔
jukeboxControl_ ✔️
getInternetRadioStations_ 1.9.0 ✔️
createInternetRadioStation_ 1.16.0 ✔️
updateInternetRadioStation_ 1.16.0 ✔️
deleteInternetRadioStation_ 1.16.0 ✔️
getChatMessages_ ✔️
addChatMessage_ ✔️
getUser_ ✔️
getUsers_ 1.9.0 ✔️
createUser_ ✔️
updateUser_ 1.10.2 ✔️
deleteUser_ ✔️
changePassword_ ✔️
getBookmarks_ 1.9.0 ❔
createBookmark_ 1.9.0 ❔
deleteBookmark_ 1.9.0 ❔
getPlayQueue_ 1.12.0 ❔
savePlayQueue_ 1.12.0 ❔
getScanStatus_ 1.15.0 ✔️
startScan_ 1.15.0 ✔️
=========================== ====== =
2020-12-29 17:29:20 +00:00
Global
^^^^^^
Parameters used for any request
===== ====== =
P. Vers.
===== ====== =
``u`` ✔️
``p`` ✔️
``t`` 1.13.0 🔴
``s`` 1.13.0 🔴
``v`` ✔️
``c`` ✔️
``f`` ✔️
===== ====== =
Error codes
== ====== =
# Vers.
== ====== =
0 ✔️
10 ✔️
20 ✔️
30 ✔️
40 ✔️
41 1.15.0 📅
50 ✔️
60 ✔️
70 ✔️
== ====== =
System
^^^^^^
.. _ping:
``ping``
✔️
No parameter
.. _getLicense:
``getLicense``
✔️
No parameter
Browsing
^^^^^^^^
.. _getMusicFolders:
``getMusicFolders``
✔️
No parameter
.. _getIndexes:
``getIndexes``
✔️
=================== ===== =
Parameter Vers.
=================== ===== =
``musicFolderId`` ✔️
``ifModifiedSince`` ✔️
=================== ===== =
.. _getMusicDirectory:
``getMusicDirectory``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
========= ===== =
.. _getGenres:
``getGenres``
✔️ 1.9.0
No parameter
.. _getArtists:
``getArtists``
✔️
================= ====== =
Parameter Vers.
================= ====== =
``musicFolderId`` 1.14.0 📅
================= ====== =
.. _getArtist:
``getArtist``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
========= ===== =
.. _getAlbum:
``getAlbum``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
========= ===== =
.. _getSong:
``getSong``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
========= ===== =
.. _getVideos:
``getVideos``
No parameter
.. _getVideoInfo:
``getVideoInfo``
🔴 1.15.0
========= ====== =
Parameter Vers.
========= ====== =
``id`` 1.15.0 🔴
========= ====== =
.. _getArtistInfo:
``getArtistInfo``
📅 1.11.0
===================== ====== =
Parameter Vers.
===================== ====== =
``id`` 1.11.0 📅
``count`` 1.11.0 📅
``includeNotPresent`` 1.11.0 📅
===================== ====== =
.. _getArtistInfo2:
``getArtistInfo2``
📅 1.11.0
===================== ====== =
Parameter Vers.
===================== ====== =
``id`` 1.11.0 📅
``count`` 1.11.0 📅
``includeNotPresent`` 1.11.0 📅
===================== ====== =
.. _getAlbumInfo:
``getAlbumInfo``
📅 1.14.0
========= ====== =
Parameter Vers.
========= ====== =
``id`` 1.14.0 📅
========= ====== =
.. _getAlbumInfo2:
``getAlbumInfo2``
📅 1.14.0
========= ====== =
Parameter Vers.
========= ====== =
``id`` 1.14.0 📅
========= ====== =
.. _getSimilarSongs:
``getSimilarSongs``
❔ 1.11.0
========= ====== =
Parameter Vers.
========= ====== =
``id`` 1.11.0 ❔
``count`` 1.11.0 ❔
========= ====== =
.. _getSimilarSongs2:
``getSimilarSongs2``
❔ 1.11.0
========= ====== =
Parameter Vers.
========= ====== =
``id`` 1.11.0 ❔
``count`` 1.11.0 ❔
========= ====== =
.. _getTopSongs:
``getTopSongs``
❔ 1.13.0
========== ====== =
Parameter Vers.
========== ====== =
``artist`` 1.13.0 ❔
``count`` 1.13.0 ❔
========== ====== =
Album/song lists
^^^^^^^^^^^^^^^^
.. _getAlbumList:
``getAlbumList``
✔️
================= ====== =
Parameter Vers.
================= ====== =
``type`` ✔️
``size`` ✔️
``offset`` ✔️
``fromYear`` ✔️
``toYear`` ✔️
``genre`` ✔️
``musicFolderId`` 1.12.0 📅
================= ====== =
.. versionadded:: 1.10.1
``byYear`` and ``byGenre`` were added to ``type``
.. _getAlbumList2:
``getAlbumList2``
✔️
================= ====== =
Parameter Vers.
================= ====== =
``type`` ✔️
``size`` ✔️
``offset`` ✔️
``fromYear`` ✔️
``toYear`` ✔️
``genre`` ✔️
``musicFolderId`` 1.12.0 📅
================= ====== =
.. versionadded:: 1.10.1
``byYear`` and ``byGenre`` were added to ``type``
.. _getRandomSongs:
``getRandomSongs``
✔️
================= ===== =
Parameter Vers.
================= ===== =
``size`` ✔️
``genre`` ✔️
``fromYear`` ✔️
``toYear`` ✔️
``musicFolderId`` ✔️
================= ===== =
.. _getSongsByGenre:
``getSongsByGenre``
✔️ 1.9.0
================= ====== =
Parameter Vers.
================= ====== =
``genre`` 1.9.0 ✔️
``count`` 1.9.0 ✔️
``offset`` 1.9.0 ✔️
``musicFolderId`` 1.12.0 📅
================= ====== =
.. _getNowPlaying:
``getNowPlaying``
✔️
No parameter
.. _getStarred:
``getStarred``
✔️
================= ====== =
Parameter Vers.
================= ====== =
``musicFolderId`` 1.12.0 📅
================= ====== =
.. _getStarred2:
``getStarred2``
✔️
================= ====== =
Parameter Vers.
================= ====== =
``musicFolderId`` 1.12.0 📅
================= ====== =
Searching
^^^^^^^^^
2021-01-02 16:24:30 +00:00
.. _search:
2020-12-29 17:29:20 +00:00
``search``
✔️
============= ===== =
Parameter Vers.
============= ===== =
``artist`` ✔️
``album`` ✔️
``title`` ✔️
``any`` ✔️
``count`` ✔️
``offset`` ✔️
``newerThan`` ✔️
============= ===== =
.. _search2:
``search2``
✔️
================= ====== =
Parameter Vers.
================= ====== =
``query`` ✔️
``artistCount`` ✔️
``artistOffset`` ✔️
``albumCount`` ✔️
``albumOffset`` ✔️
``songCount`` ✔️
``songOffset`` ✔️
``musicFolderId`` 1.12.0 📅
================= ====== =
.. _search3:
``search3``
✔️
================= ====== =
Parameter Vers.
================= ====== =
``query`` ✔️
``artistCount`` ✔️
``artistOffset`` ✔️
``albumCount`` ✔️
``albumOffset`` ✔️
``songCount`` ✔️
``songOffset`` ✔️
``musicFolderId`` 1.12.0 📅
================= ====== =
Playlists
^^^^^^^^^
.. _getPlaylists:
``getPlaylists``
✔️
============ ===== =
Parameter Vers.
============ ===== =
``username`` ✔️
============ ===== =
.. _getPlaylist:
``getPlaylist``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
========= ===== =
.. _createPlaylist:
``createPlaylist``
✔️
============== ===== =
Parameter Vers.
============== ===== =
``playlistId`` ✔️
``name`` ✔️
``songId`` ✔️
============== ===== =
.. _updatePlaylist:
``updatePlaylist``
✔️
===================== ===== =
Parameter Vers.
===================== ===== =
``playlistId`` ✔️
``name`` ✔️
``comment`` ✔️
``public`` 1.9.0 ✔️
``songIdToAdd`` ✔️
``songIndexToRemove`` ✔️
===================== ===== =
.. _deletePlaylist:
``deletePlaylist``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
========= ===== =
Media retrieval
^^^^^^^^^^^^^^^
.. _stream:
``stream``
✔️
========================= ====== =
Parameter Vers.
========================= ====== =
``id`` ✔️
``maxBitRate`` ✔️
``format`` ✔️
``timeOffset``
``size``
``estimateContentLength`` ✔️
``converted`` 1.15.0 🔴
========================= ====== =
.. _download:
``download``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
========= ===== =
.. _hls:
``hls``
🔴 1.9.0
============== ====== =
Parameter Vers.
============== ====== =
``id`` 1.9.0 🔴
``bitRate`` 1.9.0 🔴
``audioTrack`` 1.15.0 🔴
============== ====== =
.. _getCaptions:
``getCaptions``
🔴 1.15.0
========== ====== =
Parameter Vers.
========== ====== =
``id`` 1.15.0 🔴
``format`` 1.15.0 🔴
========== ====== =
.. _getCoverArt:
``getCoverArt``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``id`` ✔️
``size`` ✔️
========= ===== =
.. _getLyrics:
``getLyrics``
✔️
========== ===== =
Parameter Vers.
========== ===== =
``artist`` ✔️
``title`` ✔️
========== ===== =
.. _getAvatar:
``getAvatar``
============ ===== =
Parameter Vers.
============ ===== =
``username``
============ ===== =
Media annotation
^^^^^^^^^^^^^^^^
.. _star:
``star``
✔️
============ ===== =
Parameter Vers.
============ ===== =
``id`` ✔️
``albumId`` ✔️
``artistId`` ✔️
============ ===== =
.. _unstar:
``unstar``
✔️
============ ===== =
Parameter Vers.
============ ===== =
``id`` ✔️
``albumId`` ✔️
``artistId`` ✔️
============ ===== =
.. _setRating:
``setRating``
✔️
========== ===== =
Parameter Vers.
========== ===== =
``id`` ✔️
``rating`` ✔️
========== ===== =
.. _scrobble:
``scrobble``
✔️
============== ===== =
Parameter Vers.
============== ===== =
``id`` ✔️
``time`` 1.9.0 ✔️
``submission`` ✔️
============== ===== =
Sharing
^^^^^^^
.. _getShares:
``getShares``
No parameter
.. _createShare:
``createShare``
=============== ===== =
Parameter Vers.
=============== ===== =
``id``
``description``
``expires``
=============== ===== =
.. _updateShare:
``updateShare``
=============== ===== =
Parameter Vers.
=============== ===== =
``id``
``description``
``expires``
=============== ===== =
.. _deleteShare:
``deleteShare``
========= ===== =
Parameter Vers.
========= ===== =
``id``
========= ===== =
Podcast
^^^^^^^
.. _getPodcasts:
``getPodcasts``
=================== ===== =
Parameter Vers.
=================== ===== =
``includeEpisodes`` 1.9.0 ❔
``id`` 1.9.0 ❔
=================== ===== =
.. _getNewestPodcasts:
``getNewestPodcasts``
❔ 1.14.0
========= ====== =
Parameter Vers.
========= ====== =
``count`` 1.14.0 ❔
========= ====== =
.. _refreshPodcasts:
``refreshPodcasts``
❔ 1.9.0
No parameter
.. _createPodcastChannel:
``createPodcastChannel``
❔ 1.9.0
========= ===== =
Parameter Vers.
========= ===== =
``url`` 1.9.0 ❔
========= ===== =
.. _deletePodcastChannel:
``deletePodcastChannel``
❔ 1.9.0
========= ===== =
Parameter Vers.
========= ===== =
``id`` 1.9.0 ❔
========= ===== =
.. _deletePodcastEpisode:
``deletePodcastEpisode``
❔ 1.9.0
========= ===== =
Parameter Vers.
========= ===== =
``id`` 1.9.0 ❔
========= ===== =
.. _downloadPodcastEpisode:
``downloadPodcastEpisode``
❔ 1.9.0
========= ===== =
Parameter Vers.
========= ===== =
``id`` 1.9.0 ❔
========= ===== =
Jukebox
^^^^^^^
.. _jukeboxControl:
``jukeboxControl``
✔️
========== ===== =
Parameter Vers.
========== ===== =
``action`` ✔️
``index`` ✔️
``offset`` ✔️
``id`` ✔️
``gain``
========== ===== =
Internet radio
^^^^^^^^^^^^^^
.. _getInternetRadioStations:
``getInternetRadioStations``
❔ 1.9.0
No parameter
.. _createInternetRadioStation:
``createInternetRadioStation``
❔ 1.16.0
=============== ====== =
Parameter Vers.
=============== ====== =
``streamUrl`` 1.16.0 ❔
``name`` 1.16.0 ❔
``homepageUrl`` 1.16.0 ❔
=============== ====== =
.. _updateInternetRadioStation:
``updateInternetRadioStation``
❔ 1.16.0
=============== ====== =
Parameter Vers.
=============== ====== =
``id`` 1.16.0 ❔
``streamUrl`` 1.16.0 ❔
``name`` 1.16.0 ❔
``homepageUrl`` 1.16.0 ❔
=============== ====== =
.. _deleteInternetRadioStation:
``deleteInternetRadioStation``
❔ 1.16.0
=============== ====== =
Parameter Vers.
=============== ====== =
``id`` 1.16.0 ❔
=============== ====== =
Chat
^^^^
.. _getChatMessages:
``getChatMessages``
✔️
========= ===== =
Parameter Vers.
========= ===== =
``since`` ✔️
========= ===== =
.. _addChatMessage:
``addChatMessage``
✔️
=========== ===== =
Parameter Vers.
=========== ===== =
``message`` ✔️
=========== ===== =
User management
^^^^^^^^^^^^^^^
.. _getUser:
``getUser``
✔️
============ ===== =
Parameter Vers.
============ ===== =
``username`` ✔️
============ ===== =
.. _getUsers:
``getUsers``
✔️ 1.9.0
No parameter
.. _createUser:
``createUser``
✔️
======================= ====== =
Parameter Vers.
======================= ====== =
``username`` ✔️
``password`` ✔️
``email`` ✔️
``ldapAuthenticated``
``adminRole`` ✔️
``settingsRole``
``streamRole``
``jukeboxRole`` ✔️
``downloadRole``
``uploadRole``
``playlistRole``
``coverArtRole``
``commentRole``
``podcastRole``
``shareRole``
``videoConversionRole`` 1.14.0
``musicFolderId`` 1.12.0 📅
======================= ====== =
.. _updateUser:
``updateUser``
✔️ 1.10.2
======================= ====== =
Parameter Vers.
======================= ====== =
``username`` 1.10.2 ✔️
``password`` 1.10.2 ✔️
``email`` 1.10.2 ✔️
``ldapAuthenticated`` 1.10.2
``adminRole`` 1.10.2 ✔️
``settingsRole`` 1.10.2
``streamRole`` 1.10.2
``jukeboxRole`` 1.10.2 ✔️
``downloadRole`` 1.10.2
``uploadRole`` 1.10.2
``coverArtRole`` 1.10.2
``commentRole`` 1.10.2
``podcastRole`` 1.10.2
``shareRole`` 1.10.2
``videoConversionRole`` 1.14.0
``musicFolderId`` 1.12.0 📅
``maxBitRate`` 1.13.0 📅
======================= ====== =
.. _deleteUser:
``deleteUser``
✔️
============ ===== =
Parameter Vers.
============ ===== =
``username`` ✔️
============ ===== =
.. _changePassword:
``changePassword``
✔️
============ ===== =
Parameter Vers.
============ ===== =
``username`` ✔️
``password`` ✔️
============ ===== =
Bookmarks
^^^^^^^^^
.. _getBookmarks:
``getBookmarks``
❔ 1.9.0
No parameter
.. _createBookmark:
``createBookmark``
❔ 1.9.0
============ ===== =
Parameter Vers.
============ ===== =
``id`` 1.9.0 ❔
``position`` 1.9.0 ❔
``comment`` 1.9.0 ❔
============ ===== =
.. _deleteBookmark:
``deleteBookmark``
❔ 1.9.0
=============== ===== =
Parameter Vers.
=============== ===== =
``id`` 1.9.0 ❔
=============== ===== =
.. _getPlayQueue:
``getPlayQueue``
❔ 1.12.0
No parameter
.. _savePlayQueue:
``savePlayQueue``
❔ 1.12.0
============ ====== =
Parameter Vers.
============ ====== =
``id`` 1.12.0 ❔
``current`` 1.12.0 ❔
``position`` 1.12.0 ❔
============ ====== =
Library scanning
^^^^^^^^^^^^^^^^
.. _getScanStatus:
``getScanStatus``
✔️ 1.15.0
No parameter
.. _startScan:
``startScan``
✔️ 1.15.0
No parameter
Changes by version
------------------
Version 1.9.0
^^^^^^^^^^^^^
Added methods:
2021-01-02 16:24:30 +00:00
* getGenres_
* getSongsByGenre_
* hls_
* refreshPodcasts_
* createPodcastChannel_
* deletePodcastChannel_
* deletePodcastEpisode_
* downloadPodcastEpisode_
* getInternetRadioStations_
* getUsers_
* getBookmarks_
* createBookmark_
* deleteBookmark_
2020-12-29 17:29:20 +00:00
Added method parameters:
2021-01-02 16:24:30 +00:00
* updatePlaylist_
2020-12-29 17:29:20 +00:00
* ``public``
2021-01-02 16:24:30 +00:00
* scrobble_
2020-12-29 17:29:20 +00:00
* ``time``
2021-01-02 16:24:30 +00:00
* getPodcasts_
2020-12-29 17:29:20 +00:00
* ``includeEpisodes``
* ``id``
Version 1.10.1
^^^^^^^^^^^^^^
Added method parameters:
2021-01-02 16:24:30 +00:00
* getAlbumList_
2020-12-29 17:29:20 +00:00
* ``fromYear``
* ``toYear``
* ``genre``
2021-01-02 16:24:30 +00:00
* getAlbumList2_
2020-12-29 17:29:20 +00:00
* ``fromYear``
* ``toYear``
* ``genre``
Version 1.10.2
^^^^^^^^^^^^^^
Added methods:
2021-01-02 16:24:30 +00:00
* updateUser_
2020-12-29 17:29:20 +00:00
Version 1.11.0
^^^^^^^^^^^^^^
Added methods:
2021-01-02 16:24:30 +00:00
* getArtistInfo_
* getArtistInfo2_
* getSimilarSongs_
* getSimilarSongs2_
2020-12-29 17:29:20 +00:00
Version 1.12.0
^^^^^^^^^^^^^^
Added methods:
2021-01-02 16:24:30 +00:00
* getPlayQueue_
* savePlayQueue_
2020-12-29 17:29:20 +00:00
Added method parameters:
2021-01-02 16:24:30 +00:00
* getAlbumList_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* getAlbumList2_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* getSongsByGenre_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* getStarred_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* getStarred2_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* search2_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* search3_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* createUser_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* updateUser_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
Version 1.13.0
^^^^^^^^^^^^^^
Added global parameters:
* ``t``
* ``s``
Added methods:
2021-01-02 16:24:30 +00:00
* getTopSongs_
2020-12-29 17:29:20 +00:00
Added method parameters:
2021-01-02 16:24:30 +00:00
* updateUser_
2020-12-29 17:29:20 +00:00
* ``maxBitRate``
Version 1.14.0
^^^^^^^^^^^^^^
Added methods:
2021-01-02 16:24:30 +00:00
* getAlbumInfo_
* getAlbumInfo2_
* getNewestPodcasts_
2020-12-29 17:29:20 +00:00
Added method parameters:
2021-01-02 16:24:30 +00:00
* getArtists_
2020-12-29 17:29:20 +00:00
* ``musicFolderId``
2021-01-02 16:24:30 +00:00
* createUser_
2020-12-29 17:29:20 +00:00
* ``videoConversionRole``
2021-01-02 16:24:30 +00:00
* updateUser_
2020-12-29 17:29:20 +00:00
* ``videoConversionRole``
Version 1.15.0
^^^^^^^^^^^^^^
Added error code ``41``
Added methods:
2021-01-02 16:24:30 +00:00
* getVideoInfo_
* getCaptions_
* getScanStatus_
* startScan_
2020-12-29 17:29:20 +00:00
Added method parameters:
2021-01-02 16:24:30 +00:00
* stream_
2020-12-29 17:29:20 +00:00
* ``converted``
2021-01-02 16:24:30 +00:00
* hls_
2020-12-29 17:29:20 +00:00
* ``audioTrack``
Version 1.16.0
^^^^^^^^^^^^^^
Added methods:
2021-01-02 16:24:30 +00:00
* createInternetRadioStation_
* updateInternetRadioStation_
* deleteInternetRadioStation_