In each video folder I have there is a small video called description.mpg (which describes that video). How can I tell lPlex to ignore that?
You might want to look into .plexignore files. Those can be used to tell plex what content not to scan / include in your library.
https://support.plex.tv/articles/201375253-excluding-new-content-with-plexignore/
Exactly what I was looking for! Thank you!
Is there some location that shows advanced features/commands? I am a noob on Plex…
Crud. This is what I am looking for, but Windows 10 does not allow me to create the file. It says there must be a filename before the extension. Any ideas on how to do this?
Nevermind. I just used a PowerShell cmdlet to rename the file:
Rename-Item -path “\Samson\recording\movie.plexignore.txt” -newName ".plexignore"
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.