epoupon / lms

Lightweight Music Server. Access your self-hosted music using a web interface.
http://lms-demo.poupon.dev
GNU General Public License v3.0
1.15k stars 62 forks source link

[Feature Request] Better way to ignore folders #486

Open TanqBQZ opened 5 months ago

TanqBQZ commented 5 months ago

One of the things that keeps me from switching to lms is the lack of a convenient way to ignore folders matching a pattern from scanning.

For Navidrome, it is WIP, following a gitignore system : https://github.com/navidrome/navidrome/issues/1394

For Ampache, it is in the config file :

; Ignore Pattern
; Ignore files that match this pattern
; You can specify any file extension you want in here separating them with a |
; DEFAULT: None
; catalog_ignore_pattern = "\(HTOA\)"
epoupon commented 5 months ago

Hello, We could indeed change the way the .lmsignore file works. Like having one per library, at the root level of the library, with all the necessary regex. Is that what you want?

TanqBQZ commented 5 months ago

Yes, that would be great! Thanks