Search found 7 matches

by Tarom
December 25th, 2013, 12:46 pm
Forum: Post-Processing Scripts
Topic: [Windows] Need a simple Post processing script $$
Replies: 6
Views: 6451

Re: [Windows] Need a simple Post processing script $$

Ok, I can confirm that it copies files and dirs successfully when executed. Ok, it's kinda a lame question, I tried looking for the answer, does SABnzbd accept scripts as *.bat files? Or do I need some other format? - Bmupton , pm sent. *Update* - yes SABnzbd accepts *.bat files. Worked like a charm.
by Tarom
December 25th, 2013, 12:31 pm
Forum: Post-Processing Scripts
Topic: [Windows] Need a simple Post processing script $$
Replies: 6
Views: 6451

Re: [Windows] Need a simple Post processing script $$

Update: I modified directories and tested that it works: @ECHO OFF REM MAKE SURE THIS DIRECTORY EXISTS REM ALSO MAKE SURE YOU END IN A TRAILING SLASH SET CopyToDir="F:\Mama Filmi\" setlocal pushd "F:\TV Unsorted\" move /Y * %CopyToDir% popd exit When run, script successfully move...
by Tarom
December 24th, 2013, 8:29 pm
Forum: Post-Processing Scripts
Topic: [Windows] Need a simple Post processing script $$
Replies: 6
Views: 6451

Re: [Windows] Need a simple Post processing script $$

Thank you, I'll give it a go first thing tomorrow morning!
by Tarom
December 5th, 2013, 11:03 am
Forum: Post-Processing Scripts
Topic: [Windows] Need a simple Post processing script $$
Replies: 6
Views: 6451

[Windows] Need a simple Post processing script $$

Hi! I am looking for a very simple script for Windows that would take files downloaded by Sabnzbd to a competed folder at "D:\Program Files\TV" and copy them to "F:\TV Unsorted". Thats it. I looked through the forums and found a few posts and even tried a solution, - ended up loo...
by Tarom
January 15th, 2013, 9:24 am
Forum: General Help
Topic: Need help with sickbeard and sabnzbd postprocessing
Replies: 4
Views: 10981

Re: Need help with sickbeard and sabnzbd postprocessing

Hello again, I have finally been able to get it working. For the first time it has downloaded, unpacked, renamed and placed TV show (s) in the correct directories. Thank you for your help! This took a little while to sort out, but i run into a few problems with corrupted AutoProcessTV.cfg. Replacing...
by Tarom
January 14th, 2013, 1:02 am
Forum: General Help
Topic: Need help with sickbeard and sabnzbd postprocessing
Replies: 4
Views: 10981

Re: Need help with sickbeard and sabnzbd postprocessing

Thank you for answering. I ll be sure to keep it less Victorian :) As you suggested, I disabled Series Category Sorting in SAB. Assigned a TV Download Dir in Sickbeard, Post- Processing. Yes, my SabToSickbeard.exe is in separate folder. Any idea what my Categories setup should be like? (check Catego...
by Tarom
January 12th, 2013, 5:40 pm
Forum: General Help
Topic: Need help with sickbeard and sabnzbd postprocessing
Replies: 4
Views: 10981

Need help with sickbeard and sabnzbd postprocessing

Hi guys! I have a problem thats driving me crazy. I don't usually ask questions on forums, I just read guides and figure things out on my own. Well apparently too many guides is bad for you... I read through forum and although I found some similar problems, after 3 days of reading different guides, ...