mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
25 lines
576 B
Markdown
25 lines
576 B
Markdown
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
|
|
|
|
|
|
## 2. edit the script
|
|
|
|
program='/usr/bin/peerflix -p 55055'
|
|
|
|
|
|
## 3. alias
|
|
|
|
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 ;}
|
|
|