Code: Select all
audioLanguages.ISO3 - 'eng'
Code: Select all
audioLanguages.ISO3 - 'eng'
rednoah wrote: ↑25 Jul 2017, 09:07Remove "eng" from the list:Code: Select all
audioLanguages.ISO3 - 'eng'
Thank you for the explanation
Code: Select all
Filmer/{n} {' ['+fn.replaceAll(/(?i)directors|theatrical|ultimate/,'$0 Cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT|ULTIMATE.CUT|SPECIAL.EDITION/).join('][').upperInitial().lowerTrail()+']'} ({y}) {vf} {source} {gigabytes} {audioLanguages}/{n} ({y}) {' CD'+pi} - {dim} {vf} {vc} [{ac}{fn.match("-HD.MA.")}-{af}]{'.'+lang}
Code: Select all
Movies/{ny} {tags}/{plex.name}
Code: Select all
{ny.colon(' - ')}
Code: Select all
Movies/{n.colon(' - ')} {tags} ({y}) {vf} {source} {gigabytes} {audioLanguages}/{ny.colon(' - ')} - [{resolution}] [{vf} & {vc}] [{ac}{fn.match("-HD.MA.")}-{af}]{' CD'+pi}{'.'+lang}
Code: Select all
Filmer/{n.colon(' - ')} {tags} ({y}) {vf} {source} {gigabytes} {audioLanguages}/{plex.name} - [{resolution}] [{vf} & {vc}] [{ac}{fn.match("-HD.MA.")}-{af}]
Code: Select all
{(folder.listFiles()*.length().sum() / 1e9).round(1) + " GB"}
Code: Select all
{plex.derive{" by $director"}{" [$vf, $vc, $ac]"}}
Code: Select all
Movies/{n.colon(' - ')} {tags} ({y}) {vf} {source} {(folder.listFiles()*.length().sum() / 1e9).round(1) + " GB"}/{plex.derive{" [$resolution]"}{" [$vf-$vc] [$ac-$af]"}}
Code: Select all
{folder.listFiles()*.name}
Code: Select all
{plex.tail}
Code: Select all
Filmer/{n.colon(' - ')} {tags} ({y}) {vf} {source} {folder.listFiles()*.name}/{plex.derive{" [$resolution]"}{" [$vf-$vc] [$ac-$af]"}}
Code: Select all
model.findAll{ it.id == id }.file.length.sum()
Code: Select all
{def size = model.findAll{ it.id == id }.file.length.sum(); (size / 1e9).round(1) + ' GB'}
Code: Select all
{f.path.match(/REMASTERED|DC/)}
Code: Select all
{plex.derive{" [$resolution]"}{" [$vf-$vc] [$ac-$af]"}.name}
Code: Select all
Anime/{n.colon(' - ')} {tags} ({y}) {vf} {source} {def size = model.findAll{ it.id == id }.file.length.sum(); (size / 1e9).round(1) + ' GB'} {imdbid} {audioLanguages}/{plex.derive{" [$resolution]"}{" [$vf-$vc] [$ac-$af]"}.name}
Code: Select all
Movies/{n.colon(' - ')} {tags} ({y}) {vf} {source} {def size = model.findAll{ it.id == id }.file.length.sum(); (size / 1e9).round(1) + ' GB'} {imdbid}/{plex.derive{" [$resolution]"}{" [$vf-$vc] [$ac-$af]"}.name}
Code: Select all
{info.productionCompanies}