Skip to content

jinxo13/FetchTVWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FetchTV Web UI Compatible with Python 3.7

Description

Connects to the FetchTV ecosystem allowing:

  • Sending commands to a Fetch Box
  • Recording free-to-air (FTA) programs
  • Listing and deleting recordings
  • Watching recordings (using VLC plugin/mobile app)

Installing

1. Running with Docker

  1. Create a .env file containing your FetchTV credentials ACTIVATION_CODE=xxx PIN=yyy

  2. Change the exposed port from 5002 if required in start.sh docker run -p 5002:5001 --env-file .env --name fetchtvweb fetchtvweb

  3. Run start.sh

  4. Navigate to: http://<server>:5002/index.html

2. Running stand alone

  1. Create a .env file containing your FetchTV credentials
ACTIVATION_CODE=xxx
PIN=yyy
  1. Install Python requirements pip install -r requirements.txt

  2. Start the application python3 app.py

  3. Navigate to: http://<server>:5001/index.html

Screenshots

FetchTV Box control/info

TV Guide

Search Guide

List Recordings

Record Program/Series

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors