![]() |
|
Ignore folder... - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Ignore folder... (/showthread.php?tid=2396) |
Ignore folder... - audio_elf - 30-04-2015 12:44 Simon, is it possible to add a "Ignore Folder" function. The way it works in Plex and Kodi / XBMC is that if a folder contains a file called .ignore (or similar) that folder's contents (including subfolders) are not scanned. Would something similar be possible in MinimServer? It would also offer the possibility for people who keep both a lossy and a lossless version of files in the same library to ignore certain folders. Thanks eloise RE: Ignore folder... - simoncn - 30-04-2015 18:55 (30-04-2015 12:44)audio_elf Wrote: Simon, is it possible to add a "Ignore Folder" function. I am thinking of adding support for an "exclude pattern" for files and folders. With this, you should be able to do what you have in mind. RE: Ignore folder... - MikeL - 11-05-2016 11:20 I would find this handy too. What I do is make smaller ogg files alongside my flacs for use on a portable player. It is annoying to have both indexed. Obviously I could keep them outside the tree, but I find it handier not to maintain parallel trees. The workaround I am using is to create a new user for minimserver /etc/passwd: Code: minimserver:x:110:996:minimserver:/dev/null:/sbin/nologinthen launch it from a script minimserver.sh: Code: sudo -u minimserver /path/to/latest/minimserver/bin/startdCode: chmod 700 ogg/RE: Ignore folder... - krutsch - 14-05-2016 20:08 (30-04-2015 18:55)simoncn Wrote: I am thinking of adding support for an "exclude pattern" for files and folders. With this, you should be able to do what you have in mind. +1 RE: Ignore folder... - Peterkj - 16-11-2016 02:28 Hi Simon, Did this "exclude pattern" feature ever get implemented? In my case, I have a subset set of AAC files that I would like to keep in their respective subfolders (album folders) on the NAS, but they should not show up in the control point. I was hoping I could just rename a subfolder folder to e.g. "..Chopin" and then that would exclude it from being indexed. Many thanks /Peter RE: Ignore folder... - simoncn - 16-11-2016 10:11 At present, any folder name or filename starting with '.' is excluded, so a folder named '..Chopin' will not be scanned. The next update will support the "exclude pattern" facility and this will enable the user to specify other name patterns for exclusion from scanning. RE: Ignore folder... - Peterkj - 18-11-2016 12:44 Thanks Simon |