You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: play/pause button in the RFID tab for the highlighted file
Add a play/pause button next to the file-tree controls in the RFID tab.
It is enabled when a playable node (audio file, playlist or folder) is
highlighted and plays it via /exploreraudio (folder -> playmode 5,
playlist -> 11, single file -> 1), so a file can be played with one
click instead of the right-click context menu. While playback is running
the button mirrors the live play/pause state and toggles pause/resume.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ neon logo that doubles as the SVG favicon ([`8d9725c`](../../commit/8d9725c)):
68
68
| Full backup: export/import of all settings + RFID assignments as JSON, WiFi credentials optional |[`7f2e4ae`](../../commit/7f2e4ae)|
69
69
| Equalizer profiles: dropdown presets (Flat / Music / Audiobook-Speech / Deep voices / Custom) on top of the 3-band tone control; speech presets cut bass and lift mids/highs so deep narrator voices stay intelligible, persisted in NVS. Profiles can also be assigned per file or directory (right-click in the file browser) — e.g. set the speech profile for all Bibi Blocksberg episodes at once. The active profile can be cycled with the bindable command **154** (button/RFID modifier) and set/reported via the MQTT topic `equalizer` (`flat`/`music`/`speech`/`voiceBoost`) |[`300b9dd`](../../commit/300b9dd)|
70
70
| Blinking "OK" indicator next to the battery replaces the generic "action successful" toast |[`0870ccc`](../../commit/0870ccc)|
71
+
| Play/pause button in the RFID tab plays the highlighted file/folder (and pauses running playback) |[`8d3d196`](../../commit/8d3d196)|
71
72
| SD card cleanup: removes macOS metadata (`.DS_Store`, `._*`, Spotlight/Trashes) with one click |[`5f38a51`](../../commit/5f38a51)|
72
73
| Live log: the log dialog refreshes every 2 s and follows the end of the log |[`d326faa`](../../commit/d326faa)|
73
74
| Drag & drop: upload files by dropping them from the file manager onto the file tree |[`e4972fe`](../../commit/e4972fe)|
0 commit comments