Beginner AMC Help
Posted: 26 Apr 2016, 17:09
Hello Everyone,
I have just started using Plex and Filebot a couple of days back. I am intrigued by and interested in the AMC Script for uTorrent/BitTorrent for windows. Till now, I did everything manually, from downloading the torrent to organizing and renaming it. But now that I have discovered these great programs, I just want help automating the process.
Right now, My media is fairly organized as follows:
English Movies - D:/Hollywood
Hindi Movies - D:/Bollywood
TV Series(Only English) - D:/TV Series
I am using BitTorrent on Windows and I just want to clear up a few things in the amc script:
My aim: Episodes copy themselves to their folders, rename themselves and download the english subtitles from OpenSubtitles(in that order)
My TV Series are currently organized like this:
D:/TV Series/<Series Name>/<Season>
Q1 - Is this the entire script? If yes, then where do we specify the naming scheme? If no, how and what parameters do we have to add to achieve my goal?
Q2 - As I only want to run filebot on TV Shows and not other torrents, can we specify the script to work only if the label is "TV Series" in BitTorrent?
Q3 - Sometimes, the episodes come with a .nfo and/or .txt accompanying it. Can we configure the script to delete those on completion?
Q4 - For the amc script to be working properly, what should be my output value so that my episodes go into their folder(TV Series not TV Shows)?
I am sorry if this is too basic/obvious of a question but the script is very vague/hard to understand for me and I do not have any prior experience with such scripts
I have just started using Plex and Filebot a couple of days back. I am intrigued by and interested in the AMC Script for uTorrent/BitTorrent for windows. Till now, I did everything manually, from downloading the torrent to organizing and renaming it. But now that I have discovered these great programs, I just want help automating the process.
Right now, My media is fairly organized as follows:
English Movies - D:/Hollywood
Hindi Movies - D:/Bollywood
TV Series(Only English) - D:/TV Series
I am using BitTorrent on Windows and I just want to clear up a few things in the amc script:
My aim: Episodes copy themselves to their folders, rename themselves and download the english subtitles from OpenSubtitles(in that order)
My TV Series are currently organized like this:
D:/TV Series/<Series Name>/<Season>
Code: Select all
filebot -script fn:amc --output "X:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Q2 - As I only want to run filebot on TV Shows and not other torrents, can we specify the script to work only if the label is "TV Series" in BitTorrent?
Q3 - Sometimes, the episodes come with a .nfo and/or .txt accompanying it. Can we configure the script to delete those on completion?
Q4 - For the amc script to be working properly, what should be my output value so that my episodes go into their folder(TV Series not TV Shows)?
I am sorry if this is too basic/obvious of a question but the script is very vague/hard to understand for me and I do not have any prior experience with such scripts