You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
576 B
Markdown

10 years ago
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
10 years ago
## 2. edit the script
program='/usr/bin/peerflix -p 55055'
## 3. alias
10 years ago
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 ;}