Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[Part 1] Download torrent & newsserver package
Thank you for your donation

Poll: What packages should be included?
This poll is closed.
Tranmission (Compiled with --enabled-lightweight) 26.56% 17 26.56%
SickBeard 21.88% 14 21.88%
Leechr 0% 0 0%
SABnzbd 10.94% 7 10.94%
NZBGet 9.38% 6 9.38%
Headphones 14.06% 9 14.06%
Couchpotato 17.19% 11 17.19%
Total 64 votes 100%
* You voted for this item. [Show Results]

Pages (29): « Previous 1 ... 4 5 6 7 8 ... 29 Next »
Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[Part 1] Download torrent & newsserver package
21st Jan, 2013, 05:19 AM
Post: #76
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Download torrent & newsserver package
First package available for testing:
Code:
sudo su
cd /home/xbian
wget http://jb.xenserver.sk/xbian/xbian-package-nzbget1.0.deb
apt-get install libpar2-0
dpkg -i xbian-package-nzbget1.0.deb

Let me know if it works.

http://x.x.x.x:9092/
xbian:raspberry

To remove
Code:
dpkg -r xbian-package-nzbget
rm -rf /home/xbian/downloads
rm -rf /home/xbian/incomplete
rm -rf /home/xbian/torrents

pilight - modular domotica solution
Visit this user's website Find all posts by this user
21st Jan, 2013, 06:37 AM
Post: #77
dond72 Offline
Registered
Posts: 15
Joined: Jan 2013
Reputation: 0
RE: Download torrent & newsserver package
Wow, that was quick.

BTW is there a way that transmission loads the settings from a different place than the standar?I'm having the issue with the resume files and system with not enough space
Find all posts by this user
21st Jan, 2013, 06:44 AM
Post: #78
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Download torrent & newsserver package
No, don't know. Just wait for the new xbian transmission package

pilight - modular domotica solution
Visit this user's website Find all posts by this user
21st Jan, 2013, 05:27 PM
Post: #79
harmenzon Offline
Registered
Posts: 74
Joined: Jan 2013
Reputation: 2
RE: Download torrent & newsserver package
Great work! Looking forward to test nbget with sickbeard/couchpotato tonight.
Find all posts by this user
21st Jan, 2013, 10:54 PM
Post: #80
jasehadji Offline
Registered
Posts: 7
Joined: Jan 2013
Reputation: 0
RE: Download torrent & newsserver package
Can you please tell me how I can change permissions to edit the nzbget.conf file? I use win7 and putty, wincp.
Find all posts by this user
21st Jan, 2013, 11:02 PM
Post: #81
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Download torrent & newsserver package
Code:
sudo su

pilight - modular domotica solution
Visit this user's website Find all posts by this user
21st Jan, 2013, 11:11 PM
Post: #82
Wijsneus Offline
Registered
Posts: 4
Joined: Jan 2013
Reputation: 0
RE: Download torrent & newsserver package
I'm also having issues with Transmission:

- Not enough space available error (while there is plenty space available in my download destination, pressing 'start torrent' solves this.)
- All settings are returned to default when I reboot my Pi for any reason.


I also keep having problems with CouchPotato and Sickbeard: they can't be reached on their respective ports after a certain amount of time (not sure how much), or a reboot. The ports show no activity using the program 'NetworkView', while ports 9091, 9092 and 9093 do.

