19th May, 2014, 01:10 PM
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.
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.
4th Jun, 2014, 06:00 AM
Any plans on updating SickBeards any time soon?
4th Jun, 2014, 06:01 AM
If anyone wants to help maintain the download package, please say so!
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 like If I'll get sourcode or something of current package I think I can try.
Best wishes
Best wishes
7th Jun, 2014, 06:47 PM
All sources of all packages can be found on the xbian github.
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 RPi)
I'll try to update sickbeard and if couchpotato is also outdated I'll fix it also. And will try to add rtorrent package.
I'll try to update sickbeard and if couchpotato is also outdated I'll fix it also. And will try to add rtorrent package.
7th Jun, 2014, 07:08 PM
you have to put the already compiled binary in the package.
7th Jun, 2014, 09:00 PM
During the week I'll try to write and test it, let's hope I'll succed
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
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
4th Jul, 2014, 09:05 PM
Thanks man ! I also didn't know you need to sudo when starting or stopping services
1st Aug, 2014, 06:40 PM
Thanks for the package!
Is somebody working on nzbget 13 package?
Is somebody working on nzbget 13 package?
20th Sep, 2014, 08:10 PM
anyone upgraded to sickrage succesfully and wat where the steps that they have taken?
20th Oct, 2014, 02:34 AM
hi
I'm having some issues with the configuration of the usb disk.
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!!
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
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!!