2015-04-13, 02:21
Any way to exclude folders from the scan? I want to exclude video extras folders if possible.
(2015-04-13, 02:21)doovers Wrote: Any way to exclude folders from the scan? I want to exclude video extras folders if possible.
(2015-04-13, 10:05)doovers Wrote:(2015-04-13, 10:03)Razze Wrote: Just add it to the blacklist in the settingsI've tried adding the folder name but it didn't work. Short of renaming all the extra files I can't figure it out but maybe I'm missing something? Can you elaborate on how to do that please?
(2015-04-14, 14:49)doovers Wrote: Here's a screenshot of the MMS settings. Not sure if there's any special chars required to indicate that VideoExtras is a folder name though.
(2015-04-14, 15:07)Razze Wrote: Well just had a look at the source code and the blacklist is only checking against filenames, not the directory names.Actually I just did some more testing and it turns out it does in fact work. Turns out there was a typo in the videoextras folder name I was testing! Feeling a bit stupid that I missed that!!
(2015-04-14, 23:38)doovers Wrote:(2015-04-14, 15:07)Razze Wrote: Well just had a look at the source code and the blacklist is only checking against filenames, not the directory names.Actually I just did some more testing and it turns out it does in fact work. Turns out there was a typo in the videoextras folder name I was testing! Feeling a bit stupid that I missed that!!
For info the filename param in the code is actually the full file path not just the name.