Search found 77 matches

by auskento
February 22nd, 2016, 10:30 pm
Forum: General Help
Topic: Category Issues
Replies: 2
Views: 2252

Re: Category Issues

Ah thanks.

Working as required now.
by auskento
February 21st, 2016, 6:17 pm
Forum: General Help
Topic: Category Issues
Replies: 2
Views: 2252

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...
by auskento
January 21st, 2015, 3:59 am
Forum: General Discussion
Topic: User Scripts
Replies: 1
Views: 2388

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.
by auskento
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: 2654842

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.
by auskento
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: 2654842

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.
by auskento
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: 2654842

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...
by auskento
January 13th, 2010, 5:26 pm
Forum: General Help
Topic: Startup Daemon
Replies: 3
Views: 4226

Re: Startup Daemon

No its set to run on port 9999
by auskento
January 13th, 2010, 4:18 pm
Forum: General Help
Topic: Startup Daemon
Replies: 3
Views: 4226

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...
by auskento
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: 2654842

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

Code: Select all

nohup python SickBeard.py &
I added it to my local.start in my Gentoo set up.

Is this meant to grab poster art from THETVdb?
by auskento
October 21st, 2009, 9:06 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 117396

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)
by auskento
October 21st, 2009, 8:34 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 117396

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.

Code: Select all

File does not exist: /var/www/nzbvr/watchers.html
File does not exist: /var/www/nzbvr/settings.html
I imagine my php configuration could be missing a component, but am not sure what.
by auskento
June 12th, 2009, 8:46 am
Forum: Beta Releases
Topic: Alpha 3 Smpl Issue
Replies: 1
Views: 2147

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
by auskento
May 2nd, 2009, 7:57 pm
Forum: Post-Processing Scripts
Topic: Media Processing Script
Replies: 37
Views: 52013

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...
by auskento
March 21st, 2009, 3:45 pm
Forum: Third-party Addons
Topic: myNZB
Replies: 845
Views: 1558752

Re: myNZB

Would be great if this app could use Apache proxied nzb services too.

My service runs behind a https:// apache proxy

:)
by auskento
March 2nd, 2009, 9:02 pm
Forum: Post-Processing Scripts
Topic: Media Processing Script
Replies: 37
Views: 52013

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...