* ignore anidb for now

This commit is contained in:
Reinhard Pointner 2013-03-30 03:12:59 +00:00
parent fe0d152d8f
commit b766fcba93
2 changed files with 7 additions and 1 deletions

View File

@ -89,6 +89,11 @@
"date": "2011-02-18",
"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",
"date": "2013-02-24",

View File

@ -49,7 +49,8 @@ def forceSeries(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) {