Skip to content
Aamnah Akram edited this page Dec 4, 2015 · 1 revision

To configure settings for torrentflix, run the following command:

torrentflix --configure="nano"

where nano is your preferred editor.

Following is a sample config file:

{
        "kickass_url": "https://kat.cr",
        "rarbg_url": "https://rarbg.com",
        "limetorrents_url": "http://limetorrents.cc",
        "extratorrent_url": "http://extratorrent.cc",
        "strike_url": "https://getstrike.net",
        "yts_url": "https://yts.to",
        "tpb_url": "https://thepiratebay.la",
        "btdigg_url": "https://btdigg.org",
        "seedpeer_url": "http://seedpeer.eu",
        "leetx_url": "https://1337x.to",
        "nyaa_url": "http://www.nyaa.se",
        "tokyotosho_url": "https://www.tokyotosho.info",
        "cpasbien_url": "http://www.cpasbien.pw",
        "peerflix_player": "--vlc",
        "peerflix_player_args": "",
        "peerflix_port": "--port=8888",
        "peerflix_command": "peerflix",
        "use_subtitle": "true",
        "subtitle_language": "fre",
        "history": "false",
        "date_added": "false",
        "peerflix_path": ""
}

Player

"peerflix_player": "--vlc",

Port

"peerflix_port": "--port=8888",

Subtitles

By default subtitles are disabled but you can enable them by setting use_subtitle to true. To disable them, set the value to false.

"use_subtitle": "true",

You can also change subtitle_language to one of this list, just be sure to use the three letter code.

"subtitle_language": "fre",
Clone this wiki locally