* ignore anidb for now
This commit is contained in:
parent
fe0d152d8f
commit
b766fcba93
|
@ -89,6 +89,11 @@
|
||||||
"date": "2011-02-18",
|
"date": "2011-02-18",
|
||||||
"text": "best app on series renaming i could find"
|
"text": "best app on series renaming i could find"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"user": "Jan",
|
||||||
|
"date": "2013-03-21",
|
||||||
|
"text": "Kudos :) Great time saver keeping my collection organized. Stable, useful, easy to use. Donation has been made. Keep up the good work"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"user": "hfurius",
|
"user": "hfurius",
|
||||||
"date": "2013-02-24",
|
"date": "2013-02-24",
|
||||||
|
|
|
@ -49,7 +49,8 @@ def forceSeries(f) {
|
||||||
}
|
}
|
||||||
|
|
||||||
def forceAnime(f) {
|
def forceAnime(f) {
|
||||||
tryQuietly{ ut_label } =~ /^(?i:Anime)/ || (f.isVideo() && (f.name =~ "[\\(\\[]\\p{XDigit}{8}[\\]\\)]" || getMediaInfo(file:f, format:'''{media.AudioLanguageList} {media.TextCodecList}''').tokenize().containsAll(['Japanese', 'ASS'])))
|
// tryQuietly{ ut_label } =~ /^(?i:Anime)/ || (f.isVideo() && (f.name =~ "[\\(\\[]\\p{XDigit}{8}[\\]\\)]" || getMediaInfo(file:f, format:'''{media.AudioLanguageList} {media.TextCodecList}''').tokenize().containsAll(['Japanese', 'ASS'])))
|
||||||
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
def forceIgnore(f) {
|
def forceIgnore(f) {
|
||||||
|
|
Loading…
Reference in New Issue