Search found 10 matches
- January 9th, 2014, 2:49 pm
- Forum: Post-Processing Scripts
- Topic: Another simple file move script request
- Replies: 5
- Views: 6527
Re: Another simple file move script request
Hi, I have followed the thread recommended above and have the files moving okay with the following script @ECHO OFF REM MAKE SURE THIS DIRECTORY EXISTS REM ALSO MAKE SURE YOU END IN A TRAILING SLASH SET CopyToDir="G:\Movies\Complete\" setlocal pushd "%~1" move /Y * %CopyToDir% po...
- December 29th, 2013, 5:06 am
- Forum: Post-Processing Scripts
- Topic: [Windows] Need a simple Post processing script $$
- Replies: 6
- Views: 6932
Re: [Windows] Need a simple Post processing script $$
This script seems to be working pretty well for me. However it seems to move the completed individual files ie: sab\downloading\moviename\moviename.mkv (movie file) and sab\downloading\moviename\moviename.srt (subtitle file) to the correct place: sab\completed\moviename.mkv and sab completed moviena...
- December 18th, 2013, 6:04 am
- Forum: Post-Processing Scripts
- Topic: Another simple file move script request
- Replies: 5
- Views: 6527
- December 9th, 2013, 8:16 pm
- Forum: General Help
- Topic: Move on completion?
- Replies: 7
- Views: 3649
Re: Move on completion?
I put up a question in the scripting section, but unfortunately it isn't copping much attention.
Maybe I asked incorrectly or maybe it has been answered before and I just can't see it?
Is anyone able to have a look and see if they could help?
Maybe I asked incorrectly or maybe it has been answered before and I just can't see it?
Is anyone able to have a look and see if they could help?
- December 8th, 2013, 11:02 pm
- Forum: Post-Processing Scripts
- Topic: Another simple file move script request
- Replies: 5
- Views: 6527
- December 1st, 2013, 1:45 am
- Forum: General Help
- Topic: Move on completion?
- Replies: 7
- Views: 3649
Re: Move on completion?
Good idea thanks.
I have posted something up in the scripting area, hopefully someone can help me out.
I have posted something up in the scripting area, hopefully someone can help me out.
- November 29th, 2013, 11:57 pm
- Forum: Post-Processing Scripts
- Topic: Another simple file move script request
- Replies: 5
- Views: 6527
Another simple file move script request
Hi All, I have been through the forums, however I am a complete newbie to scripts etc and all the scripts seem to do a much more complex task than I am after. Essentially, I have SAB set up to determine if its a movie (Couch potato) or a tv show (sickbeard). I am using SAB To Sickbeard script that c...
- November 28th, 2013, 4:56 am
- Forum: General Help
- Topic: Move on completion?
- Replies: 7
- Views: 3649
Re: Move on completion?
I don't think Media Center Master has this. Is there a script I can run on completion and complete unpack to move the completed movie files to a folder set up to be scanned. For example, Sickbeard works fine, as there is a script on completion that sends it back to Sickbeard for processing. If I cou...
- November 26th, 2013, 1:29 am
- Forum: General Help
- Topic: Move on completion?
- Replies: 7
- Views: 3649
Re: Move on completion?
Sorry I'm not quite sure what you mean. I have a problem however that my download parser is picking up the files in my /sab/complete/movies file while they are still being unpacked/repaired etc, and the par.2 and other files are all being picked up as movies, renamed, half moved, and all sorts of pr...
- November 22nd, 2013, 4:24 pm
- Forum: General Help
- Topic: Move on completion?
- Replies: 7
- Views: 3649
Move on completion?
Hello, I am using Media Center Master for my post processing. I have it scan my 'complete/movies' folder for new movies every 5 minutes SAB is working great, it downloads in my 'temporary' folder, then when complete it transfers to my 'complete/Moves' dir, however it seems like it goes here to unpac...