* 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.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 }
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.+sample$
|
||||
1-3-3-8.com
|
||||
10.bit
|
||||
5[.,]1
|
||||
@KIDZ
|
||||
[1-3]CD
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -269,9 +269,9 @@
|
|||
</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>
|
||||
</li>
|
||||
<li>Advanced matching logic of files and subtitles</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>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>Transcode any subtitle as UTF-8 encoded <acronym title="SubRip">srt</acronym></li>
|
||||
</ul>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue