Search found 2 matches
- 10 Apr 2022, 21:56
- Forum: Help and Support
- Topic: Exclude folders based on exact folder name?
- Replies: 1
- Views: 1577
Exclude folders based on exact folder name?
Here's the script i'm using (for TV shows): !file.isMovie() && none{ f =~ /Featurette|Featurettes|tv-sonarr|seeding|Extras/ } && none{ ext =~ /jpg|png|txt|exe|nfo|website/ }{ fn.match(/sample|trailer/) } And it has been working pretty well so far. However, I have been having some trouble with not ...
- 16 Mar 2022, 08:24
- Forum: Episode / Movie Naming Scheme
- Topic: Need Help With File Selector Expression Code
- Replies: 1
- Views: 1156
Need Help With File Selector Expression Code
What I want to do: [*]Import only MKV, MP4, and SRT files [*]Import only files that don't include "sample" or "trailer" in the filename. [*]Import only files that aren't in a separate folder names "Featurettes", "Extras", or "Specials". [*]Import only files with a runtime of more than 60 minutes ...