I'm a noob here, and I'm trying to use filebot to rename and move my downloaded files, both automatically from torrent and using a .bat file just in case I need to do it manually.
I'm trying to use AMC, but without luck, and I must admit I don't know what I'm doing...
So, I have my tv shows in Z:/series (my structure is usually Z:/series/show name/season nn/show name ssxcc - chapter title.ext)
ie. z:/series/the walking dead/season 01/the walking dead 01x03 - whatever.avi
movies in Y:/movies (moviename (year).ext i.e "y:/movies/the minions (2015).avi"
anime in the same folder as tv shows, with same structure
music in G:/mis docs/musica (usually artist - album / artist - album - track number - song title.mp3)
my unsorted files are in g:/mis docs/videos/unsorted
so far, on the command line bat file, this is what I tried:
Code: Select all
"C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "G:/mis docs/videos" --log-file amc.log --action test -non-strict "G:/mis docs/videos/unsorted" --def excludeList=amc.txt --lang es --def "seriesFormat=Z:/series/{n}/{'Season '+s}/{fn}" "animeFormat=Z:/Anime/{n}/{fn}" "movieFormat=Y:/Movies/{n} {y}/{fn}" "musicFormat=G:/mis docs/Musica/{n}/{fn}"
please somebody help me, I'm mad trying to make this work
