How to fix small number of movie attributes?
Posted: 17 Feb 2016, 19:50
Running FileBot 4.6 from Mac AppStore on OS X 10.11.3.
Suppose I have an NFS mounted Movies folder with hundreds of movies in a place like
And suppose I have some movies whose attributes I am getting from TMDB are not to my liking, e.g., a few Bruce Lee movies where "collection" is blank, whereas I want it to be "Bruce Lee".
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:
Normally, it would produce a renaming scheme like the following:
However, my Bruce Lee movie, 'Game of Death II' does not get any 'collection' attribute from TMDB.
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)