rednoah, you're right. Thank you so much.
Sidenote: You helped me back in 2017 with that original script. Big thank you!
Search found 7 matches
- 11 Oct 2021, 16:53
- Forum: Ubuntu & Desktop Linux
- Topic: Transform existing/working amc script to docker command amc script
- Replies: 3
- Views: 9928
- 11 Oct 2021, 15:22
- Forum: Ubuntu & Desktop Linux
- Topic: Transform existing/working amc script to docker command amc script
- Replies: 3
- Views: 9928
Transform existing/working amc script to docker command amc script
Hey All, I've been moving my automated mediacenter to docker containers, and previously I had a AMC script that would determine from a list of drives which one had storage available and then places the movie or tv show into that drive. Im unable to get that to work with docker filebot-watcher. The ...
- 27 Mar 2017, 01:00
- Forum: Scripting and Automation
- Topic: Move Specific TV shows to their Specified Drive and Folder
- Replies: 7
- Views: 13801
Re: Move Specific TV shows to their Specified Drive and Folder
Oh. wow thank you!
- 22 Mar 2017, 21:14
- Forum: Scripting and Automation
- Topic: Move Specific TV shows to their Specified Drive and Folder
- Replies: 7
- Views: 13801
Re: Move Specific TV shows to their Specified Drive and Folder
Just want to follow up that I got it working :) Thank you again Rednoah for pointing me in the right direction! filebot -script fn:amc 'G:/lftp/' --output '/' --action move --conflict auto --db thetvdb --db imdb --def "seriesFormat= {['G', 'H:', 'E:', 'F:', 'M:'].collect{ (it+'/' + 'Tv Shows ...
- 20 Mar 2017, 21:54
- Forum: Scripting and Automation
- Topic: Move Specific TV shows to their Specified Drive and Folder
- Replies: 7
- Views: 13801
Re: Move Specific TV shows to their Specified Drive and Folder
Follow-up! So this is my base script here. I'm running on win10 if that helps. However I'm unsure on what to do here. For some reason the drives are being read under C:\User\user\Desktop\ instead of cd'ing to the actual drive letter in the first place. Plus the invalid arguments. :( filebot -script ...
- 20 Mar 2017, 18:31
- Forum: Scripting and Automation
- Topic: Move Specific TV shows to their Specified Drive and Folder
- Replies: 7
- Views: 13801
Re: Move Specific TV shows to their Specified Drive and Folder
1. You're passing in your entire "C:" drive as input argument. That's BAD and if you run as admin you'll probably wipe your system. :P Presumably, you want to process files FROM "C:\lftp" and then put them elsewhere. 2. You can pass in your own custom formats and you can override the full output ...
- 20 Mar 2017, 13:43
- Forum: Scripting and Automation
- Topic: Move Specific TV shows to their Specified Drive and Folder
- Replies: 7
- Views: 13801
Move Specific TV shows to their Specified Drive and Folder
Hi there, I swear I've searched on google and through filebot forums for what feels like an eternity and just have not found a solution or example to what I'm trying to do. Any help would be appreciated it. My environment is setup to where the seedbox grabs the Tv shows and Movies via couchpotato ...