Suppose I have an NFS mounted Movies folder with hundreds of movies in a place like
Code: Select all
/Volumes/Movies
How can I override the data I am getting from TMDB for these few select movies without touching the others?
Do I have to make 2 runs over my Movies folder, (1) without the Bruce Lee movies, where the Movie Format expression works fine, and (2) another with Bruce Lee movies, maybe with a CSV mapper?
My current expression is:
Code: Select all
{collection.replaceAll(' Collection', '').replaceFirst(/^(?i)(The|A)\s(.+)/, /$2/)+'/'}{n.replaceAll(/:|]/, ", ").replaceFirst(/^(?i)(The|A)\s(.+)/, /$2, $1/)} ({y})
Code: Select all
Bourne/Bourne Identity, The (2002)
Bourne/Bourne Legacy, The (2012)
Brave (2012)