• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 17
Newznab - Anyone using it?
#16
Flomaster Wrote:I guess my version of Sickbeard is out dated. I wish it had an easy to update function like CouchPotato does

my sickbeard version is Alpha2 not sure how to find out what revision i have though

-=jason=-

I have the same issue with sickbeard and not knowing what version is it.

If you used using Ainers guide to get up and running

http://www.ainer.org/?p=747

Then the created init.d script (following his guide) has an updater you can run from commandline.

Just type

Quote:/etc/init.d/sickbeard.sh update

That stops sickbeard running, backups your current version to a backup directory, downloads the new one, installs, and restarts (keeping your configs and database).

BTW mine has been alpha 2 even though i have updated it quite often.
-= My Media Centre =-
ACER Revo R3610 | x2 1.5TB WD Caviar Green SATA Hard Drives (WD15EADS) | x2 2.0TB WD Caviar Green SATA Hard Drive ( WD15EARS ) | 3.5in Black eSATA USB Trayless SATA External Hard Drive Enclosure | Emprex 3009URF Wireless MCE Remote Control | XBMCLive Dharma Beta1
Reply
#17
danz0l Wrote:I have the same issue with sickbeard and not knowing what version is it.

If you used using Ainers guide to get up and running

http://www.ainer.org/?p=747

Then the created init.d script (following his guide) has an updater you can run from commandline.

Just type



That stops sickbeard running, backups your current version to a backup directory, downloads the new one, installs, and restarts (keeping your configs and database).

BTW mine has been alpha 2 even though i have updated it quite often.

I just installed the new version via a git clone now all I have to to to update is do git pull much easier no backing up needed Smile

if you want to install via git clone do this

Code:
sudo /etc/init.d/sickbeard.sh stop
cd ~/ && git clone git://github.com/midgetspy/Sick-Beard.git
mv .sickbeard .sickbeardbackup && mv Sick-Beard .sickbeard
cp .sickbeardbackup/sickbeard.db .sickbeard
cp .sickbeardbackup/config.ini .sickbeard
cp .sickbeardbackup/autoProcessTV/autoProcessTV.cfg .sickbeard/autoProcessTV/
sudo /etc/init.d/sickbeard.sh start

to update in the future

Code:
cd ~/.sickbeard
git pull

-=Jason=-
Reply
#18
Flomaster Wrote:I just installed the new version via a git clone now all I have to to to update is do git pull much easier no backing up needed Smile

if you want to install via git clone do this

Code:
sudo /etc/init.d/sickbeard.sh stop
cd ~/ && git clone git://github.com/midgetspy/Sick-Beard.git
mv .sickbeard .sickbeardbackup && mv Sick-Beard .sickbeard
cp .sickbeardbackup/sickbeard.db .sickbeard
cp .sickbeardbackup/config.ini .sickbeard
cp .sickbeardbackup/autoProcessTV/autoProcessTV.cfg .sickbeard/autoProcessTV/
sudo /etc/init.d/sickbeard.sh start

to update in the future

Code:
cd ~/.sickbeard
git pull

-=Jason=-

Mmmm maybe an idea. I do it the other way as sometimes getting the latest version of sickbeard has broke things for me, so then its REALLY nice having that backup.

I wonder though if this will work more like couchpotato from git ?

Because the option Notify when new versions are available has never done bugger all for me but it does say doesn't work if running from source.
-= My Media Centre =-
ACER Revo R3610 | x2 1.5TB WD Caviar Green SATA Hard Drives (WD15EADS) | x2 2.0TB WD Caviar Green SATA Hard Drive ( WD15EARS ) | 3.5in Black eSATA USB Trayless SATA External Hard Drive Enclosure | Emprex 3009URF Wireless MCE Remote Control | XBMCLive Dharma Beta1
Reply
#19
danz0l Wrote:Mmmm maybe an idea. I do it the other way as sometimes getting the latest version of sickbeard has broke things for me, so then its REALLY nice having that backup.

I wonder though if this will work more like couchpotato from git ?

Because the option Notify when new versions are available has never done bugger all for me but it does say doesn't work if running from source.

The notify thing only works if you use the compiled versions from the site (i think). Git pull is your best option, as you discovered, for sick-beard updates.

Couchpotato also needs to be the latest version to have the newznab compatible piece in it.

I think the sab integrated piece might be reworked, but currently you can go into your profile on the site, and we'll cookie your browser with SAB info, and this will allow you send nzb's straight to sab.

