The folder
\mediaserver\MEDIA\MUZIEK\collectie
is rather static
The folder
\mediaserver\MEDIA\MUZIEK_new
contains all my new music and is more dynamic
I wonder if it is possible to exclude the first folder from being indexed.
If I need to update my library, It takes a while before everything is processed. It consumes time and processing power and interferes with other processes on my server. So I want to exclude the biggest folder from being updated everytime. It contains no new information whatever.
The same for my picture library: every year I start a new folder. I do not need to re-crawl all my pictures in my archive, so I want to exclude the previous years (folders)
However, I want to have one library for my pictures.
I haven’t tried this recently, but I think if you use .plexignore, it won’t just not scan that folder. I think it will remove items in that folder from the Library.
@beckfield said:
I haven’t tried this recently, but I think if you use .plexignore, it won’t just not scan that folder. I think it will remove items in that folder from the Library.
Correct. The OP should be able to do this by following the instructions on the official Plex support page I linked for him.
@beckfield said:
Yes, but I think his intent was not to remove those items from his library, but to just stop re-scanning them because they aren’t changing.
Good point. Not sure if it will remove existing content as the first line states, “When scanning in new content for your libraries, you can tell the scanner to ignore files or patterns by adding a .plexignore file to any folder in your Library’s content location.”
?
I need to index my pictures, that’s why I created the library
I only need to ignore *.ini files and *.db files.
New *.jpg, *.png, *.mov, etc should automatically be added.
*.ini and *.db are not recognized photo formats, so a Photo library will ignore them anyway.
That may not, however, prevent Plex from seeing a “change” in your folder. In Plex Web, go to Settings > Server > Library. If the option labeled "Update my library automatically " is checked, that’s probably why even an unrecognized file type is kicking off an update. But it shouldn’t pick up your .ini or .db files.
@beckfield : correct.
But how to prevent Plex kicking off that update? Everytime I start Picasa or browse to a folder with Tonido (some applications that generate indexes local on disk), Plex starts updating. Of course, I can disable the “update my library automatically” setting, but then I loose this feature…
Because my picture library i rather large, it takes some time and resources.
any suggestions to have a responsive server (quick updates of library) without having to scan everything every 15minutes?
Yes, that is why we often recommend that no other software should have access to source from where Plex gets the media. If one of these softwares “touches” the folder timestamp, Plex will do a scan. Similar with why one should try and avoid having Movie files in a big pile, better performance-wise to have them stored in subfolders.
In a real world, you can not avoid other software to manipulate data. Plex is not the only software running is my world
So even a small touch of a file a directory of my pictures, starts a scan, consumes CPU and power.
I think there must be a better way to handle this.