feat: add regex filter setting for sidebar playlists (#1589)

* added regex filter for sidebar playlists

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
Exceen
2026-02-02 03:25:37 +01:00
committed by GitHub
parent 0999b93b47
commit ce46e0f351
4 changed files with 83 additions and 1 deletions
+3
View File
@@ -979,6 +979,9 @@
"sidebarPlaylistList": "sidebar playlist list",
"sidebarPlaylistSorting_description": "allows manual playlist sorting in the sidebar using drag and drop instead of the default server order",
"sidebarPlaylistSorting": "sidebar playlist sorting",
"sidebarPlaylistListFilterRegex_description": "hide playlists in the sidebar that match this regular expression",
"sidebarPlaylistListFilterRegex_placeholder": "e.g. ^Daily Mix.*",
"sidebarPlaylistListFilterRegex": "playlist filter regex",
"sidePlayQueueStyle_description": "sets the style of the side play queue",
"sidePlayQueueStyle_optionAttached": "attached",
"sidePlayQueueStyle_optionDetached": "detached",