also, we added ssl https://nzb.su - but that may not work with sickbeard or others--just good for browsing. Still need to add some help/tips to the site for people setting things up.
Reply
#20
For those of you wondering about requirements to run, I am running this at home w/ ATT uverse 24 down/2 up, and indexing 110 groups, and can still utilize my full download/upload speed. The downloading I am using compressed headers. I am running it on a Windows 7 box, Amd 5000+ X2 with 2 gig ram, using Xammp as my base. No issues at all.
Reply
#21
hm the problem is the lag of foreign files. I really would like to use nzb.su, maybe it is possible to include more foreign files. Right now it is very hard to use sick beard or couch potato with for foreign files.
Reply
#22
anyway to use this with lighttpd?
Reply
#23
Sylus Wrote:hm the problem is the lag of foreign files. I really would like to use nzb.su, maybe it is possible to include more foreign files. Right now it is very hard to use sick beard or couch potato with for foreign files.

The whole point of this thread is discussing Newznab as software. The nice thing about of newznab is that if you cant find what you are looking for on other indexing sites, it gives you the option of indexing yourself, thus selecting the content you are interested in.

As far as SB/CP being more foreign friendly, you would have to speak to their developers.
Reply
#24
flamez Wrote:anyway to use this with lighttpd?

As of the moment it hasn't been tested, but if you would like some help attempting it, feel free to join the newznab irc chan for support.
Reply
#25
flamez Wrote:anyway to use this with lighttpd?

We now have upto date rewrite rules for lighttpd, and a confirmation of it working fine.

The rewrite rules are in the source at /misc/urlrewrite/lighttpd.txt and should be copied into the /www root.
Reply
#26
Newznab Wrote:We now have upto date rewrite rules for lighttpd, and a confirmation of it working fine.

The rewrite rules are in the source at /misc/urlrewrite/lighttpd.txt and should be copied into the /www root.

I am running unRaid Server using unRaid web and sql, it uses lighttpd/1.4.19.
i did attemp to run the install and this is the report it gave me below.

Preflight Checklist
check status
Checking for sha1(): OK
Checking for mysql_connect():
The PHP installation lacks support for MySQL(mysql_connect). Error
Checking for GD support:
The PHP installation lacks support for GD. Warning
Checking for Pear: OK
Checking that Smarty cache is writeable: OK
Checking that covers dir is writeable: OK
Checking that config.php is writeable: OK
Checking that install.lock is writeable: OK
Checking for schema.sql file: OK
Checking max_execution_time:
Your PHP installation's max_execution_time setting is low, please consider increasing it >= 60 Warning
Checking PHP's memory_limit:
Your PHP installation's memory_limit setting is low, please consider increasing it >= 256MB Warning
Checking PHP OpenSSL Extension: OK
Checking for Apache's mod_rewrite:
The Apache module mod_rewrite is not loaded. This module is required, please enable it. Error
Reply
#27
I set this up recently on a spare windows 7 box I had available using XAMPP and it works great on my local network. I haven't come across much documentation on it, but I'm curious if it's possible to add more categories or subcategories? I'm also a bit confused how the blacklist function works. For instance if I wanted to block out items for Android or Foreign languages, etc.
Reply
#28
Think I found a bug. RSS Encoding issue.

I have the RSS setup, but they maybe illegal charactors in there at the moment. It's erroring out with -

Quote:This page contains the following errors:

error on line 1542 at column 24: Encoding error
Below is a rendering of the page up to the first error.

This is using the Movies - DivX section. Can someone (if they are running the NZB.su site on here) find the offending release and delete it please. RSS is totally screwed because of it. Sad
Image
Maraschino - Web based HTPC Organiser. Keep track of all your web based programs all in one place.
Home Page - Repo - Bug Tracker - Support Forum.
Reply
#29
Hey everyone

Maybe I'm just to stupid but how do I set SABnzbd up to use NZB.su? In step 3 of the installation wizard I entered
Code:
www.nzb.su/rss?t=-2&dl=1&i=<my-id>1&r=<myapitoken>
and 1 (just to see if it works) connection. When I click the button to check the server I always get the following message:
Code:
'NoneType' object is unsubscriptable
What am I doing wrong?

Setting up CouchPotato was no problem and I tested it and it works.

Thanks for your help.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#30
Montellese Wrote:Hey everyone

Maybe I'm just to stupid but how do I set SABnzbd up to use NZB.su? In step 3 of the installation wizard I entered
Code:
www.nzb.su/rss?t=-2&dl=1&i=<my-id>1&r=<myapitoken>
and 1 (just to see if it works) connection. When I click the button to check the server I always get the following message:
Code:
'NoneType' object is unsubscriptable
What am I doing wrong?

Setting up CouchPotato was no problem and I tested it and it works.

Thanks for your help.

Step 3? Step three only gives the option for nzbmatrix or newzbin.....not nzb.su.....
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 17

Logout Mark Read Team Forum Stats Members Help
Newznab - Anyone using it?3