Failed to grep IMDbID
Posted: 04 Sep 2013, 07:46
Hello,
Sorry but i am a beginner with filebot.
I started using filebot from a synology and i want to cleanup/rename my movie files already organized with nfo generated by application like couchpotato in the xbmc format.
when i run the following cli :
filebot -rename * --format "{y}/{n} {fn} ({y})" --action test --db TheMovieDB --log-file filebot.log -non-strict
I got the following error :
DiskStation> filebot -rename * --format "{y}/{n} {fn} ({y})" --action test --db TheMovieDB --log-file filebot.log -non-strict
Locking /usr/local/filebot/data/logs/filebot.log
Rename movies using [TheMovieDB]
Failed to grep IMDbID: Body of Lies (2008).nfo
It seems the imdbid is not extracted even it if is present in the nfo file :
<id>758774</id>
How can make filebot extract properly this info ? do i need a script and if yes does this script already exist ?
Also since all my nfo are clean since created from XBMC, i dont need necessarly to query TheMovieDB again.
Can i rename my file using info already present in the nfo ?
Many thanks in advance for any guidance,
Jean.
Sorry but i am a beginner with filebot.
I started using filebot from a synology and i want to cleanup/rename my movie files already organized with nfo generated by application like couchpotato in the xbmc format.
when i run the following cli :
filebot -rename * --format "{y}/{n} {fn} ({y})" --action test --db TheMovieDB --log-file filebot.log -non-strict
I got the following error :
DiskStation> filebot -rename * --format "{y}/{n} {fn} ({y})" --action test --db TheMovieDB --log-file filebot.log -non-strict
Locking /usr/local/filebot/data/logs/filebot.log
Rename movies using [TheMovieDB]
Failed to grep IMDbID: Body of Lies (2008).nfo
It seems the imdbid is not extracted even it if is present in the nfo file :
<id>758774</id>
How can make filebot extract properly this info ? do i need a script and if yes does this script already exist ?
Also since all my nfo are clean since created from XBMC, i dont need necessarly to query TheMovieDB again.
Can i rename my file using info already present in the nfo ?
Many thanks in advance for any guidance,
Jean.