Problem renaming files

Any questions? Need some help?
Post Reply
greenythebeast
Posts: 9
Joined: 14 Sep 2012, 02:49

Problem renaming files

Post by greenythebeast »

Code: Select all

root@Greenyserver:~# filebot -rename /mnt/user/Torrents --format "{n}" --db imdb -no-analytics -non-strict
Nov 18, 2012 11:41:47 AM net.sourceforge.tuned.prefs.FilePreferencesFactory getPreferencesFile
INFO: Preferences file is /root/prefs.properties
Rename movies using [IMDb]
Looking up movie by filehash via [IMDb]
IMDb: Hash lookup not supported
Auto-detect movie from context: [/mnt/user/Torrents/mi3.720p.x264-reveille.mkv]
Auto-detect movie from context: [/mnt/user/Torrents/mission.impossible.ghost.protocol.2011.720p.bluray.x264-sparks.mkv]
Auto-detect movie from context: [/mnt/user/Torrents/rev-mi.x264.mkv]
Auto-detect movie from context: [/mnt/user/Torrents/rev-mi2.x264.mkv]
Stripping invalid characters from new path: Mission: Impossible - Ghost Protocol
[MOVE] Rename [/mnt/user/Torrents/mission.impossible.ghost.protocol.2011.720p.bluray.x264-sparks.mkv] to [Mission Impossible - Ghost Protocol.mkv]
[MOVE] Rename [/mnt/user/Torrents/mi3.720p.x264-reveille.mkv] to [User.mkv]
Skipped [/mnt/user/Torrents/rev-mi.x264.mkv] because [/mnt/user/Torrents/User.mkv] already exists
Skipped [/mnt/user/Torrents/rev-mi2.x264.mkv] because [/mnt/user/Torrents/User.mkv] already exists
Processed 4 files
Done ヾ(@⌒ー⌒@)ノ
Anyone know why a lot of my movies are being renamed to User.mkv?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Problem renaming files

Post by rednoah »

Since the whole path doesn't make much sense that's what you get (as you've specified via -non-strict).

User (2010)
http://www.imdb.com/find?q=user&s=tt

IMDb doesn't have MI listed as alias for Mission Impossible
http://www.imdb.com/find?q=mi&s=tt

Added 'users' to the blacklist, so this issue will be gone by tomorrow (and mi12 will not be processed):
http://filebot.sourceforge.net/forums/v ... ?f=3&t=359

EDIT: These things might work slightly better with TMDb, but some names might be to fucked up.
:idea: Please read the FAQ and How to Request Help.
Post Reply