Hey everyone
I am confused & need some help
I am using qtorrent for my download with this script
filebot -script fn:amc --output "/path/to/media" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
Now I have issues with all my movies & tvs shows being in one folder & plex was adding tv shows to the movies section. I made two differnet folders for plex & I now manually move my tv shows to its own folder and movies to a movie folder and nowplex reads them properly. How do I set up filebot to move movie/tv shows to its own folders? From advice on the plex forums that's the best way so there isn't issues.
Thanks
qtorrent/plex/seperate folders?
Re: qtorrent/plex/seperate folders?
That's what the amc script does by default.AMC wrote:
- Movies will be sorted into {output}/Movies/Name (Year)/Name (Year) [CD123].ext
- TV Shows will be sorted into {output}/TV Shows/Name/Season N/Name - S00E00 - Title.ext
- Music will be sorted into {output}/Music/Artist/Album/Artist - Title.ext
Re: qtorrent/plex/seperate folders?
Hmm I never found the folder it makes? Is there a default destination?
Re: qtorrent/plex/seperate folders?
Output folder is whatever you have passed as --output option. Check the logs.