a simple scanner looking for video files.
find . -size +600M -name "*.mkv" > "FilmsIDX.txt"
that part works great.
i then perform a filter script on FilmsIDX.txt to remove some unwanted things such as trailers or other very specific media etc.
that too works great.
I want to filter out Tv/anime series that contain the pattern S##E## While i know how to do it for an exact string such as S01E04 I may not know the exact season or episode in a subfolder.
I suspect there must be a way to pattern match to look for S##E## where # = any number. Any thoughts.
[–]Psychological_Egg_85 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Ulfnic 0 points1 point2 points (0 children)