diff --git a/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy b/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy index 125145e3..dfaa9cb0 100644 --- a/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy +++ b/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy @@ -17,7 +17,7 @@ File.metaClass.getAt = { Range range -> listPath(delegate).collect{ replacePathS File.metaClass.getAt = { int index -> listPath(delegate).collect{ replacePathSeparators(getName(it)).trim() }.getAt(index) } File.metaClass.getRoot = { listPath(delegate)[0] } File.metaClass.listPath = { listPath(delegate) } -File.metaClass.getDiskSpace = { listPath(delegate).reverse().find{ it.exists() }.usableSpace } +File.metaClass.getDiskSpace = { listPath(delegate).reverse().find{ it.exists() }?.usableSpace ?: 0 } /** diff --git a/website/data/query-blacklist.txt b/website/data/query-blacklist.txt index 93f2359a..903089d5 100644 --- a/website/data/query-blacklist.txt +++ b/website/data/query-blacklist.txt @@ -1,5 +1,6 @@ .+sample$ 1-3-3-8.com +10.bit 5[.,]1 @KIDZ [1-3]CD diff --git a/website/data/release-groups.txt b/website/data/release-groups.txt index 72d0198a..74585fdf 100644 --- a/website/data/release-groups.txt +++ b/website/data/release-groups.txt @@ -117,6 +117,7 @@ ARiSCRAPAYSiTES ARROW ARTHOUSE ArtSubs +asaadas ASAP AsiSter aTerFalleT @@ -603,6 +604,7 @@ GEO gFViD GFW GFY +gg GHOST GiGAS GiNJi @@ -621,6 +623,7 @@ GORE GOREHOUNDS GOTHiC Gothicmaster +GotWoot GR0GG greenbud1969 GREiD diff --git a/website/index.html b/website/index.html index b7c31ed5..5f70c203 100644 --- a/website/index.html +++ b/website/index.html @@ -269,9 +269,9 @@ Download subtitles from OpenSubtitles, Subscene and Sublight +
  • Advanced matching logic of files and subtitles
  • Find exact subtitles on OpenSubtitles
  • Find linked subtitles on Sublight
    MediaInfo required
  • -
  • Auto-extract zip and rar archives
  • Integrated subtitle viewer for srt, ass and sub files
  • Transcode any subtitle as UTF-8 encoded srt
  • diff --git a/website/scripts/utorrent-postprocess.groovy b/website/scripts/utorrent-postprocess.groovy index 05e4ce94..d2439ad8 100644 --- a/website/scripts/utorrent-postprocess.groovy +++ b/website/scripts/utorrent-postprocess.groovy @@ -222,7 +222,7 @@ plex?.each{ // mark episodes as 'acquired' if (myepisodes) { println 'Update MyEpisodes' - include('fn:update-mes', [login:myepisodes.join(':'), addshows:false], getRenameLog().values()) + include('fn:update-mes', [login:myepisodes.join(':'), addshows:true], getRenameLog().values()) } if (pushover) {