2014-07-26 05:08:36 +00:00
|
|
|
Notes for video:
|
|
|
|
https://www.youtube.com/watch?v=NG13yOTPgfY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 1. download the piratebay / torrentzeu script:
|
|
|
|
https://github.com/saironiq/shellscripts
|
|
|
|
|
|
|
|
git clone https://github.com/saironiq/shellscripts.git
|
|
|
|
|
|
|
|
|
2014-07-26 05:20:48 +00:00
|
|
|
## 2. edit the script
|
|
|
|
|
|
|
|
program='/usr/bin/peerflix -p 55055'
|
|
|
|
|
|
|
|
|
|
|
|
## 3. alias
|
2014-07-26 05:08:36 +00:00
|
|
|
|
|
|
|
PFLIX_PORT=55055
|
|
|
|
pfx() { ~/.binary/peerflix_script/thepiratebay_se/tpb.sh $@ ;}
|
|
|
|
pfx-trz() { ~/.binary/peerflix_script/torrentz_eu/torrentz_eu.sh $@ ;}
|
|
|
|
pfx-vlc() { vlc http://localhost:$PFLIX_PORT ;}
|
|
|
|
pfx-mplayer() { mplayer http://localhost:$PFLIX_PORT ;}
|
|
|
|
|