Search found 60 matches

by syth
July 4th, 2011, 8:38 am
Forum: General Help
Topic: Change in "Replace Illegal Characters in Folder Names"
Replies: 5
Views: 4353

Re: Change in

BTW: removal of colon is only required for Windows, other platforms are OK with it. Which platform do you use and would you prefer/need this conversion at all? Well, OS X doesn't LIKE :'s in filenames (it displays them as '/' in the GUI) but they are not illegal per se. However, I do rsync my TV do...
by syth
July 2nd, 2011, 6:58 pm
Forum: Bug Reports
Topic: Menu bar icon OS X 10.7
Replies: 6
Views: 4565

Re: Menu bar icon OS X 10.7

Yeah its like this in the GM seed too. Its works fine aside from the missing menu icon. Mine works, but I can't get it to work with the Safari extension. I have to download the nzb files or I have to paste the links in one at a time. However, Episode Butler is able to send the nzb files just fine t...
by syth
July 2nd, 2011, 6:53 pm
Forum: General Help
Topic: Change in "Replace Illegal Characters in Folder Names"
Replies: 5
Views: 4353

Change in "Replace Illegal Characters in Folder Names"

It used to be that the : character was replaced with a - in downloads, but recently it has been replaced with a ; instead. This means I have lots of folders where files are in two different folders, one named with a - and one with a ; Being a programmer, I don't like seeing ;'s in filenames, and I w...
by syth
May 17th, 2011, 10:20 am
Forum: General Help
Topic: Installing as Windows Service in Windows 7 Ultimate
Replies: 3
Views: 5471

Re: Installing as Windows Service in Windows 7 Ultimate

I don't think you read the instructions or you might have seen that you need to install two services. I did read the instructions. I posted a link to the instructions. I copied text from the instructions in my post. I have not gotten as far as installing the second service since installing the firs...
by syth
May 17th, 2011, 9:57 am
Forum: General Help
Topic: Installing as Windows Service in Windows 7 Ultimate
Replies: 3
Views: 5471

Installing as Windows Service in Windows 7 Ultimate

Downloaded SABnzbd 0.6.1 and installed it, and launched it normally to make sure everything came up, which it did. I then shutdown and opened up cmd and this is what I type: cd c:\Program Files\SABnzbd SABnzbd-service.exe -f "c:\Program Files\SABnzbd\SABnzbd.exe" install And then this is w...
by syth
February 5th, 2011, 6:34 am
Forum: Post-Processing Scripts
Topic: [Windows7] simple script, I think
Replies: 5
Views: 4418

Re: [Windows7] simple script, I think

OK, this seems to work for me, preserving the folders and all. I can't seem to use the %1 that sabnzb passes to the script.

Code: Select all

@echo off
set myFile=c:\completed\TV
set myDest=T:\
Robocopy /e %myFile% %myDest%
set myDest=C:\TV
Robocopy /e /MOVE %myFile% %myDest%
by syth
January 28th, 2011, 11:13 am
Forum: Post-Processing Scripts
Topic: [Windows7] simple script, I think
Replies: 5
Views: 4418

Re: [Windows7] simple script, I think

OK, I've been mucking about with this and nothing I do seems to preserve the directory the file is in. with sabnzb and rsync, I just did rsync -aP "$1" /TV which resulted in /TV/Series/Series.S01E01 - Name of ep.avi on Windows if I try to copy (or xcopy) I get instead: /TV/Series.S01E01 - ...
by syth
January 24th, 2011, 4:26 pm
Forum: Post-Processing Scripts
Topic: [Windows7] simple script, I think
Replies: 5
Views: 4418

Re: [Windows7] simple script, I think

The simplest way to accomplish what you are looking for, I think, is: @echo off xcopy /d /s /y %1 %2 where     /d   Copies only those files whose source time is newer than the destination time.          This will keep from copying the same stuff over and over     /s   Copies directories and subdire...
by syth
January 21st, 2011, 4:25 am
Forum: Post-Processing Scripts
Topic: [Windows7] simple script, I think
Replies: 5
Views: 4418

Re: [Windows7] simple script, I think

If someone could take a look at this and give me some pointers I would really appreciate it. I seem to be stuck at this point.
by syth
January 20th, 2011, 12:23 pm
Forum: Post-Processing Scripts
Topic: [Windows 2003] Simple script HELP
Replies: 13
Views: 6129

Re: [Windows 2003] Simple script HELP

Something like this should work: @echo off set myFile=%1 set path="C:\Program Files\WinRAR\";%path% set myDest=D:\ rar.exe a -esh -m0 %myDest%\%myFile%.rar %myFile% The -m0 says to rar the file without an compression, which is appropriate for video or audio files. if your files are some ot...
by syth
January 17th, 2011, 6:14 pm
Forum: Post-Processing Scripts
Topic: [Windows7] simple script, I think
Replies: 5
Views: 4418

[Windows7] simple script, I think

I just want a simple script that copies all the files in the TV category to T:\ (The files are downloaded and processed into C:\TV which I want, I just want them to be copied to T:\ as well. Would be 5 seconds to do this on the Mac or FreeBSD machines, but have no idea where to even begin on Windows...
by syth
September 6th, 2010, 7:49 pm
Forum: Bug Reports
Topic: CRC errors result in deleted files.
Replies: 3
Views: 2425

Re: CRC errors result in deleted files.

Sorry. THere was a script running that moved the failed files,leaving behind an empty directory. Is there a way to only have a script run if the download and unpack is successful?
by syth
September 6th, 2010, 10:15 am
Forum: Bug Reports
Topic: CRC errors result in deleted files.
Replies: 3
Views: 2425

CRC errors result in deleted files.

I've donwloaded a couple of things in the last couple of days (0.5.4) that show up in the log as having failed unpacking due to a crc error, but when I go to see if I can see which files are bad the download folder contains 0K I will see error like this: 2010-09-05 19:05:19,100 WARNING: CRC Error in...
by syth
August 25th, 2010, 2:29 am
Forum: Post-Processing Scripts
Topic: [REQ] In need of a Post-Processing script for movies [MAC OS X]
Replies: 3
Views: 4151

Re: [REQ] In need of a Post-Processing script for movies [MAC OS X]

unisonruss wrote: After a few days of researching around, i finally have it configured to delete excess files, rename, and move them :) Looks like all is well.
What was your solution?
by syth
July 21st, 2010, 10:29 pm
Forum: General Help
Topic: Not downloading nzbs from newzbin
Replies: 5
Views: 4602

Re: Not downloading nzbs from newzbin

Which version of SABnzbd are you using? 0.5.3.  No automated downloading from nezbin is working. I can't add URLs or short codes or bookmarks to sabnzbd, and I also cannot use SABConnect in Safari, I double checked passwords and API keys and everything matches. For now I am using nbzmatrix instead,...