mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-26 06:42:32 +00:00
Implement optional audio preview when hovering over songs in the Folders view. Features include: - Toolbar toggle button (off by default) to enable/disable hover preview - ~0.5s dwell delay to avoid accidental audio playback while scrolling - Dedicated <audio> element (never touches main player) - Equalizer indicator animation overlay on song art while playing - Per-surface localStorage persistence - Automatic fallback through preview.ogg → stems/full.ogg → stems/audio.mp3 Bump Folder Library from 1.8.0 to 1.9.0. Remove 'auto play on hover' from roadmap as it's now implemented. Signed-off-by: Kyle <kyle.j.t@live.co.uk>
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"id": "folder_library",
|
|
"name": "Folder Library",
|
|
"version": "1.9.0",
|
|
"bundled": true,
|
|
"nav": { "label": "Folders", "screen": "plugin-folder_library" },
|
|
"screen": "screen.html",
|
|
"script": "screen.js",
|
|
"routes": "routes.py"
|
|
}
|