From 09f1df31513a8e6c351f70a2460426d0ea05214c Mon Sep 17 00:00:00 2001 From: gotbletu Date: Fri, 25 Jul 2014 22:08:36 -0700 Subject: [PATCH] peerflix alias --- peerflix_torrent_search.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 peerflix_torrent_search.md diff --git a/peerflix_torrent_search.md b/peerflix_torrent_search.md new file mode 100644 index 0000000..4397939 --- /dev/null +++ b/peerflix_torrent_search.md @@ -0,0 +1,19 @@ +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. 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 ;} +