Search found 19 matches
- February 28th, 2016, 10:09 am
- Forum: Bug Reports
- Topic: Sabnzbd Quits upon Launch (OS X Yosemite 10.10)
- Replies: 48
- Views: 26989
Re: Sabnzbd Quits upon Launch (OS X Yosemite 10.10)
The SAB URL looked as you suggested. http://127.0.0.1:8080/sabnzbd. But if I config SAB to use 0.0.0.0 then that's when the shutdown problem starts. Only by resetting SAB to use 127.0.0.1 can I stop the shutdown problem but then I can't access SAB from any other system. So I guess it's kinda working...
- February 27th, 2016, 9:56 am
- Forum: Bug Reports
- Topic: Sabnzbd Quits upon Launch (OS X Yosemite 10.10)
- Replies: 48
- Views: 26989
Re: Sabnzbd Quits upon Launch (OS X Yosemite 10.10)
Thanks shypike for your speedy reply. I tried doing exactly what you said but SAB either starts shouting down again or if I could get it to start, it generated a warning regarding an SQL Error and I could not longer access the browser UI, even from the local machine :( So I ended up having to revert...
- February 27th, 2016, 8:50 am
- Forum: Bug Reports
- Topic: Sabnzbd Quits upon Launch (OS X Yosemite 10.10)
- Replies: 48
- Views: 26989
Re: Sabnzbd Quits upon Launch (OS X Yosemite 10.10)
I'm getting he exact same issue in that SAB shuts down almost immediately after it's started. I've tried changing the ports installing the latest 1.0 RC2, but neither have fixed the issue which started as soon as I upgraded my Mac to El Capitain. The only way I've been able to fix it (touch wood) is...
- November 6th, 2011, 7:53 am
- Forum: Post-Processing Scripts
- Topic: Post processing script stopped working
- Replies: 2
- Views: 2014
Re: Post processing script stopped working
That did the trick. I added a "\" after the space and now its working again. Thanks for your help.
- November 5th, 2011, 11:59 am
- Forum: Post-Processing Scripts
- Topic: Post processing script stopped working
- Replies: 2
- Views: 2014
Post processing script stopped working
I'm hoping that someone can shed a little light on why my post processing script has suddenly stopped working. I'm not sure if its upgrading to Lion, installing the latest version of SABnzbd, moving my media to an external USB drive or a combination of all three but now every time I run this script ...
- March 1st, 2011, 11:10 am
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Is there a way to confirm that the files have been moved prior to deletion? At the moment, if the ‘mv’ command tries to move the files and fails it will still run the ‘rm’ command and delete the files. I’d prefer it to check first and if the move has failed then it doesn’t remove the files, if it ...
- February 16th, 2011, 12:57 pm
- Forum: Post-Processing Scripts
- Topic: [HELP] Mac script for renaming TV and moving processed files
- Replies: 1
- Views: 2178
Re: [HELP] Mac script for renaming TV and moving processed files
Using the sorting feature you can sort you downloads into user defined folders and renamed. This link should get you going http://wiki.sabnzbd.org/folder-sorting I personally like mine sorted into Show Name/Season Number/Show Name - S01E01.mkv which would look like this (%sn/Season %s/%sn - S%0sE%0...
- February 14th, 2011, 6:09 pm
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Sorry I meant to post a couple of days ago but I haven't been able to test the last script until today. It works great. Thank you so much for all your help with this. I really do appreciate it
- February 13th, 2011, 4:19 am
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770729
Re: myNZB
I'd love it if myNZB would automatically obtain the category from nzbmatrix.
- February 11th, 2011, 2:47 pm
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Okay I think we are nearly there. The directory structure is being created but the final file (avi, mkv, iso etc...) isn't being copied/moved. I'm at work at the moment so will send you my log file when I'm home. Thanks again for all your help.
- February 10th, 2011, 5:55 pm
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Thanks for the new script. I ran it but it still didn't move any files :( I then removed the forward slashes at the end of the local and network location and this is what I am now getting. Download Folder: Users/Chris/downloads/TV/Legend of the Seeker/Season 2/video file.mkv Network Drive: Volume...
- February 10th, 2011, 2:44 pm
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Here is my log file without anything changed from the script you gave me. http://pastebin.com/raw.php?i=Y4LhM5te Hopefully you can see what the problem is as your last post about "escapes" and "pipes" totally lost me :-[ Also, I might be misunderstanding what your script does, ...
- February 10th, 2011, 1:55 pm
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Thanks Mar2zz for the script. I have to admit I'm a total noob and must be doing something wrong as I can't get it working. Where exactly am I supposed to enter the location of the output folder? The script log just says request unsuccessful. I'm not at all familiar with scripting and really nee...
- February 10th, 2011, 2:24 am
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Just an update. I created a new script called MoveTest.sc which contained the following: mv -fv "$1" /Users/Chris/Desktop" This way I could eliminate the possibility of an issue with my network drive or Sabnzbd differentiating between movies and TV shows using a script. After a coup...
- February 9th, 2011, 4:12 pm
- Forum: Post-Processing Scripts
- Topic: simple script to move files after processing
- Replies: 39
- Views: 72930
Re: simple script to move files after processing
Thanks Mar2zz for you help so far. After managing to get Sabnzbd to move my files to my network drive without using a script, I've come across a problem that others seem to be having. Sabnzbd is post processing directly to my network drive causing a huge amount of network traffic plus its taking f...