Search found 3 matches

by ju1ced
July 3rd, 2008, 4:08 pm
Forum: Third-party Addons
Topic: TUTORIAL: Securing SABnzbd+ behind nginx authentication
Replies: 0
Views: 13036

TUTORIAL: Securing SABnzbd+ behind nginx authentication

This tutorial will show you how to secure your SABnzbd+ server behind nginx, utilizing htpasswd authentication. The method I've chosen to use will result in all WAN access being required to authenticate, while still allowing LAN connections access without authentication. Assuming: Nginx is already i...
by ju1ced
June 30th, 2008, 5:39 pm
Forum: Post-Processing Scripts
Topic: [LINUX] XBMC Thumbnailer
Replies: 0
Views: 9590

[LINUX] XBMC Thumbnailer

There is probably a better way to do this, but this seems to work fine for avi files. Modify NUMSEC to set how far into the video you would like it to seek before capturing a thumbnail. Would be nice if someone could edit this to alter NUMSEC based on the size of the avi. #!/bin/sh NUMSEC = 300 for ...
by ju1ced
June 21st, 2008, 1:08 pm
Forum: Post-Processing Scripts
Topic: XBMC Library Updater
Replies: 115
Views: 714789

Re: XBMC Library Updater

Apparently the web server does support library updates through XBMC.builtinfunction. Here is the command that would update the video library: http://xbmcaddress/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.updatelibrary(video) Does anyone know how I can execute this in a shell or python...