[AMC] Set custom movieFormat

Any questions? Need some help?
Post Reply
guimello
Posts: 8
Joined: 08 Feb 2015, 12:33

[AMC] Set custom movieFormat

Post by guimello »

Hi there

I am having issues getting AMC to rename movies as I'd like. Here's the execution script:

Code: Select all

bash ~/filebot/filebot.sh -script fn:amc --output "/media/66451/guimello/private/rtorrent/complete/" --log-file amc.log --action hardlink --conflict override --def "MovieFormat=/media/66451/guimello/private/rtorrent/complete/Movies/{n.upperInitial().space('.')}.{y}.{source}.{vf}.{vc}{'-'+group}/{fn}" --def unsorted=y -non-strict --def music=n artwork=y "ut_dir=$TORRENT_PATH" "ut_kind=multi" "ut_title=$TORRENT_NAME" "ut_label=$TORRENT_LABEL" &
If it's unclear, I'm after the following naming structure: Movie.Title.2005.720p.x264-GROUP/filename.mkv.

The log file appears to have detected the MovieFormat parameter (see below), however it is renaming to the default convention of 'Movie Name (Year)/Movie Name (Year).mkv'.

AMC Log:

Code: Select all

Run script [fn:amc] at [Sat Nov 07 15:43:22 UTC 2015]
Parameter: MovieFormat = /media/66451/guimello/private/rtorrent/complete/Movies/{n.upperInitial().space('.')}.{y}.{source}.{vf}.{vc}{'-'+group}/{fn}
Parameter: unsorted = y
Parameter: music = n
Parameter: artwork = y
Parameter: ut_dir = /media/66451/guimello/private/rtorrent/data/Movies/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO
Parameter: ut_kind = multi
Parameter: ut_title = Ant.Man.2015.1080p.HDRip.X264.AC3-EVO
Parameter: ut_label = Movies
Input: /media/66451/guimello/private/rtorrent/data/Movies/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO.mkv
Exclude: /media/66451/guimello/private/rtorrent/data/Movies/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO.nfo
Exclude: /media/66451/guimello/private/rtorrent/data/Movies/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO/sample.mkv
Group: [mov:ant man 2015] => [Ant.Man.2015.1080p.HDRip.X264.AC3-EVO.mkv]
Rename movies using [TheMovieDB]
[HARDLINK] Rename [/media/66451/guimello/private/rtorrent/data/Movies/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO/Ant.Man.2015.1080p.HDRip.X264.AC3-EVO.mkv] to [/media/66451/guimello/private/rtorrent/complete/Movies/Ant-Man (2015)/Ant-Man (2015).mkv]
Processed 1 files
Fetching movie artwork for [Ant-Man (2015)] to [/media/66451/guimello/private/rtorrent/complete/Movies/Ant-Man (2015)]
Fetching /media/66451/guimello/private/rtorrent/complete/Movies/Ant-Man (2015)/poster.jpg => {category: posters, width: 2000, height: 3000, language: en, url: http://image.tmdb.org/t/p/original/D6e8RJf2qUstnfkTslTXNTUAlT.jpg}
Fetching /media/66451/guimello/private/rtorrent/complete/Movies/Ant-Man (2015)/fanart.jpg => {category: backdrops, width: 3510, height: 1974, language: null, url: http://image.tmdb.org/t/p/original/kvXLZqY0Ngl1XSw7EaMQO0C1CCj.jpg}
IOException: Server returned HTTP response code: 500 for URL: http://api.fanart.tv/webservice/movie/780b986b22c35e6f7a134a2f392c2deb/102899/xml/all/1/2
Done ヾ(@⌒ー⌒@)ノ
I would appreciate your help! Everything appears to be working great - what a great tool you guys have developed!
User avatar
rednoah
The Source
Posts: 22990
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Help - Movie Renaming

Post by rednoah »

Have you tried movieFormat instead of MovieFormat yet? Case matters.
:idea: Please read the FAQ and How to Request Help.
guimello
Posts: 8
Joined: 08 Feb 2015, 12:33

Re: AMC Help - Movie Renaming

Post by guimello »

rednoah wrote:Have you tried movieFormat instead of MovieFormat yet? Case matters.
Thanks mate - that has fixed it for me!
Post Reply