I have several folders which I put in a .plexignore (as a hidden file on *nix based PMS and with hidden attribute on windows ntfs file system PMS).
The content of the .plexignore is either *.* or just *, because I did not figure out how it would ignore ALL files and (sub)folders inside the folder, containing the .plexignore file.
Plex seems to ignore the .plexignore file or its contents.
2½ Questions:
When I want to ignore everything inside a folder, what do I have to put inside the .plexignore? *.* or * or something else?
How do I ignore everything inside a folder, which has been already scanned into a library by plex?
It’s been some time since I played with .plexignore files… so I might be slightly off.
regarding #1:
# ignore all content of all subfolders
*/*
# ignore all content of that folder
*
# ignores a subfolder called "new-stuff"
new-stuff/*
Regarding #2:
You cannot do that as plexignore-rules apply to all content of a folder – Plex doesn’t distinguish by when a file has been added or if it has already been scanned before.
Not sure I fully get your question… once a file has been scanned, Plex will not add another record when it re-scans the folder (if that’s what your question is aiming at)
Thank you very much, I will test your suggestions and will come back with the result.
To clarify #2:
I was wondering, if already indexed files/folders will be removed from a library, when I add a .plexignoreafter plex has already indexed that files/folders.
If you tell Plex to ignore those folders, it will no longer find the already indexed content. Therefore Plex should remove the files or at least flag them as “unavailable”