Format: Select all
{ allOf{ tags }{ hd =~ /UHD/ ? '4K' : null }{ hdr }{ fn.matchAll(/remux|hybrid|upscaled/) }.joining(', ', '{edition-','}') }
Code: Select all
{edition-Extended Cut, 4K, HDR10, REMUX}
Format: Select all
{ allOf{ tags }{ hd =~ /UHD/ ? '4K' : null }{ hdr }{ fn.matchAll(/remux|hybrid|upscaled/) }.joining(', ', '{edition-','}') }
Code: Select all
{edition-Extended Cut, 4K, HDR10, REMUX}
Shell: Select all
export JAVA_OPTS="-Dawt.toolkit.name=WLToolkit"
filebot
Shell: Select all
filebot -script fn:properties --def awt.toolkit.name=WLToolkit
Code: Select all
1 Requested mail action aborted, mailbox not found
CaptainKen wrote: ↑15 May 2025, 22:54 Just noticed one last item, which is how do I keep IMAX in the filename?
Format: Select all
{ ' ' + fn.match(/IMAX/) }
Format: Select all
{drive}/{ plex.id << { " {$vf,$vc,$ac}" } }
Code: Select all
X:/TV Shows/Alias {tmdb-2046}/Season 01 {480p,x264,AC3}/Alias - S01E01 - Truth Be Told
Indeed. DVD Order also seems to be missing a few episodes as well.mayormemories wrote: ↑10 May 2025, 19:07 I think I just solved it! I right-clicked and went in preferences and changed the episode order to "airdate" instead of "DVD."
Format: Select all
Movies/{ country }/{ ~plex.id }
Format: Select all
{ country.replace('KR':'Korea') }