Forum
[Part 3] Download torrent & newsserver packages - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Additional Packages (/forum-22.html)
+--- Thread: [Part 3] Download torrent & newsserver packages (/thread-1018.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


RE: [Part 3] Download torrent & newsserver packages - danell - 19th May, 2014 01:10 PM

The solution was to run "git reset --hard HEAD"


RE: [Part 3] Download torrent & newsserver packages - PuddingNL - 21st May, 2014 06:58 PM

I have installed the packages:

sudo apt-get install xbian-download-package

Tranmission works fine. Sickbeard never worked and Couchpotato doesn't work anymore after I restart the service.

Did:
/etc/init.d/couchpotato stop
/etc/init.d/couchpotato start
and
/etc/init.d/couchpotato force-reload

Also tried a complete reboot of my Raspberry Pi. Same story for Sickbeard.


RE: [Part 3] Download torrent & newsserver packages - danell - 4th Jun, 2014 06:00 AM

Any plans on updating SickBeards any time soon?


RE: [Part 3] Download torrent & newsserver packages - CurlyMo - 4th Jun, 2014 06:01 AM

If anyone wants to help maintain the download package, please say so!


RE: [Part 3] Download torrent & newsserver packages - koper89 - 7th Jun, 2014 06:26 PM

I just compiled rtorrent 0.9.4 and I'm using newest sickrage dev branch, so I can try to make it up to date and add f.e. rtorrent but don't have knowledge about how this package look likeTongue If I'll get sourcode or something of current package I think I can try.
Best wishes


RE: [Part 3] Download torrent & newsserver packages - CurlyMo - 7th Jun, 2014 06:47 PM

All sources of all packages can be found on the xbian github.


RE: [Part 3] Download torrent & newsserver packages - koper89 - 7th Jun, 2014 07:04 PM

BTW, if I compiled my own rtorrent 0.9.4 in f.e. a package should I add those deb packages (i used checkinstall to generate them) Or in my script I should add whole compilation process? (It's at least few hours of work on RPiBig Grin)

I'll try to update sickbeard and if couchpotato is also outdated I'll fix it also. And will try to add rtorrent package.


RE: [Part 3] Download torrent & newsserver packages - belese - 7th Jun, 2014 07:08 PM

you have to put the already compiled binary in the package.


RE: [Part 3] Download torrent & newsserver packages - koper89 - 7th Jun, 2014 09:00 PM

During the week I'll try to write and test it, let's hope I'll succed


RE: [Part 3] Download torrent & newsserver packages - Kevin LeRoy - 3rd Jul, 2014 07:42 PM

really sorry for a newbie question but how do i turn off transmissions whitelist i cannot bring it up in a browser from another pc because whitelist is turned on by default


RE: [Part 3] Download torrent & newsserver packages - adepssimius - 3rd Jul, 2014 11:46 PM

(3rd Jul, 2014 07:42 PM)Kevin LeRoy Wrote:  really sorry for a newbie question but how do i turn off transmissions whitelist i cannot bring it up in a browser from another pc because whitelist is turned on by default

Settings are stored in /etc/ in general. For transmission, you need to edit /etc/transmission/settings.json so that "rpc-whitelist-enable" is set to false. Transmission re-writes the settings file on exit, so you must edit while transmission is stopped.
Code:
service transmission stop
nano /etc/transmission/settings.json
service transmission start



[Part 3] Download torrent & newsserver packages - Kevin LeRoy - 4th Jul, 2014 09:05 PM

Thanks man ! I also didn't know you need to sudo when starting or stopping services


RE: [Part 3] Download torrent & newsserver packages - AMWND - 1st Aug, 2014 06:40 PM

Thanks for the package!
Is somebody working on nzbget 13 package?


RE: [Part 3] Download torrent & newsserver packages - ramonskie - 20th Sep, 2014 08:10 PM

anyone upgraded to sickrage succesfully and wat where the steps that they have taken?


RE: [Part 3] Download torrent & newsserver packages - charlu33 - 20th Oct, 2014 02:34 AM

hi

I'm having some issues with the configuration of the usb disk.
Terminal
xbian@xbian ~ $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mmcblk0p2 15270912 537672 14645624 4% /
devtmpfs 175032 4 175028 1% /dev
none 36660 464 36196 2% /run
/dev/mmcblk0p1 34730 14810 19920 43% /boot
/dev/mmcblk0p2 15270912 537672 14645624 4% /home
/dev/mmcblk0p2 15270912 537672 14645624 4% /lib/modules
/dev/sda1 358314560 23805376 334509184 7% /media/MEDIA
/dev/mmcblk0p2 15270912 537672 14645624 4% /xbmc-backup
xbian@xbian ~ $ mv /home/xbian/downloads /media/MEDIA
mv: inter-device move failed: `/home/xbian/downloads' to `/media/MEDIA/downloads'; unable to remove target: Is a directory

I'm a newbie so it is quite difficult for me to get what is wrong... I'd be very happy si someone could help me!!