Regular expressions in settings : Exclude folders from scan
#1
Video 
Hi,

Almost all say in topic Smile
is there an option to add Exclude folders with a regular expressions ?
Exclude folders is case sensitive ? 

Thanks
#2
at the moment the exclude folders are links to _real_ folders which should be excluded.

could you give me an example why you need a regular expression here?
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#3
(2019-11-04, 08:35)mlaggner Wrote: at the moment the exclude folders are links to _real_ folders which should be excluded.

could you give me an example why you need a regular expression here?

Would like avoid to add an exception for each nas share (each one get include recycled dir)

\\nas\movies\recycle
\\nas\movies-1080\recycle
\\nas\movies-4K\recycle
\\nas\movies-old\recycle
etc..


Regex example : 
Code:
\\\#recycle$

Logout Mark Read Team Forum Stats Members Help
Regular expressions in settings : Exclude folders from scan0