Skip to content

The tool is designed to work with a variety of different TV media sources, including cable, satellite, and streaming services.

License

Notifications You must be signed in to change notification settings

rebunitech/tv.recording

Repository files navigation

TV Station Media Recorder

Pure Python script to record TV stations from screen capture

Requirements

Development

git clone [email protected]:rebunitech/tv.recording.git
cd tv.recording
pip install -r requirements.txt
pip install -e .

Usage

usage: tv-record [-h] [-V] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}] {run,manage} ...

TV Station Media Recorder

positional arguments:
  {run,manage}

options:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -l {DEBUG,INFO,WARNING,ERROR,CRITICAL}, --log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        set logging level


usage: tv-record run [-h] [-c CONFIG] -o OUTPUT

options:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        set config file path
  -o OUTPUT, --output OUTPUT
                        set data directory path


usage: tv-record manage [-h] [--show-active] [--stop STOP] [--set-end-time]

options:
  -h, --help      show this help message and exit
  --show-active   show active recordings
  --stop STOP     stop a recording
  --set-end-time  set end time of all recording in database

License

Apache License 2.0

Author

Wendirad Demelash

About

The tool is designed to work with a variety of different TV media sources, including cable, satellite, and streaming services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages