anacrolix / dms

A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
BSD 3-Clause "New" or "Revised" License
646 stars 96 forks source link

add -ignore option to skip named directories #139

Closed zenwheel closed 8 months ago

zenwheel commented 8 months ago

This adds an -ignore option which lets you ignore directories by name, an extension to the -ignoreHidden option already present. Useful if you have, say, a thumbs/ subdirectory or a metadata/ subdirectory that you don't want to be listed or served.

anacrolix commented 8 months ago

This looks good, I need to test it locally as I can't seem to depend on GitHub Actions (and it's crap).