* use easy-to-change triple-quotes for script template
This commit is contained in:
parent
67f6dc63e1
commit
1ed16c37f2
|
@ -1,8 +1,8 @@
|
|||
// PERSONALIZED SETTINGS
|
||||
def episodeDir = "V:/in/TV"
|
||||
def episodeFormat = "V:/out/TV/{n}{'/Season '+s}/{episode}"
|
||||
def movieDir = "V:/in/Movies"
|
||||
def movieFormat = "V:/out/Movies/{movie}/{movie}"
|
||||
def episodeDir = '''V:/in/TV'''
|
||||
def episodeFormat = '''V:/out/TV/{n}{'/Season '+s}/{episode}'''
|
||||
def movieDir = '''V:/in/Movies'''
|
||||
def movieFormat = '''V:/out/Movies/{movie}/{movie}'''
|
||||
|
||||
// XBMC ON LOCAL MACHINE
|
||||
def xbmc = ['localhost'] // (use [] to not notify any XBMC instances about updates)
|
||||
|
|
|
@ -49,7 +49,7 @@ def forceAnime(f) {
|
|||
}
|
||||
|
||||
def forceIgnore(f) {
|
||||
tryQuietly{ ut_label } =~ /^(?i:Ebook|other|ignore)/
|
||||
tryQuietly{ ut_label } =~ /^(?i:ebook|other|ignore)/
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue