1,649 bytes added
, 2 January
===<p><b>When is this trigger activated?</b></p>===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Triggered when Spotify events occur).</pre>
===<p><b>Magic Text</b></p>===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
This action supports the use of magic text, you can use extracting it from some previously defined variable, using the (...) button.
It also has magic output text [spotify_track_id], [spotify_artist], [spotify_album], [spotify_track], [spotify_length_s], [spotify_is_playing] </pre> [[Magic_text2#Apllication_Launched.2FClosed|More information on the associated magic text.]]
<br>
===<p><b>Supported configurations</b></p>===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
* Playback started - Starts when spotify starts playing.
* Playback stopped - Starts when Spotify pauses or stops playback.
* Song changed - Starts when any playback changes.
</pre><br>
===<p><b>Example Usage 1</b></p>===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Speak the name of the next song only when the screen is off.
</pre><br>
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
Triggers
Spotify (Song changed)
</pre><br>
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
Actions
Speak text
‘[spotify_track] - [spotify_artist]’
</pre><br>
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
Constraints
Screen off
</pre><br>