initial automation setup for the computer illiterate
Posted: 13 Nov 2015, 19:03
I am hoping to setup my plex folders using filebot, vuze, and showrss. I have read through the original automation post several times but I know nothing about scripting/programming etc. I use a dedicated laptop to download torrents using Vuze and have the files save to G:/Media.
To setup using the code that was posted in the original thread:
filebot -script fn:amc --output "G:/Media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D")
My goal is to have it set up so that vuze uses my Showrss to auto download the shows I have picked, and when they finish they save to G:/Tv(show name :season:episode), and when movies download they go to G:/Movies, download the English subs, and then clean up the G"/Media folder to delete the leftover .txt files and other leftover files. I know that in the original post on setting up the automated system there are extra lines of script to add the cleaner function among other things, but being mostly an idiot when it comes to computers, I have no idea how to set up the script. Do I just copy the cleaner script and paste it at the end of the original script that was listed? When a torrent finishes and filebot runs for a tv show episode, will it save the new episode to the correct name:season folder if one exists already? what output folder would I chose in the script if I want it to separate tv shows and movies?
Any help would be greatly appreciated and thank you for even reading this.
To setup using the code that was posted in the original thread:
filebot -script fn:amc --output "G:/Media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D")
My goal is to have it set up so that vuze uses my Showrss to auto download the shows I have picked, and when they finish they save to G:/Tv(show name :season:episode), and when movies download they go to G:/Movies, download the English subs, and then clean up the G"/Media folder to delete the leftover .txt files and other leftover files. I know that in the original post on setting up the automated system there are extra lines of script to add the cleaner function among other things, but being mostly an idiot when it comes to computers, I have no idea how to set up the script. Do I just copy the cleaner script and paste it at the end of the original script that was listed? When a torrent finishes and filebot runs for a tv show episode, will it save the new episode to the correct name:season folder if one exists already? what output folder would I chose in the script if I want it to separate tv shows and movies?
Any help would be greatly appreciated and thank you for even reading this.