If there's no obvious solution to these problems, I'll just wait untill you release the new packages.
Thanks for all your work Wink
Find all posts by this user
22nd Jan, 2013, 01:31 AM
Post: #83
titogarrido Offline
Registered
Posts: 1
Joined: Jan 2013
Reputation: 1
RE: Download torrent & newsserver package
(5th Jan, 2013 12:40 PM)eth0 Wrote:  I'd just like to add I'm successfully running XBMC, Transmission, Sick Beard and Couch Potato all at the same time clocked @ 900Mhz. If I play a 1080p film whilst Transmission is downloading then it does indeed lag. I have hacked together (read: badly made, I'm new to Python!) a script that will pause all downloads once you start watching a film and then resume them again once its finished

default.py: http://pastebin.com/fer29Zgn (edit your details on line 21)
addon.xml: http://pastebin.com/mFSB6qvN

Pop both of these files in ~/.xbmc/addons/script.torrentpause and restart XBMC. You will need the python transmissionrpc package, you can install it with `easy_install transmissionrpc`. It's quite limited but it does what I need, feel free to expand on it and I hope its of use to someone Smile

I also built Transmission from the latest nightly build (2.75+) and compiled with:
Code:
--enable-lightweight    optimize libtransmission for low-resource systems:
                          smaller cache size, prefer unencrypted peer
                          connections, etc.

and noticed a slight improvement from the one in the raspbian repo (2.5?)

Nice work eth0!

(17th Jan, 2013 10:25 PM)SolGarlic Wrote:  
(17th Jan, 2013 10:01 PM)CurlyMo Wrote:  The point to Automatic and rTorrent is that they don't easily integrate a webgui. With rtorrent, it is possible but not without additional packages/settings. Our goals is to provide easy-to-use packages. rTorrent and Automatic are just not easy to use because of the lack of gui. That's why they will be removed from the options list.


I understand, but Automatic seems to be the only functional torrent downloader:
I tried using SickBeard but it is limited to only a few RSS Torrent providers... I'm I doing something wrong with Sickbeard? Any other alternative?

BTW, when you removed Automatic from the list, my vote moved to Couchpotato, so count less one for Couchpotato

SolGarlic, since you use torrents like me, try to use mr-orange version https://github.com/mr-orange/Sick-Beard

I have been using it with piratebay and works perfectily
Find all posts by this user
22nd Jan, 2013, 04:13 AM
Post: #84
harmenzon Offline
Registered
Posts: 74
Joined: Jan 2013
Reputation: 2
RE: Download torrent & newsserver package
I successfully installed nzbget.
I had to make these minor changes to stop some errors with reading permissions:

chmod 777 /home/xbian/downloads
chown xbian:xbian /home/xbian/downloads

chmod 777 /home/xbian/incomplete
chown xbian:xbian /home/xbian/incomplete

chmod 777 /usr/local/etc/nzbget/nzbget.conf

But now still one challenge remaining.... It's not downloading....
I adopted the same news-server settings as for sabnzbd, which is running fine.
But the nzb's that I manually uploaded to the queue are not downloading.
Any ideas?
Find all posts by this user
22nd Jan, 2013, 04:52 AM
Post: #85
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Download torrent & newsserver package
Thanks, let me know if you find a fix for not downloading bug...

pilight - modular domotica solution
Visit this user's website Find all posts by this user
22nd Jan, 2013, 08:42 AM
Post: #86
BartOtten Offline
Registered
Posts: 815
Joined: Jun 2012
Reputation: 29
RE: Download torrent & newsserver package
(21st Jan, 2013 11:11 PM)Wijsneus Wrote:  I'm also having issues with Transmission:

- Not enough space available error (while there is plenty space available in my download destination, pressing 'start torrent' solves this.)
- All settings are returned to default when I reboot my Pi for any reason.

1.) This is a problem with the disk not being mounted (or with the wrong permissions) when Transmission starts.

2.) Transmission writes it's config to the file at shutdown. So if you edit while Transmission is running, they will be overwritten again.
Find all posts by this user
23rd Jan, 2013, 12:09 AM
Post: #87
jasehadji Offline
Registered
Posts: 7
Joined: Jan 2013
Reputation: 0
RE: Download torrent & newsserver package
nzbget tells me that password is invalid. As passwords I have first used raspberry and then tegbzn6789 but had no success to get sickbeard send downloads to nzbget.
Find all posts by this user
23rd Jan, 2013, 12:15 AM
Post: #88
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Download torrent & newsserver package
Please try:

nzbget:raspberry

or

xbian:raspberry

pilight - modular domotica solution
Visit this user's website Find all posts by this user
23rd Jan, 2013, 07:06 AM
Post: #89
jasehadji Offline
Registered
Posts: 7
Joined: Jan 2013
Reputation: 0
RE: Download torrent & newsserver package
Sorry but none of them works.
Find all posts by this user
23rd Jan, 2013, 06:46 PM
Post: #90
angriest Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 1
RE: Download torrent & newsserver package
For Nzbget - username xbian password raspberry works fine for me. Same problem with no downloading as harmenzon above though - can't see anything in the logs or messages to help I'm afraid
Find all posts by this user
« Next Oldest | Next Newest »
Pages (29): « Previous 1 ... 4 5 6 7 8 ... 29 Next »
Thread Closed 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 12th May, 2025, 04:03 AM Powered By MyBB, © 2002-2025 MyBB Group.