Search found 3 matches

by parisbyday
04 Sep 2013, 10:12
Forum: Help and Support
Topic: Failed to grep IMDbID
Replies: 5
Views: 4248

Re: Failed to grep IMDbID

Works perfectly as expected. Used a find to process all nfo's recursively
find . -name \*.nfo -exec filebot -script ren.groovy {} \;

Many thanks again for your time.

JEan.
by parisbyday
04 Sep 2013, 08:40
Forum: Help and Support
Topic: Failed to grep IMDbID
Replies: 5
Views: 4248

Re: Failed to grep IMDbID

Hello, Thanks for the quick reply. Most of time i do an export from XBMC database to generate consistent nfo. XBMC will create clean nfo with all detailled info. Unfortunately, it seems that in this export process, XBMC forget the prefix tt in front of the IMDB id. I just manually added it to check ...
by parisbyday
04 Sep 2013, 07:46
Forum: Help and Support
Topic: Failed to grep IMDbID
Replies: 5
Views: 4248

Failed to grep IMDbID

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 ...