Search found 30 matches
- October 21st, 2008, 7:17 am
- Forum: Feature Requests
- Topic: Manipulating Powerboost
- Replies: 56
- Views: 77782
Re: Manipulating Powerboost
a) a majority of sabnzbd features are of little use to a majority of its users, I would imagine b) not if it's an option c) I have Comcast and would be willing to test in the netherlands it is indeed of very limited use, as none of the providers here (and there are quite a few) provide such a featu...
- September 30th, 2008, 6:16 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Automatic DVD burning
- Replies: 2
- Views: 4815
Re: [Windows] Automatic DVD burning
how does it respond to ifo/vob/bup files?? the ifo filename has a i in it 

- September 11th, 2008, 2:45 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Download Dir Cleaner
- Replies: 15
- Views: 22524
Re: [Windows] Download Dir Cleaner
here is the updated version without the NFO file deletion as some downloads have some valuable info in the nfo-file... @echo off setlocal set fcount=0 set nzbcount=0 set sfvcount=0 set subcount=0 set idxcount=0 set urlcount=0 set dbcount=0 echo. echo [Cleanup] Cleaning up download directory: %1 echo...
- July 26th, 2008, 11:06 am
- Forum: Feature Requests
- Topic: userscript output page missing fav-icon
- Replies: 2
- Views: 3039
Re: userscript output page missing fav-icon
well, i'm just glad that i could help 

- July 26th, 2008, 11:00 am
- Forum: Feature Requests
- Topic: userscript output page missing fav-icon
- Replies: 2
- Views: 3039
userscript output page missing fav-icon
the userscript output page is missing this line:in it's source.
Code: Select all
<link rel="shortcut icon" href="../static/images/favicon.ico" />
- July 24th, 2008, 3:35 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Download Dir Cleaner
- Replies: 15
- Views: 22524
Re: [Windows] Download Dir Cleaner
Indeed After the parring, unpacking and moving to the download-dirpair of dimes wrote:I'm sure after, as that is when all post-processing scripts are executed.DeXeS wrote: Nice!
Does this script run a cleanup before or after the parring and unpacking?
- July 23rd, 2008, 11:40 am
- Forum: Post-Processing Scripts
- Topic: [Windows] Download Dir Cleaner
- Replies: 15
- Views: 22524
Re: [Windows] Download Dir Cleaner
Small update to the script to make the output a bit more cleaner then before. Before, if a file was not found (like nzb for example) in the complete dir, then an error would show up saying "File not found". this version has that error removed (With help from EE)
- July 21st, 2008, 4:56 pm
- Forum: Feature Requests
- Topic: Service installation
- Replies: 2
- Views: 2853
Re: Service installation
i'm willing to change the installer code for it (at least on windows) as my part for it...
- July 20th, 2008, 10:40 am
- Forum: Feature Requests
- Topic: user-script html output
- Replies: 2
- Views: 3053
Re: user-script html output
i already have found out that it has something to do with line 2024 in interface.py and the escape(msg) command on that line. but i can't make the necessary changes to it, as i don't understand python that well...
- July 19th, 2008, 6:49 pm
- Forum: Feature Requests
- Topic: user-script html output
- Replies: 2
- Views: 3053
user-script html output
i tried in one of my user-scripts to use html output, but the resulting code was changed. i had the following line in my userscript: echo [Cleanup] Cleaning up download directory: ^%3^ and that gave me the following output: [Cleanup] Cleaning up download directory: <a href=">">">"...
- July 19th, 2008, 10:22 am
- Forum: Feature Requests
- Topic: Service installation
- Replies: 2
- Views: 2853
Service installation
I would like to see that when you install sabnzbd, that you have the option to install sabnzbd as a service
- July 17th, 2008, 5:23 pm
- Forum: Bug Reports
- Topic: [0.4.2]Unrecoverable error in the server.
- Replies: 4
- Views: 4768
Re: [0.4.2]Unrecoverable error in the server.
i had this error before and will send you an nzb as soon as i have the error again.
- July 17th, 2008, 4:29 am
- Forum: Bug Reports
- Topic: [0.4.2]Unrecoverable error in the server.
- Replies: 4
- Views: 4768
Re: [0.4.2]Unrecoverable error in the server.
well, the link did fix my problem and i did found out that the warnings indeed contain unicode characters
- July 16th, 2008, 1:58 pm
- Forum: Bug Reports
- Topic: [0.4.2]Unrecoverable error in the server.
- Replies: 4
- Views: 4768
[0.4.2]Unrecoverable error in the server.
I now had 20 errors in my statusbar, so i clicked it and SABnzbd+ gave me the error: Unrecoverable error in the server. (exact error) Every time i go to Connections tab, i also get that same error. The last few lines of my cherrypy.log are: 15/Jul/2008:22:56:04 HTTP INFO Page handler: "The path...
- July 15th, 2008, 4:07 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Download Dir Cleaner
- Replies: 15
- Views: 22524
[Windows] Download Dir Cleaner
The code below cleans the download dir from the following files: nzb, sfv, url and db @echo off setlocal set fcount=0 set nzbcount=0 set sfvcount=0 set urlcount=0 set dbcount=0 echo. echo [Cleanup] Cleaning up download directory: %1 echo [Cleanup] Deleteing .nzb files for /f %%V in ('dir %1*.nzb /b ...