.plexignore bug/undoccumented syntax

Server Version#: latest stable
Player Version#: Version 4.58.1

plexignore is labor intensive but when it works it works great.
Only problem is that if you do use it, then

Plex will automatically ignore and exclude certain content:
Files that include the word sample in the filename and are less than 300MB in size

stops working.
So what would be the undoccumented syntax to explicitly set a filesize limit?

There isn’t such a mechanism.

Do you have larger files with “sample” in the filename that you don’t want to ignore?

I don’t think so… but it is very useful syntax when mucking about with .plexignore for other files.
Unfortunately the official documentation page don’t give a lot to work with. Im kind of scared to experiment with it to much though without documentation because of the amount of work invested all-ready in my library.

Your very best bet is to not need .plexignore at all!

Would you like to share examples of files that you’re trying to exclude?

some_show S01e01 size 360mb ← main file
some show S04e04 size 350mb ← main file
some show S04x01 size 50mb ← extras
some show S01x02 size 70mb ← extras

sometimes extras are in the same directory as the main files using that naming convention.

there is also 3x01 or 3 x 01, is another naming convintion for main episodes etc.

One can use some_show S04X* (or /some_show S04X
to traverse across directorys)
i think blank space in episode name needs to be ingored though with some_show\ S04X04 (still experimenting)

one could in theory use a double wildcard mach being:
some_show\ S0*X but this could indeed be risky approach without a size limit to be certain it dosent ignore some random episode in for example 10 seasons.

This feature request should eliminate the need for us to get down and dirty with plexignore but it will take quite some time to implement. After the first month or so, all bonus content would be identified as such and sorted out into appropriate categories/collections.

Untill then we muddle on though

Not a real solution, but you could start reorganising your extras according to the rules laid out in here: New Plex Media Server TV show/series scanner and agent preview - #232

That way they will start to show up in the right spot, once the clients have been updated to support them.
Currently, you will only see “show”-level extras in most clients.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.