Yesterday I added some extras to my movie library. I only wanted to store these extras with the content but I don’t want them to be added to Plex or the movie library. It didn’t work as expected. What I did:
“Patterns without the forward-slash (/) character (e.g. *.mkv) match filenames in the same directory as the .plexignore file, or anywhere in the tree if .plexignore is a root of the section.”
In my case .plexignore was in the same directory as the files containing the corresponding pattern:
I started with the exact example shown at the end of the link above. This shows e.g. trailer within the .plexignore file. As this didn’t work for me, I tried different variations. My example should work but it does not.
Is exactly the same as “Moviename (1234) {imdb-1234567} [edition-Logo].mkv”. Should not add an edition according to the docs - but it does.
I will try my section root with the .plexignore file today because this would be the easiest solution. Hope that this one works.
Another thing you can try is put the .plexignore file in the overall movie folder and inside the plexignore file you have the folder listed. so ```
*Scenes/ *
*Trailers/ *
And this way anything you put in this folder will be ignored.
Or you can create a folder called “extras” and put your scenes folder and trailer folder in there, as according to the tutorial plex ignores that folder name by default.
This may sound silly but I wonder if the ignore file is case sensitive? Maybe add *Trailer * with a capitol T. to your ignore file? The file name has trailer as capitol, I don’t know if the ignore file reads the -trailer as one word. You may want to try -trailer in the ignore file also. or [-trailer.] that would be [dash trailer dot] . If plex is looking for a pattern maybe feed the ignore file with the -trailer.
xtrailerx (don’t know how to get asterisk character here) should match “Bla Trailer-trailer.ext”. However I will try your suggestion. But as I wrote - I gave up on this.