-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
58 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
🟨 Splitter Playlist: ~Playlist (fehlt noch) (geht nicht, da nicht in Visu angezeigt wird) | ||
🟨 Wecker Playlist: ~Playlist (fehlt noch) (geht nicht, da nicht in Visu angezeigt wird) | ||
✅Wecker Lautstärke: ~Volume | ||
✅❗Wecker Wiederholung: ~Repeat (Erledigt, ist jetzt Integer geworden, aber nur 0 und 1 gültig) | ||
✅❗Player Wiedergabe: ~PlaybackPreviousNext (Erledigt, Offset +1) | ||
✅Player Playlist: ~Playlist | ||
✅❗Player Fortschritt: ~Progress (Ist Integer ~Intensity.100) | ||
✅Player Künstler: ~Artist | ||
✅Player Lied: ~Song | ||
✅Player Lautstärke: ~Volume | ||
✅Player Stummschaltung: ~Mute | ||
🟥Player Zufall: ~Shuffle (geht nicht, ist integer > Off, Title, Album) | ||
✅❗Player Wiederholung: ~Repeat (Erledigt, Value 1 und 2 vertauscht) | ||
✅Player Cover: Beliebiges Image | ||
❗Änderungen an Variablen | ||
🟨 Im Code abgeschaltet | ||
Legende: | ||
🟥 Aktuell nicht für Kachel-Visu verfügbar | ||
❗ Variable wird neu angelegt ❗ | ||
☑️ Werte der Variablen ändern sich, passend zum Profil | ||
✅ Variable erhält nur neues Profil | ||
|
||
Kompatibilität Kachel-Visu: | ||
🟥 Splitter TilePlaylist: geht aktuell nicht, da die Visu es nur in einer Media-Kachel anzeigt | ||
|
||
🟥 Wecker TilePlaylist: geht aktuell nicht, da die Visu es nur in einer Media-Kachel anzeigt | ||
☑️❗Wecker Wiederholung: Bool wird gelöscht und als Integer mit ~Repeat neu angelegt. Es sind aber nur 0 und 1 als Wert gültig. | ||
✅ Wecker Lautstärke: ~Volume | ||
|
||
🟥 Player Zufall: Aktuell nicht von der Tile-Visu unterstützt. | ||
☑️❗Player Fortschritt: Integer wird gelöscht und als Float mit ~Progress neu angelegt. | ||
☑️ Player Wiedergabe: ~PlaybackPreviousNext (Alte Werte sind jetzt mit um +1 zu erhöhen.) | ||
☑️ Player Wiederholung: ~Repeat (Die Werte 1 und 2 wurden untereinander getauscht.) | ||
✅ Player Playlist: ~Playlist | ||
✅ Player Künstler: ~Artist | ||
✅ Player Lied: ~Song | ||
✅ Player Lautstärke: ~Volume | ||
✅ Player Stummschaltung: ~Mute |