Finally getting around to fully automating my media input process, and thought I'd give this a shot!
I've read the documentation, and have it about 80% straight in my head as to what I need to do, but I need to have something clarified before it all gels in my head.
I've got an odd media layout.
Torrents come in to D:\Torrents\<media type (tv, movies, etc)>
My processed TV Shows go into F:\TV Shows
My processed Movies go into E:\Movies
This is to do with HDD space, and keeping my Plex library nice, seperate and manageable.
I've figured out that the seriesformat and movieformat "commands" in the script line will allow me to overwrite the output and send them to the correct HDD, but I'm unsure as to HOW the tv shows and movies are marked as such.
So after all that, a very easy question. Are labels predetermined in the AMC script, and does applying the labels then flow through to the "mediatype"format command?
So with the tv label, they'd get processed with the seriesformat command?
And movies with the movie label would be processed with the movieformat one?
I know its a bit of a n00b question, but I thought I'd ask the question!
Thanks muchly
Clarification on labels and sources
Re: Clarification on labels and sources
1.
FileBot will automatically figure out what's a movie and what's a tv series episode. If you want to know exactly how please see the code.
2.
The label parameter is passed in via cmdline arguments.
3.
Since movie/series detection is tricky at times, passing the label parameter will make sure files are processed as movie or series files.
FileBot will automatically figure out what's a movie and what's a tv series episode. If you want to know exactly how please see the code.

2.
The label parameter is passed in via cmdline arguments.
3.
Since movie/series detection is tricky at times, passing the label parameter will make sure files are processed as movie or series files.