Forum
[Part 1] Download torrent & newsserver package - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: [Part 1] Download torrent & newsserver package (/thread-196.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29


RE: Download torrent & newsserver package - CurlyMo - 3rd Feb, 2013 03:00 AM

(3rd Feb, 2013 01:55 AM)CurlyMo Wrote:  Also, can you still fix your previous posts as in markup.



RE: Download torrent & newsserver package - will13 - 3rd Feb, 2013 04:54 AM

(3rd Feb, 2013 02:55 AM)harmenzon Wrote:  Tried. One step closer. No error's as you can see below, but the files are still not unpacked.

Code:
Sat Feb 02 2013 17:52:08    Collection person of interest s02e13 x264 added to history
Sat Feb 02 2013 17:52:08    Unpausing queue after post-process-script
Sat Feb 02 2013 17:52:08    post-process-script for person of interest s02e13 x264/person.of.interest.213.720p-dimension sucessful
Sat Feb 02 2013 17:52:08    Completed post-process-script for person of interest s02e13 x264/person.of.interest.213.720p-dimension
Sat Feb 02 2013 17:52:08    Post-Process: Cleaning up
Sat Feb 02 2013 17:52:08    Post-Process: Post-process script successfully started
Sat Feb 02 2013 17:52:08    Executing post-process-script for person of interest s02e13 x264/person.of.interest.213.720p-dimension
Sat Feb 02 2013 17:52:08    Pausing queue before post-process-script
Sat Feb 02 2013 17:52:07    Queueing person of interest s02e13 x264/person.of.interest.213.720p-dimension for par-check
Feb 02 2013 17:52:07    person of interest s02e13 x264 returned from history back to download queue

Did you install unrar?

Code:
sudo sh -c "echo \"deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi\" >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-get -y build-dep unrar-nonfree
sudo apt-get source -b unrar-nonfree
sudo dpkg -i unrar*.deb


Also is anybody else having password problems with NZBget?

Sickbeard keeps saying the password is incorrect and when I tried using my windows PC Sickbeard, it seemed to be fine except the grabbed NZB's weren't added to queue


RE: Download torrent & newsserver package - CurlyMo - 3rd Feb, 2013 05:15 AM

I already said you need to install my patched sickbeard which also can be found one or two pages back...


RE: Download torrent & newsserver package - will13 - 3rd Feb, 2013 05:18 AM

(3rd Feb, 2013 05:15 AM)CurlyMo Wrote:  I already said you need to install my patched sickbeard which also can be found one or two pages back...

Tried but didn't seem to start


RE: Download torrent & newsserver package - CurlyMo - 3rd Feb, 2013 05:21 AM

Can you post more information. You need that patches version because that one only works with custom nzbget usernames.


RE: Download torrent & newsserver package - will13 - 3rd Feb, 2013 05:25 AM

(3rd Feb, 2013 05:21 AM)CurlyMo Wrote:  Can you post more information. You need that patches version because that one only works with custom nzbget usernames.

Tried going to the port its on, nothing loads, then ran python SickBeard.py and came back with

Code:
File "SickBeard.py", line 56, in <module>
    from sickbeard.webserveInit import initWebServer
  File "/usr/local/share/sickbeard/sickbeard/webserveInit.py", line 26, in <module>
    from sickbeard.webserve import WebInterface
  File "/usr/local/share/sickbeard/sickbeard/webserve.py", line 818
    sickbeard.NZBGET_USERNAME = nzbget_username
    ^
IndentationError: unexpected indent



RE: Download torrent & newsserver package - CurlyMo - 3rd Feb, 2013 06:34 AM

It seems that my local security kicked in because i can't remotely connect with my home network anymore Smile However, i know what's wrong.


RE: Download torrent & newsserver package - Fuzzwah - 3rd Feb, 2013 10:32 AM

Has anyone been able to successfully scan a directory with headphones from the download package?


RE: Download torrent & newsserver package - harmenzon - 3rd Feb, 2013 06:51 PM

Quote:Did you install unrar?

Yes, unrar was installed.
I tried a different download and everything went fine.
But my original download still does not. It seems something does not go right using the Post-Proces Again option. Maybe the files are not copied back from /home/xbian/download to /home/xbian/incomplete?


RE: Download torrent & newsserver package - kas_27_es - 3rd Feb, 2013 09:01 PM

[Solved] For me:

Code:
python /home/xbian/sickbeard/SickBeard.py -d
sudo /etc/init.d/sickbeard -restart

After that, access web server on port 8081 and reconfigure port, user and password.

New problem, now with sabnzbdplus.

When I try:
Code:
/etc/init.d/sabnzbdplus start

Console shows:
Code:
[ ok ] Starting SABnzbd:.

But I can't access webpage


RE: Download torrent & newsserver package - will13 - 3rd Feb, 2013 09:18 PM

(3rd Feb, 2013 09:01 PM)kas_27_es Wrote:  [Solved] For me:

Code:
python /home/xbian/sickbeard/SickBeard.py -d
sudo /etc/init.d/sickbeard -restart

After that, access web server on port 8081 and reconfigure port, user and password.

I'll give that a try myself


RE: Download torrent & newsserver package - CurlyMo - 4th Feb, 2013 02:38 AM

If you start sickbeard, you're not using my config but instead the default one.

@will13, i shall fix the package when i'm home.


RE: Download torrent & newsserver package - will13 - 4th Feb, 2013 03:13 AM

(4th Feb, 2013 02:38 AM)CurlyMo Wrote:  If you start sickbeard, you're not using my config but instead the default one.

@will13, i shall fix the package when i'm home.

Ah very good Big Grin


Using Raspbian at moment with Sab but would much rather have Xbian with NZBget


RE: Download torrent & newsserver package - CurlyMo - 5th Feb, 2013 05:27 AM

I've updated the sickbeard package. Can you guys test it again.


RE: Download torrent & newsserver package - will13 - 5th Feb, 2013 09:15 AM

(5th Feb, 2013 05:27 AM)CurlyMo Wrote:  I've updated the sickbeard package. Can you guys test it again.

Seems to be working fine at moment, however I'll test it with NZBget tomorrow