I would like the scanner to ignore all jpg files (so a jpg will not be used as a thumbnail if the jpg filename matches a video filename in the same dir).
I have put .plexignore file in library root dir:
*.jpg
But the scanner still picks the jpgs and uses them as thumbnails.
How can I avoid this?