**/Season 01/**

This commit is contained in:
Reinhard Pointner 2013-02-18 16:33:25 +00:00
parent 0aa761ef0a
commit eee42fabd8
2 changed files with 9 additions and 1 deletions

View File

@ -297,6 +297,7 @@ Commie
COMPLIANT
COMPULSION
CONDITION
CONFiDENT
Connaz-AKA-MrPirate
cottage
COUNCiL
@ -346,6 +347,7 @@ DCP
DDC
dddc
DDR
DEA
DeadFish
DEAL
DeBCz
@ -712,6 +714,7 @@ HORiZON
HorribleSubs
HOSTiLE
HOWL
HP
HqDTS
HQE
HR
@ -805,6 +808,7 @@ JFKXVID
JJH
JKR
JMT
JN
JoLLyRoGeR
Jozzep
JunkyCez
@ -928,6 +932,7 @@ MiNT
MiRAGETV
MiRAMAX
MIS
MiSFiTS
Mish
MissRipZ
MLW
@ -1091,6 +1096,7 @@ playXD
PLEADERS
PLT
PlutO
pmHD
PMSVCD
POCHER
POD
@ -1117,6 +1123,7 @@ PROPHETS
ProPL
PROXY
PRXHD
PS
PS3-TEAM
PSiG
PSV
@ -1612,6 +1619,7 @@ ZEN
ZER0
ZeRO
Zeus.Dias
zman
ZMG
Zox
Zurako

View File

@ -31,7 +31,7 @@ def pushover = tryQuietly{ pushover }
// series/anime/movie format expressions
def format = [
tvs: tryQuietly{ seriesFormat } ?: '''TV Shows/{n}/{episode.special ? "Special" : "Season "+s}/{n} - {episode.special ? "S00E"+special.pad(2) : s00e00} - {t}{".$lang"}''',
tvs: tryQuietly{ seriesFormat } ?: '''TV Shows/{n}/{episode.special ? "Special" : "Season "+s.pad(2)}/{n} - {episode.special ? "S00E"+special.pad(2) : s00e00} - {t}{".$lang"}''',
anime: tryQuietly{ animeFormat } ?: '''Anime/{n}/{n} - {sxe} - {t}''',
mov: tryQuietly{ movieFormat } ?: '''Movies/{n} ({y})/{n} ({y}){" CD$pi"}{".$lang"}''',
music: tryQuietly{ musicFormat } ?: '''Music/{n}/{album+'/'}{pi.pad(2)+'. '}{artist} - {t}'''