sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.62k stars 115 forks source link

Better documentation of GONIC_EXCLUDE_PATTERN #504

Closed garfieldairlines closed 6 months ago

garfieldairlines commented 6 months ago

Just a little nitpick, it would be great to add examples to GONIC_EXCLUDE_PATTERN, it took me a while to understand it's regex (just like Airsonic) and even now I'm not really really 100% sure I did it right, would be great to add a little clue in the docs like :

GONIC_EXCLUDE_PATTERN="/@eaDir|Artwork|Covers|Scans"

It's a bit more confusing since GONIC_MUSIC_PATH uses commas to separate folders.

sentriz commented 6 months ago

sounds good, pull requests welcome if you fancy updating the readme/wiki 👍