Only import playlists from configured paths in option PlaylistsPath. Closes #1181

Syntax is Ant-style Globs, with support for '**' (any subfolder). Default: '.:**' (or '.;**' in Windows`, meaning all folders and subfolders under `MusicFolder`
This commit is contained in:
Deluan
2021-09-12 21:06:03 -04:00
parent 9f00aad216
commit ab2912b4fa
10 changed files with 98 additions and 12 deletions
+1
View File
@@ -30,6 +30,7 @@ require (
github.com/lestrrat-go/jwx v1.2.6
github.com/matoous/go-nanoid v1.5.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mattn/go-zglob v0.0.3 // indirect
github.com/microcosm-cc/bluemonday v1.0.15
github.com/mileusna/useragent v1.0.2
github.com/oklog/run v1.1.0