It's been a while since I've posted on your forums, and I must say I'm loving the new change, especially the new updates to FileBot!!

Now I read up on a forum post somewhere that you linked to a file I just had to edit with;
Code: Select all
input = input.findAll{ it.isVideo() }
All I want is to be able to ONLY move video files (.mp4, .avi, .mkv) etc and leave behind the subtitles, nfo's, etc.
My CLI currently is;
Code: Select all
filebot -rename "H:/Movies To Sort/" --db IMDB --format "H:/Movies/{imdb.genres.take(1).join(' ')}/{n.replaceAll(':', replacement = ' -')} ({y})" --conflict skip

I'm hoping you'll have an easy enough fix for me to implement.
All of the best, and long live FileBot!!
