37_Spotify: updated documentation
git-svn-id: https://svn.fhem.de/fhem/trunk@14438 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1000,7 +1000,8 @@ sub Spotify_isDisabled($) {
|
|||||||
<p><b>set <required> [ <optional> ]</b></p>
|
<p><b>set <required> [ <optional> ]</b></p>
|
||||||
Without a target device given, the active device (or default device if <i>alwaysStartOnDefaultDevice</i> is enabled) will be used.<br>
|
Without a target device given, the active device (or default device if <i>alwaysStartOnDefaultDevice</i> is enabled) will be used.<br>
|
||||||
You can also use the name of the target device instead of the id if it does not contain spaces - where it states <i><device_id / device_name></i> spaces are allowed.<br>
|
You can also use the name of the target device instead of the id if it does not contain spaces - where it states <i><device_id / device_name></i> spaces are allowed.<br>
|
||||||
If no default device is defined and none is active, it will use the first available device.<br><br>
|
If no default device is defined and none is active, it will use the first available device.<br>
|
||||||
|
You can get a spotify uri by pressing the share button in the spotify (desktop) app on a track/playlist/album.<br><br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<i>findArtistByName</i><br>
|
<i>findArtistByName</i><br>
|
||||||
@@ -1027,7 +1028,7 @@ sub Spotify_isDisabled($) {
|
|||||||
plays any playlist by providing a name (uses search)
|
plays any playlist by providing a name (uses search)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i>playRandomTrackFromPlaylistByURI <track_uri> [ <limit> ] [ <device_id / device_name> ]</i><br>
|
<i>playRandomTrackFromPlaylistByURI <playlist_uri> [ <limit> ] [ <device_id / device_name> ]</i><br>
|
||||||
plays a random track from a playlist (only considering the first <i><limit></i> songs)
|
plays a random track from a playlist (only considering the first <i><limit></i> songs)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -1168,7 +1169,8 @@ sub Spotify_isDisabled($) {
|
|||||||
<p><b>set <required> [ <optional> ]</b></p>
|
<p><b>set <required> [ <optional> ]</b></p>
|
||||||
Wird kein Zielgerät angegeben, wird das aktive (oder das Standard-Gerät, wenn <i>alwaysStartOnDefaultDevice</i> aktiviert ist) verwendet.<br>
|
Wird kein Zielgerät angegeben, wird das aktive (oder das Standard-Gerät, wenn <i>alwaysStartOnDefaultDevice</i> aktiviert ist) verwendet.<br>
|
||||||
An den Stellen, wo eine <i><device_id></i> verlangt wird, kann auch der Gerätename, sofern dieser keine Leerzeichen enthält, verwendet werden. Dort wo es <i><device_name></i> heißt, sind auch Leerzeichen im Namen zugelassen.
|
An den Stellen, wo eine <i><device_id></i> verlangt wird, kann auch der Gerätename, sofern dieser keine Leerzeichen enthält, verwendet werden. Dort wo es <i><device_name></i> heißt, sind auch Leerzeichen im Namen zugelassen.
|
||||||
Wenn kein aktives oder Standard-Gerät vorhanden ist, wird das erste verfügbare Gerät verwendet.<br><br>
|
Wenn kein aktives oder Standard-Gerät vorhanden ist, wird das erste verfügbare Gerät verwendet.<br>
|
||||||
|
Die Spotify URI kann in der (Desktop) App ermittelt werden, wenn man den teilen Knopf bei einem Track/Playlist/Album drückt.<br><br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<i>findArtistByName</i><br>
|
<i>findArtistByName</i><br>
|
||||||
@@ -1195,7 +1197,7 @@ sub Spotify_isDisabled($) {
|
|||||||
sucht eine Playlist und spielt diese ab
|
sucht eine Playlist und spielt diese ab
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i>playRandomTrackFromPlaylistByURI <track_uri> [ <limit> ] [ <device_id / device_name> ]</i><br>
|
<i>playRandomTrackFromPlaylistByURI <playlist_uri> [ <limit> ] [ <device_id / device_name> ]</i><br>
|
||||||
spielt einen zufälligen Track aus einer Playlist ab (berücksichtigt nur die ersten <i><limit></i> Tracks der Playlist)
|
spielt einen zufälligen Track aus einer Playlist ab (berücksichtigt nur die ersten <i><limit></i> Tracks der Playlist)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user