Code: Select all
/{y}/{genre}/{n.replaceAll(":", replacement = " - ")} ({y})
Code: Select all
/{y}/{genre}/{n.replaceAll(":", replacement = " - ")} ({y})
Code: Select all
{'Marvel Studios' in info.productionCompanies ? 'Marvel Movie' : 'Normal Movie'}
Code: Select all
{'Marvel Studios' in info.productionCompanies ? 'Marvel Movies' : {'DC Entertainment' in info.productionCompanies ? 'DC Comics Movies' : {'Lucasfilm' in info.productionCompanies ? 'Star Wars' : {'Eon Productions' in info.productionCompanies ? 'James Bond' : 'Movies'}}}}
Code: Select all
{
'Marvel Studios' in info.productionCompanies
? 'Marvel Movies'
: {'DC Entertainment' in info.productionCompanies
? 'DC Comics Movies'
: {'Lucasfilm' in info.productionCompanies
? 'Star Wars'
: {'Eon Productions' in info.productionCompanies
? 'James Bond'
: 'Movies'
}
}
}
}
Code: Select all
./script1$_run_closure1$_closure2@584bdd47/The Matrix.....
Code: Select all
./{'Marvel Studios' in info.productionCompanies ? 'Marvel Movies' : {'DC Entertainment' in info.productionCompanies ? 'DC Comics Movies' : {'Lucasfilm' in info.productionCompanies ? 'Star Wars' : {'Eon Productions' in info.productionCompanies ? 'James Bond' : 'Movies'}}}}/{n.replaceAll(/[?*:]/,'.').upperInitial()} ({y}) {AudioLanguages} ({vf}.{vc}_{af}.{ac})
Code: Select all
{
if ('Marvel Studios' in info.productionCompanies) {
return "./Marvel"
} else if ('DC Entertainment' in info.productionCompanies) {
return "./DC Comics"
} else if ('dc extended universe' in info.keywords) {
return "./DC Comics"
} else if ('Lucasfilm' in info.productionCompanies) {
return "./Star Wars"
} else if ('Eon Productions' in info.productionCompanies) {
return "./James Bond"
} else {
return "."
}
}/{n.replaceAll(/[?*:]/,'.').upperInitial()} ({y}) {AudioLanguages} ({vf}.{vc}_{af}.{ac})
Code: Select all
'dc extended universe' in info.keywords
Code: Select all
$ filebot -list --q 791373 --db TheMovieDB --format "{ny} | {info.keywords} | {'dc extended universe' in info.keywords}"
Zack Snyder's Justice League (2021) | [superhero, based on comic, superhero team, dc extended universe, superhero teamup] | true
Double-Click <New Names Item> ➔ Edit Format to prototype your custom format using the currently selected file / movie pair as sample information. You'll want to do that because you'll want rapidly test your custom format on various movies.
Please post a screenshot of the windows you see and the button you're trying to click when nothing happens. Then we can use the screenshot above and compare to make sure that we are on the same page. That is the first step to figuring it out.rednoah wrote: ↑28 May 2022, 16:50If you continue to have trouble, please post a screenshot so that we can see where you're stuck.
rednoah wrote: ↑28 May 2022, 16:50If you continue to have trouble, please post a screenshot so that we can see where you're stuck.