Whatbox Logo
Login for certain variables to be updated with your slot's information

Wiki > Threadfin

Threadfin is an M3U proxy for Plex DVR and Emby/Jellyfin Live TV, based on xTeVe.

A random port number between 10000 and 32767 is needed and will be used to access xTeVe once setup is complete. The port number 14525 has automatically been generated and will be used throughout this article, but can be changed if needed.

Installation

  1. Connect to your slot through SSH

  2. Download the latest Threadfin Linux AMD64 binary

     mkdir -p ~/bin; wget https://github.com/Threadfin/Threadfin/releases/download/1.0.22/Threadfin_linux_amd64 -O ~/bin/Threadfin_linux_amd64; chmod +x ~/bin/Threadfin_linux_amd64
    
  3. Generate the initial Threadfin settings

     ~/bin/Threadfin_linux_amd64 -port="14525" --info
    
  4. Change the Threadfin settings to work correctly on our servers

     sed -i 's/"ssdp": true,/"ssdp": false,/' ~/.threadfin/settings.json
    
  5. Launch Threadfin in a background screen

     screen -dmS Threadfin ~/bin/Threadfin_linux_amd64 -port="14525"
    

    Threadfin's web interface will be accessible at http://server.whatbox.ca:14525/web

    Follow the instructions provided by the web interface to configure Threadfin. Threadfin currently uses xTeVe's documentation. Read the documentation on xTeVe's GitHub wiki for support. Once Threadfin is configured, access the settings and configure authentication, using a secure password.