* small adjustments
This commit is contained in:
parent
8a26af9e6a
commit
9caa77a0c0
|
@ -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.getAt = { int index -> listPath(delegate).collect{ replacePathSeparators(getName(it)).trim() }.getAt(index) }
|
||||||
File.metaClass.getRoot = { listPath(delegate)[0] }
|
File.metaClass.getRoot = { listPath(delegate)[0] }
|
||||||
File.metaClass.listPath = { listPath(delegate) }
|
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 }
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
.+sample$
|
.+sample$
|
||||||
1-3-3-8.com
|
1-3-3-8.com
|
||||||
|
10.bit
|
||||||
5[.,]1
|
5[.,]1
|
||||||
@KIDZ
|
@KIDZ
|
||||||
[1-3]CD
|
[1-3]CD
|
||||||
|
|
|
@ -117,6 +117,7 @@ ARiSCRAPAYSiTES
|
||||||
ARROW
|
ARROW
|
||||||
ARTHOUSE
|
ARTHOUSE
|
||||||
ArtSubs
|
ArtSubs
|
||||||
|
asaadas
|
||||||
ASAP
|
ASAP
|
||||||
AsiSter
|
AsiSter
|
||||||
aTerFalleT
|
aTerFalleT
|
||||||
|
@ -603,6 +604,7 @@ GEO
|
||||||
gFViD
|
gFViD
|
||||||
GFW
|
GFW
|
||||||
GFY
|
GFY
|
||||||
|
gg
|
||||||
GHOST
|
GHOST
|
||||||
GiGAS
|
GiGAS
|
||||||
GiNJi
|
GiNJi
|
||||||
|
@ -621,6 +623,7 @@ GORE
|
||||||
GOREHOUNDS
|
GOREHOUNDS
|
||||||
GOTHiC
|
GOTHiC
|
||||||
Gothicmaster
|
Gothicmaster
|
||||||
|
GotWoot
|
||||||
GR0GG
|
GR0GG
|
||||||
greenbud1969
|
greenbud1969
|
||||||
GREiD
|
GREiD
|
||||||
|
|
|
@ -269,9 +269,9 @@
|
||||||
</div>
|
</div>
|
||||||
Download subtitles from <a href="http://www.opensubtitles.org">OpenSubtitles</a>, <a href="http://subscene.com">Subscene</a> and <a href="http://www.sublight.si">Sublight</a>
|
Download subtitles from <a href="http://www.opensubtitles.org">OpenSubtitles</a>, <a href="http://subscene.com">Subscene</a> and <a href="http://www.sublight.si">Sublight</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>Advanced matching logic of files and subtitles</li>
|
||||||
<li>Find <dfn>exact</dfn> subtitles on OpenSubtitles</li>
|
<li>Find <dfn>exact</dfn> subtitles on OpenSubtitles</li>
|
||||||
<li>Find <dfn>linked</dfn> subtitles on Sublight<br/><span class="note mediainfo">MediaInfo required</span></li>
|
<li>Find <dfn>linked</dfn> subtitles on Sublight<br/><span class="note mediainfo">MediaInfo required</span></li>
|
||||||
<li>Auto-extract zip and rar archives</li>
|
|
||||||
<li>Integrated subtitle viewer for <acronym title="SubRip">srt</acronym>, <acronym title="Advanced SubStation Alpha">ass</acronym> and <acronym title="MicroDVD and SubViewer">sub</acronym> files</li>
|
<li>Integrated subtitle viewer for <acronym title="SubRip">srt</acronym>, <acronym title="Advanced SubStation Alpha">ass</acronym> and <acronym title="MicroDVD and SubViewer">sub</acronym> files</li>
|
||||||
<li>Transcode any subtitle as UTF-8 encoded <acronym title="SubRip">srt</acronym></li>
|
<li>Transcode any subtitle as UTF-8 encoded <acronym title="SubRip">srt</acronym></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -222,7 +222,7 @@ plex?.each{
|
||||||
// mark episodes as 'acquired'
|
// mark episodes as 'acquired'
|
||||||
if (myepisodes) {
|
if (myepisodes) {
|
||||||
println 'Update 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) {
|
if (pushover) {
|
||||||
|
|
Loading…
Reference in New Issue