Search found 5 matches
- May 20th, 2011, 1:48 pm
- Forum: General Help
- Topic: Unpacking one download to multiple folders (Windows)
- Replies: 6
- Views: 3822
Re: Unpacking one download to multiple folders (Windows)
I figured it out. In the sick beard config.ini I changed: extra_scripts = "CopyToUnwatched.bat" and then created the bat file with: @echo off xcopy %1 "\\ACER-H340-WHS\Media\Unwatched\TV Shows\" /Y The shows now download, get processed like normal with sick beard but a copy is th...
- May 20th, 2011, 11:40 am
- Forum: General Help
- Topic: Unpacking one download to multiple folders (Windows)
- Replies: 6
- Views: 3822
Re: Unpacking one download to multiple folders (Windows)
Using some information I've found over in the Sick Beard forums ( http://sickbeard.com/forums/viewtopic.php?f=3&t=106 ) unfortunately it's a script for linux and I have no idea how to make it work in Windows. I've tried playing around with the config of sick beard by utilizing the extra_scripts...
- May 20th, 2011, 9:21 am
- Forum: General Help
- Topic: Unpacking one download to multiple folders (Windows)
- Replies: 6
- Views: 3822
Re: Unpacking one download to multiple folders
Just add the Sickbeard tool at the end @echo off xcopy %1 d:\where\ever\you\want\%3\ /s/e c:\path\to\SickBeardScript.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 You'd miss the SickBeard functionality on the copy of course. Would the Sick Beard functionality still work on the "original", meaning the co...
- May 20th, 2011, 8:39 am
- Forum: General Help
- Topic: Unpacking one download to multiple folders (Windows)
- Replies: 6
- Views: 3822
Re: Unpacking one download to multiple folders
Well, you can write a little user script to do that :) Something like: @echo off xcopy %1 d:\where\ever\you\want\%3\ /s/e (The backslash after %3 is essential.) More info: http://wiki.sabnzbd.org/user-scripts Thanks. Now how will that work if I'm already running sabToSickBeard.exe? Also, is there...
- May 20th, 2011, 7:41 am
- Forum: General Help
- Topic: Unpacking one download to multiple folders (Windows)
- Replies: 6
- Views: 3822
Unpacking one download to multiple folders (Windows)
Hi Everyone, I recently started using SABnzbd and Sick Beard and love the combination. I love how it will automatically unpack to the correct folder on my server. However, my girlfriend does not. She would prefer it if I had it unpack into a different or "unwatched" folder so that she c...