Search found 43 matches

by sixones
April 1st, 2010, 6:28 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

Sixones: Any plans of making nzbVR compatible with tvbinz/nzbmatrix/nzbs.org or anything else, other than the dead newzbin? I really hope that you will continue this project! btw, How is the ruby version coming along? To begin with, there will be support for nzbmatrix in the ruby version. I want to...
by sixones
March 29th, 2010, 5:17 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

The error you are seeing above is because TVRage is down. So check if any firewall is blocking your PHP's or virtual machine's connection to the web. Are you trying to check a TV watcher or a movie watcher? or a generic watcher? TV watchers download new episodes as they become available, generic wat...
by sixones
March 24th, 2010, 9:15 pm
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

wally007 wrote: NZBs.org doesnt have invites but i just logged out and i see that registration is open again. Their servers must have gotten upgraded , site is much faster lately.
So they have, I will sign up and look at how I can add them as a provider to nzbvr.
by sixones
March 23rd, 2010, 9:07 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

Apologies for not replying quicker, lots of updates and replies; The next major version of nzbVR will be in Ruby, which will put the application closer to a self packaged environment as the only initial requirement will be Ruby + RubyGems. nzbVR will include its own web server, so it will be able to...
by sixones
November 5th, 2009, 2:57 pm
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

Thats the plan! NZBMatrix will be the next supported nzb provider, i will look at nzbs.org too and see if theres an api to use.
by sixones
November 5th, 2009, 2:48 pm
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

Yeah it has a few issues, at the moment it only really works via a virtual host. I will most likely fix these issues this weekend.

Thanks for trying!
by sixones
November 5th, 2009, 2:38 pm
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

did you enter the sabnzbd+ api key into nzbVR? it should work without user / pass authentication since nzbVR is using the api key.
by sixones
November 5th, 2009, 2:27 pm
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

SABnzbd .5+ uses an API key for authentication rather than username + password. You should be able to generate one from the sabnzbd general config page and then enter this on the nzbVR config.
by sixones
November 5th, 2009, 8:35 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 153319

Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater

i've been using this script for a while whilst running SABnzbd+ from source, recently though i switched to using the beta build and the pre processing fails with;           'import site' failed; use -v for traceback Traceback (most recent call last):   File "/Users/Shared/Scripts/media_process....
by sixones
October 28th, 2009, 1:18 pm
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

try setting the base_url to; index.php?req=/ theres some issues with not using rewrite on urls that i havent got around to fixing yet, but the url rules are pretty simple. for nginx its; if (!-d $request_filename) {        rewrite /nzbvr/. /nzbvr/index.php last; } with lighttpd you should be able to...
by sixones
October 28th, 2009, 8:17 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

Have you setup url rewrite with lighttpd or if not have you configured nzbVR to use a base url of; index.php/

Otherwise the Ajax requests will fail, have you been successful in viewing any of the pages?
by sixones
October 24th, 2009, 9:27 pm
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

Sorry, thought i replied to this.

You need to update to the latest version of nzbVR and the picnic framework, the message your seeing is from an earlier release.
by sixones
October 21st, 2009, 9:15 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

Theres a .htacess in the root of the source; http://github.com/sixones/nzbvr/blob/master/.htaccess you should be able to use the same rules!
by sixones
October 21st, 2009, 8:35 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

You need to enable mod-rewrite or set the base_url to; index.php/
by sixones
October 21st, 2009, 5:08 am
Forum: Third-party Addons
Topic: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+
Replies: 86
Views: 119157

Re: nzbVR (alpha) - Episode scheduler and report monitor for SABnzbd+

At the moment the only check router that works is; /watchers/check the individual ones are still on the todo list. Will hopefully be added in tonight or sometime this week!