I want rename the file "Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv" as "Olympus Has Fallen (2013)" but filebot dont work correctly in all directories, example.
If i use this
Code: Select all
/Applications/FileBot.app/Contents/MacOS/filebot -rename "/Volumes/Descargas/A PROCESAR/PELICULAS/Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv" --db TheMovieDB -non-strict --filter "y > 2000" --action test
Code: Select all
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/Volumes/Descargas/A PROCESAR/PELICULAS/Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv]
Apply Filter: {y > 2000}
Include [Las pelculas de mi padre (2007)]
Include [Films to Keep You Awake: Blame (2006)]
Include [Films to Keep You Awake: To Let (2006)]
Include [Films to Keep You Awake: Spectre (2006)]
Include [Films to Keep You Awake: The Christmas Tale (2005)]
Include [Films to Keep You Awake: A Real Friend (2006)]
Include [Films to Keep You Awake: The Baby's Room (2006)]
Include [Olympus Has Fallen (2013)]
[TEST] Rename [/Volumes/Descargas/A PROCESAR/PELICULAS/Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv] to [Las pelculas de mi padre (2007).mkv]
Processed 1 files
Done ?(?????)?
But if i change the file location and launch filebot
Code: Select all
/Applications/FileBot.app/Contents/MacOS/filebot -rename "/Volumes/Descargas/Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv" --db TheMovieDB -non-strict --filter "y > 2000" --action test
Code: Select all
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/Volumes/Descargas/Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv]
Apply Filter: {y > 2000}
Include [Olympus Has Fallen (2013)]
[TEST] Rename [/Volumes/Descargas/Objetivo.La.Casa.Blanca.1080p.by.israntxa.mkv] to [Olympus Has Fallen (2013).mkv]
Processed 1 files
Done ?(?????)?
Same file, different location = different results!!

Seems like filebot get all path and filename to search titles in databases, No option for discard path and search only by filename.ext?