Welcome to Touchandgo’s documentation!¶
Touchandgo is a CLI application and python library to download and stream torrents
Using touchandgo¶
touchandgo [movie name]
touchandgo [series name] [season] [episode]
E.g.: touchandgo Crisis 1 5
touchandgo "true blood" 7 10
touchandgo "true blood" 7 10 --sub spa
touchandgo "never ending story"
Parameters¶
positional arguments:
name The name of the series or movie
season_number Season number
episode_number Episode number
optional arguments:
-h, --help show this help message and exit
--sub [SUB] Subtitle language
--serve Do not run VLC
--quality [QUALITY] quality of the video [normal|hd|fullhd]
--daemon Daemonize the process
--port PORT, -p PORT The port where the stream will be served
--verbose Show _all_ the logs
--player PLAYER Player to use. vlc|omxplayer|chromecast
--search SEARCH search lib to use (only option right now is 'kat' for
kickass torrents)
--nocache Search for the torrent again
<<<<<<< HEAD¶
- libtorrent-rasterbar
- base-devel (pip need it to compile some packages)
- python2-pip
sudo pacman -Sy libtorrent-rasterbar base-devel python-pip2
>>>>>>> devel How to install ————–
pip2 install touchandgo
Debugging¶
If you run Touchandgo in debug mode (with –verbose), You will see this (see the screenshot)that we call”defrag”. Defrag shows the current pieces status.
- The number shows the piece priority. 1 is the lowest and 7 the highest.
- v means that the piece is downloading.
- # means that the piece is downloaded.
- > means that the piece was served by http.
Join the discussion¶
touchandgo-devs@googlegroups.com or https://groups.google.com/forum/#!forum/touchandgo-devs
Contents: