From 1abf801e8e13dc8ff96c63c9221e365537938893 Mon Sep 17 00:00:00 2001 From: Armin Date: Thu, 9 Jul 2026 16:09:19 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 730eb61..8b9001f 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Open `index.html` in any modern browser. Click **+Folder**, **+Files**, or drag ## Known Limitations -- **File path display** — When adding individual files via **+Files** or drag-and-drop, browsers do not expose the full filesystem path for security reasons. Only the filename is shown in the tag editor. Using **+Folder** (which reads directory structure) provides the relative path within the selected folder. -- **Playback interruption on +Folder** — Opening the native directory picker suspends the browser's `AudioContext`, causing playback to stop. This is a browser-level security restriction (user gesture required for audio resume). Simply press play again after adding files. +- **File path display** - When adding individual files via **+Files** or drag-and-drop, browsers do not expose the full filesystem path for security reasons. Only the filename is shown in the tag editor. Using **+Folder** (which reads directory structure) provides the relative path within the selected folder. +- **Playback interruption on +Folder** - Opening the native directory picker suspends the browser's `AudioContext`, causing playback to stop. This is a browser-level security restriction (user gesture required for audio resume). Simply press play again after adding files. ## noizapp There is a simple PoC Electron available to make noiz a stand-alone desktop "app":