Search found 2 matches

by SAKUJ0
25 Dec 2016, 00:41
Forum: Feature Requests and Bug Reports
Topic: [Enhancement] AMC script movie vs tv forcing through path name
Replies: 1
Views: 2090

[Enhancement] AMC script movie vs tv forcing through path name

Sup

def forceMovie(f) {
label =~ /^(?i:Movie|Film|Concert|UFC)/ || f.dir.listPath().any{ it.name ==~ /(?i:Movies)/ } || f.isMovie()
}

def forceSeries(f) {
label =~ /^(?i:TV|Show|Series|Documentary)/ || f.dir.listPath().any{ it.name ==~ /(?i:TV.Shows)/ } || f.path =~ /(?<=\b|_)(?i:tv[sp]-|Season ...
by SAKUJ0
24 Dec 2016, 06:11
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 748
Views: 3159533

Re: Release Groups {group}

Is the + after de[42] intentional? It would not match my files that follow scene standards, meaning they end in -de[42].mkv.

If it is a typo, would you please change de[42]+ into de[42]?