Is there a way to add Producer, Director, etc to movie names?
-
- Donor
- Posts: 80
- Joined: 21 Dec 2014, 01:29
Is there a way to add Producer, Director, etc to movie names?
Hi, Is there a way to add Producer, Director, etc to movie names? I have a lot of kung-fu movies that i would like to know who produced them? Shaw Brothers, etc.. Thanks.
Re: Is there a way to add Producer, Director, etc to movie names?
Yes. See {director} and Crew, Cast and Characters.
e.g. director:
e.g. find the first producer from the cast & crew listing:
e.g. director:
Format: Select all
{ director }
e.g. find the first producer from the cast & crew listing:
Format: Select all
{ info.crew.find{ it.job =~ /Producer/ }.name }
-
- Donor
- Posts: 80
- Joined: 21 Dec 2014, 01:29
Re: Is there a way to add Producer, Director, etc to movie names?
Thanks... i added the above code to find first producer to my string but it doesn't show anything
Code: Select all
/processed/{y}/{n} ({y}) - [{info.certifications.US}, {genre}, {y}]/{n} ({y})({minutes} Min){ info.crew.find{ it.job =~ /Producer/ }.name }
Re: Is there a way to add Producer, Director, etc to movie names?

Here's what I see:
Console Output: Select all
$ filebot -list --db TheMovieDB --q 19995 --format '{ny} produced by { info.crew.find{ it.job =~ /Producer/ }.name }'
Avatar (2009) produced by James Cameron
-
- Donor
- Posts: 80
- Joined: 21 Dec 2014, 01:29
Re: Is there a way to add Producer, Director, etc to movie names?
Thanks.. i got it.. movie i was testing with didn't have a producer.. 
