Hi, is it possible to ask AMC when it auto-extract to rename automatically file .mkv/.avi/mp4/etc with the folder name?
ex: Folder name: 8.Mile.DVDRip.XViD-team
file : 8m-team.avi
filepath: /8.Mile.DVDRip.XViD-team/8m-team.avi
when extract -> to rename the file at same time to: 8.Mile.DVDRip.XViD-team.avi (instead of keeping 8m-team.avi)
new filepath: /8.Mile.DVDRip.XViD-team/8.Mile.DVDRip.XViD-team.avi
** before the AMC do all his others works, I think that will help the AMC and filebot matching find the correct movies/series easier
Thanks
AMC auto-extract movie/TV file but auto-rename to foldername
Re: AMC auto-extract movie/TV file but auto-rename to foldername



Code: Select all
filebot -rename /path/to/files --db file --format "{ folder.name }"
EDIT:
