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.keywordsCode: 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.
 Sample file has not been set. Click "Change Sample" to select a sample file. message then you can click on that message and then select a sample file, or click on the 
 button. You will see this message because {audioLanguages} {vf} {vc} and friends require a sample media file. In this case it's probably more important to set the Match Object to a movie you can test your conditions with though. Media File can be any file that has some audio stream so you can see a few values when testing.
 button then it'll use a sample movie object and sample file that you can adjust to your needs via 
 Change Sample ➔ 
 Select Match like so:
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.