From 1c93a5640d25497a96f8121c7e138b5de63c6610 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Sun, 21 Jun 2026 19:57:48 -0700 Subject: [PATCH] #893: add the M3U/M3U8 hint row to the import-file dropzone The format was listed as supported but had no hint box like CSV/TSV and TXT do. --- webui/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webui/index.html b/webui/index.html index cf691e1e..69d96e55 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1929,6 +1929,10 @@ TXT One track per line (e.g. Artist - Title). Format and separator can be adjusted after upload. +
+ M3U / M3U8 + Standard playlist files. Artist, title and duration are read automatically from #EXTINF lines (or the file name for simple playlists). +