Ah thanks.
Working as required now.
Search found 77 matches
- February 22nd, 2016, 10:30 pm
- Forum: General Help
- Topic: Category Issues
- Replies: 2
- Views: 2656
- February 21st, 2016, 6:17 pm
- Forum: General Help
- Topic: Category Issues
- Replies: 2
- Views: 2656
Category Issues
Hiya, I am trying to setup some category sorting to split the TV and TV-Foreign groups. I primarily use nzbs.org as my indexer I primarily use Sonarr for TV show management. I download the occassional TV-Foreign item which for the most part doesnt get matched in Sonarr (or i dont have it added) I wa...
- January 21st, 2015, 3:59 am
- Forum: General Discussion
- Topic: User Scripts
- Replies: 1
- Views: 2667
User Scripts
Is there a way of passing the nzo_id ie Sabnzbd_nzo_xxxxx to a user script?
I'd like to be able to remove an item from the list when its successfully processes.
I'd like to be able to remove an item from the list when its successfully processes.
- April 13th, 2010, 8:03 pm
- Forum: Third-party Addons
- Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
- Replies: 1130
- Views: 3018013
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
I dont use an XBMC, so didnt really know about it.
I just like seeing the graphics and info on the web interface when I use it.
I use a Popcorn Hour as my main playback device and just drill down folders.
I havent looked at utilizing anything to 'pretty' up the interface.
I just like seeing the graphics and info on the web interface when I use it.
I use a Popcorn Hour as my main playback device and just drill down folders.
I havent looked at utilizing anything to 'pretty' up the interface.
- April 13th, 2010, 7:44 pm
- Forum: Third-party Addons
- Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
- Replies: 1130
- Views: 3018013
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
I like the metadata but would really prefer it stored away from the actual video files.
Perhaps a metadata folder under the sickbeard folder based on shownames to store the graphics, and show info files.
Perhaps a metadata folder under the sickbeard folder based on shownames to store the graphics, and show info files.
- April 12th, 2010, 1:07 am
- Forum: Third-party Addons
- Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
- Replies: 1130
- Views: 3018013
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
I have just switched to sickbeard and would like to make a change / addition. When i get new eps, I have previously had them go to an incoming folder first, so i can watch them, then move them in with the rest. This is not so easy with sickbeard, and was wondering how i might be able to modify thing...
- January 13th, 2010, 5:26 pm
- Forum: General Help
- Topic: Startup Daemon
- Replies: 3
- Views: 4715
Re: Startup Daemon
No its set to run on port 9999
- January 13th, 2010, 4:18 pm
- Forum: General Help
- Topic: Startup Daemon
- Replies: 3
- Views: 4715
Startup Daemon
Hi, I have been using a basic shell script to start SAB on my gentoo box, and am trying to change that to use the start-stop-daemon as I am wanting to use some PID tracking for monit. #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public Li...
- January 3rd, 2010, 8:13 am
- Forum: Third-party Addons
- Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
- Replies: 1130
- Views: 3018013
Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Just got this up and going on my linux system.
It shows a lot of potential.
For any Linux users wanting to daemon this, the following should work
I added it to my local.start in my Gentoo set up.
Is this meant to grab poster art from THETVdb?
It shows a lot of potential.
For any Linux users wanting to daemon this, the following should work
Code: Select all
nohup python SickBeard.py &
Is this meant to grab poster art from THETVdb?
- October 21st, 2009, 9:06 am
- Forum: Third-party Addons
- Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
- Replies: 86
- Views: 130205
Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
I dont suppose you could post an example of the mod_rewrite appache config?
I have mod_rewrite in place all through my apache hosts (to redirect external http to https)
I have mod_rewrite in place all through my apache hosts (to redirect external http to https)
- October 21st, 2009, 8:34 am
- Forum: Third-party Addons
- Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
- Replies: 86
- Views: 130205
Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
I'm getting the following in my apache logs when i try and access it.
I imagine my php configuration could be missing a component, but am not sure what.
Code: Select all
File does not exist: /var/www/nzbvr/watchers.html
File does not exist: /var/www/nzbvr/settings.html
- June 12th, 2009, 8:46 am
- Forum: Beta Releases
- Topic: Alpha 3 Smpl Issue
- Replies: 1
- Views: 2451
Alpha 3 Smpl Issue
I have found that with the paginated queue list, i cant move projects up any higher than the top of that page.
Say there are 18 items in the list.
If i'm on page 2, showing items 5-9, if i click on the sequence list, it lists 5-22 instead of 0-17
Say there are 18 items in the list.
If i'm on page 2, showing items 5-9, if i click on the sequence list, it lists 5-22 instead of 0-17
- May 2nd, 2009, 7:57 pm
- Forum: Post-Processing Scripts
- Topic: Media Processing Script
- Replies: 37
- Views: 55677
Re: Media Processing Script
MOVIE_NAME="`echo $FOLDER_NAME | sed 's/ (.*)//g'`" change the above line to MOVIE_NAME="$FOLDER_NAME" I haven't done a lot with this script recently. I have plans to re-develop this now that SAB provides more post-processing variables. I will probably start on this once 0.50 i...
- March 21st, 2009, 3:45 pm
- Forum: Third-party Addons
- Topic: myNZB
- Replies: 845
- Views: 1770156
Re: myNZB
Would be great if this app could use Apache proxied nzb services too.
My service runs behind a https:// apache proxy
My service runs behind a https:// apache proxy
- March 2nd, 2009, 9:02 pm
- Forum: Post-Processing Scripts
- Topic: Media Processing Script
- Replies: 37
- Views: 55677
Re: Media Processing Script
Easiest to create a routine for mkv to do that. If you already have a process by which you do it, it should be easy enough to transfer into the script. I plan on redoing a lot of the script in the near future, mostly as SAB provides a lot more information at runtime. I plan on reverting it to a SAB...