AMC sometimes renaming wrong with archives

Any questions? Need some help?
Post Reply
beedee
Posts: 10
Joined: 02 Aug 2012, 13:16

AMC sometimes renaming wrong with archives

Post by beedee »

I noticed that renaming with the AMC script seems to be based on the archive name rather than the folder name containing the archive.

For example, I had the following:

"Sleeping.Beauty.2011.720p.BluRay.x264-Group" which got renamed to "Sleeping Beauty (1959)"

In another case the archive was named after the group, giving the movie a totally wrong name.

Since it's usually the folder name that contains the best information regarding it's contents, I'm wondering if it's possible to "fix" this?

Thanks!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC sometimes renaming wrong with archives

Post by rednoah »

Works for me:

Code: Select all

Auto-detect movie from context: [D:\testdata\AMC-TEST\Sleeping.Beauty.2011.720p.BluRay.x264-Group\group\group-sb.avi]
[COPY] Rename [D:\testdata\AMC-TEST\Sleeping.Beauty.2011.720p.BluRay.x264-Group\group\group-sb.avi] to [D:\output\Movies\Sleeping Beauty (2011)\Sleeping Beauty (2011).avi]
Send the the full path if you want me check what's going on.
:idea: Please read the FAQ and How to Request Help.
beedee
Posts: 10
Joined: 02 Aug 2012, 13:16

Re: AMC sometimes renaming wrong with archives

Post by beedee »

Here's two of the files, would be great if you had a look :)

Code: Select all

Auto-detect movie from context: [/Volumes/Movies/Archives/Sleeping.Beauty.2011.LIMITED.720p.BluRay.X264-7SinS/7s-sleeping.beauty.720p/7s-sleeping.beauty.720p.mkv]
Apr 13, 2013 12:00:45 AM net.sourceforge.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: null
Apr 13, 2013 12:00:45 AM net.sourceforge.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: null
[SYMLINK] Rename [/Volumes/Movies/Archives/Sleeping.Beauty.2011.LIMITED.720p.BluRay.X264-7SinS/7s-sleeping.beauty.720p/7s-sleeping.beauty.720p.mkv] to [/Volumes/Movies/Test/Sleeping Beauty (1959).mkv]
[SYMLINK] Rename [/Volumes/Movies/Archives/Sleeping.Beauty.2011.LIMITED.720p.BluRay.X264-7SinS/7s-sleeping.beauty.720p/7s-sleeping.beauty.720p.eng.srt] to [/Volumes/Movies/Test/Sleeping Beauty (1959).srt]
Processed 2 files

Code: Select all

Auto-detect movie from context: [/Volumes/Movies/Archives/Walk.The.Line.2005.1080p.BD9.x264-IGUANA/iguana-wtl.1080p.bd9/iguana-wtl.1080p.bd9.mkv]
Apr 13, 2013 12:00:43 AM net.sourceforge.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: null
Apr 13, 2013 12:00:43 AM net.sourceforge.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: null
[SYMLINK] Rename [/Volumes/Movies/Archives/Walk.The.Line.2005.1080p.BD9.x264-IGUANA/iguana-wtl.1080p.bd9/iguana-wtl.1080p.bd9.mkv] to [/Volumes/Movies/Test/Iguana (1988).mkv]
[SYMLINK] Rename [/Volumes/Movies/Archives/Walk.The.Line.2005.1080p.BD9.x264-IGUANA/iguana-wtl.1080p.bd9/iguana-wtl.1080p.bd9.eng.srt] to [/Volumes/Movies/Test/Iguana (1988).srt]
Processed 2 files
Thanks!
beedee
Posts: 10
Joined: 02 Aug 2012, 13:16

Re: AMC sometimes renaming wrong with archives

Post by beedee »

Thank you. I won't be able to test it until tomorrow probably but will post again with results when I do.
beedee
Posts: 10
Joined: 02 Aug 2012, 13:16

Re: AMC sometimes renaming wrong with archives

Post by beedee »

It works :) I do however get this before each "[SYMLINK] Rename...":

Code: Select all

WARNING: Failed to set xattr: null
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC sometimes renaming wrong with archives

Post by rednoah »

xattr not supported by your platform/java/filesystem. Don't worry about it.

Read this for more information:
http://www.filebot.net/forums/viewtopic.php?f=3&t=324
:idea: Please read the FAQ and How to Request Help.
Post Reply