Robust²
Legacy Member
Massis zei:idem hier: pi + case + lege SD + hdmi kabel + adapter + verzending, voor €53 bij SOS solutions...
Net zelf eens gekeken daar, en ik kom toch een pak duurder uit?
Volg de onderstaande video om te zien hoe je onze site als web-app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Massis zei:idem hier: pi + case + lege SD + hdmi kabel + adapter + verzending, voor €53 bij SOS solutions...
Camera-modules en zo hoeft niet direct, da ziet er een soldeerwerkje, of in ieder geval electronicagepruts uit 

pi@raspbmc:~$ sudo apt-get install transmission transmission-daemon transmission-cli
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libminiupnpc5 libnatpmp1 minissdpd transmission-common
Suggested packages:
natpmp-utils transmission-gtk
The following NEW packages will be installed:
libminiupnpc5 libnatpmp1 minissdpd transmission transmission-cli
transmission-common transmission-daemon
0 upgraded, 7 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 1600 kB of archives.
After this operation, 3673 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://archive.raspbian.org/raspbian/ wheezy/main libminiupnpc5 armhf 1.5-2 [30.5 kB]
Get:2 http://archive.raspbian.org/raspbian/ wheezy/main libnatpmp1 armhf 20110808-3 [8496 B]
Get:3 http://archive.raspbian.org/raspbian/ wheezy/main transmission-common all 2.52-3+nmu1 [292 kB]
Get:4 http://archive.raspbian.org/raspbian/ wheezy/main transmission-daemon armhf 2.52-3+nmu1 [211 kB]
Get:5 http://archive.raspbian.org/raspbian/ wheezy/main minissdpd armhf 1.1.20120121-1 [17.1 kB]
Get:6 http://archive.raspbian.org/raspbian/ wheezy/main transmission-cli armhf 2.52-3+nmu1 [1040 kB]
Get:7 http://archive.raspbian.org/raspbian/ wheezy/main transmission all 2.52-3+nmu1 [1088 B]
Fetched 1600 kB in 6s (240 kB/s)
Selecting previously unselected package libminiupnpc5.
(Reading database ... 32831 files and directories currently installed.)
Unpacking libminiupnpc5 (from .../libminiupnpc5_1.5-2_armhf.deb) ...
Selecting previously unselected package libnatpmp1.
Unpacking libnatpmp1 (from .../libnatpmp1_20110808-3_armhf.deb) ...
Selecting previously unselected package transmission-common.
Unpacking transmission-common (from .../transmission-common_2.52-3+nmu1_all.deb) ...
Selecting previously unselected package transmission-daemon.
Unpacking transmission-daemon (from .../transmission-daemon_2.52-3+nmu1_armhf.deb) ...
Selecting previously unselected package minissdpd.
Unpacking minissdpd (from .../minissdpd_1.1.20120121-1_armhf.deb) ...
Selecting previously unselected package transmission-cli.
Unpacking transmission-cli (from .../transmission-cli_2.52-3+nmu1_armhf.deb) ...
Selecting previously unselected package transmission.
Unpacking transmission (from .../transmission_2.52-3+nmu1_all.deb) ...
Setting up nfs-common (1:1.2.6-4) ...
insserv: Service rpcbind has to be enabled to start service nfs-common
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing nfs-common (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up libminiupnpc5 (1.5-2) ...
Setting up libnatpmp1 (20110808-3) ...
Setting up transmission-common (2.52-3+nmu1) ...
Setting up transmission-daemon (2.52-3+nmu1) ...
[ ok ] Starting bittorrent daemon: transmission-daemon.
Setting up minissdpd (1.1.20120121-1) ...
Setting up transmission-cli (2.52-3+nmu1) ...
Setting up transmission (2.52-3+nmu1) ...
Errors were encountered while processing:
nfs-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
pi@raspbmc:~$ sudo service transmission stop
transmission: unrecognized service
apt-get remove nfs-common
apt-get remove portmap
apt-get install portmap
apt-get install nfs-common
[ ok ] Starting rpcbind daemon...[....] Already running..

pi@raspbmc:~$ sudo apt-get install transmission-daemon
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
transmission-cli
Suggested packages:
transmission-gtk
The following NEW packages will be installed:
transmission-cli transmission-daemon
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0 B/1252 kB of archives.
After this operation, 2485 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously unselected package transmission-daemon.
(Reading database ... 32960 files and directories currently installed.)
Unpacking transmission-daemon (from .../transmission-daemon_2.52-3+nmu1_armhf.de b) ...
Selecting previously unselected package transmission-cli.
Unpacking transmission-cli (from .../transmission-cli_2.52-3+nmu1_armhf.deb) ...
Setting up nfs-common (1:1.2.6-4) ...
insserv: Service rpcbind has to be enabled to start service nfs-common
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing nfs-common (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up transmission-daemon (2.52-3+nmu1) ...
[ ok ] Starting bittorrent daemon: transmission-daemon.
Setting up transmission-cli (2.52-3+nmu1) ...
Errors were encountered while processing:
nfs-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
JohnnyricoMC zei:

JohnnyricoMC zei:Voor alles over Transmission: https://trac.transmissionbt.com/wiki/ConfigFiles


Akrisha zei:Nu alleen nog autosub, en dan nog iets voor automatisch torrents toe te voegen (flexget?) en mss nog iets om ze meteen in de juiste map te zetten.
seed_series_db:
# The find plugin will find all of your existing episodes
find:
regexp: .*(avi|mkv|mp4)$
path: /media/shares/TV_Shows/
recursive: yes
preset: tv-series
# We use the manual plugin so that this task only runs when explicitly called
manual: yes
flexget --task seed_series_db --disable-advancement --learn
flexget --task=sort-series