AMC not respecting "sxe" format.
Posted: 12 Jul 2014, 20:10
I cannot get amc to use the "sxe" season/episode format. This is a problem because XMBC won't recognise episodes with just an episode number.
For instance, given the following command line, the file will be renamed as "D:/Media/~Anime/Sword Art Online II/Sword Art Online II - 01 - Gun World - [FFF].mkv"
The weird thing is if I copy paste the same format "D:/Media/~Anime/{n}/{n} - {sxe} - {t} - {[group]}" into filebot's GUI, then it works properly.
Can someone please enlighten me as to why?
Thanks.
For instance, given the following command line, the file will be renamed as "D:/Media/~Anime/Sword Art Online II/Sword Art Online II - 01 - Gun World - [FFF].mkv"
Code: Select all
filebot -script fn:amc --output "D:\Media" --log-file filebot.log --action move --conflict auto -non-strict --def music=y artwork=n --def "seriesFormat=D:/Media/~Series/{n}/{\"Season ${s.pad(2)}\"}/{n} - {sxe} - {t}" "animeFormat=D:/Media/~Anime/{n}/{n} - {sxe} - {t} - {[group]}" "movieFormat=D:/Media/~Films/{n} ({y})/{n} ({y}) {vf} {ac} {group}" "musicFormat=D:/Media/~Music/{n}/{y}{\" - $album/\"}{\"${pi.pad(2)}. \"} {t}" "ut_label=" "ut_state=5" "ut_title=[FFF] Sword Art Online II - 01 [69C1AF79].mkv" "ut_kind=single" "ut_file=[FFF] Sword Art Online II - 01 [69C1AF79].mkv" "ut_dir=D:\Unsorted"
Can someone please enlighten me as to why?
Thanks.