Search found 7 matches
- March 24th, 2009, 1:15 pm
- Forum: Beta Releases
- Topic: Sign up to become an Official SABnzbd Tester (Temporarily Closed)
- Replies: 274
- Views: 246974
Re: Sign up to become an Official SABnzbd Tester
I use the subversion and I'm willing to test the windows builds.
- June 10th, 2008, 11:07 pm
- Forum: Templates
- Topic: WIP - Prototype
- Replies: 57
- Views: 108680
Re: WIP - Prototype
I have it running from the python source-code on Windows XP SP2. It takes a bit more effort to run the program this way, and not be bothered by always running a sort-of sab-console window (dos window).Coeluh wrote: KUTG! Looks very nice!
When will it be available for windows?
- March 27th, 2008, 4:04 pm
- Forum: Bug Reports
- Topic: 0.3.4 "t;" history glitch
- Replies: 3
- Views: 4584
Re: 0.3.4 "t;" history glitch
I don't know what other problems this can cause, but it should be fine for now.
Thanks for the quick code-fix solution, shypike.
Thanks for the quick code-fix solution, shypike.
- March 27th, 2008, 10:42 am
- Forum: Bug Reports
- Topic: 0.3.4 "t;" history glitch
- Replies: 3
- Views: 4584
0.3.4 "t;" history glitch
Because of the history text having t; before each line, themes are not showing icons only anymore.
This was not a problem in 0.3.3.
This annoyance is showing up in plush, and nova themes.
What file can I modify to fix this myself?
I am running python, not the w32 exe.
This was not a problem in 0.3.3.
This annoyance is showing up in plush, and nova themes.
What file can I modify to fix this myself?
I am running python, not the w32 exe.
- March 9th, 2008, 10:47 am
- Forum: Bug Reports
- Topic: first segment missing, abort?
- Replies: 7
- Views: 7136
first segment missing, abort?
I saw a post have the first segment missing from every file, which sab downloaded no files! With a setting of fail_on_crc = 0 didn't make any difference. Had to download in another client as a result. Is this a bug, or am I missing something? In my other news client, although the first segment is un...
- February 4th, 2008, 2:16 pm
- Forum: Post-Processing Scripts
- Topic: TV & Movie Script (Linux)
- Replies: 23
- Views: 36736
Re: TV & Movie Script (Linux)
While trying to make sure windows version worked I had to manually call the process and the parameter python aftersab.py "Directory" I'd try running the folder name like: from terminal PostProc.sh "/home/newsgroups/tv/Path to run script on" of course you will use your actual CaSe...
- February 2nd, 2008, 2:22 pm
- Forum: Post-Processing Scripts
- Topic: TV & Movie Script (Windows)
- Replies: 2
- Views: 10613
Re: TV & Movie Script (Windows)
I put the command in PostProc.cmd (and modified the aftersab.py code a bit) Saved script as aftersab.py in sab folder (where PostProc.cmd is also at) PostProc.cmd with script as-is (to allow you to confirm directory delete) START C:\Python25\python.exe aftersab.py %1 PostProc.cmd after modified to n...