21 lines
610 B
Groovy
Executable File
21 lines
610 B
Groovy
Executable File
/** RUTAS **/
|
|
def root = '/pelis/'
|
|
def ruta2000 = root+"Pelis/"
|
|
def ruta = ruta2000
|
|
def ruta_docu = root+"Documentales/"
|
|
def ruta_anime = root+"Pelis_anime/"
|
|
def ruta_animacion = root+"Pelis_animacion/"
|
|
def ruta_infantil = root+"Pelis_infantiles/"
|
|
def ruta_familiar = root+"Pelis_familiar/"
|
|
def ruta_esp = root+"Pelis_esp/"
|
|
def ruta_latina = root+"Pelis_lat/"
|
|
def ruta_cat = root+"Pelis_cat/"
|
|
def ruta_retro = root+"Pelis_retro/"
|
|
def ruta_estrenos = root+"Pelis_estrenos/"
|
|
def ruta_classic = root+"Pelis_classic/"
|
|
def ruta_asiaticas = root+"Pelis_asiaticas/"
|
|
def rutaKO = root+"error/"
|
|
/**********/
|
|
|
|
try {
|
|
|