funcy2267 / iptv-rec

Watch and record IPTV streams with IPTV-Cat integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

iptv-rec lets you easily watch and record IPTV channels with CLI and IPTV-Cat integration for stream searching.

Setup

Linux

Install requirements (Debain-based systems):

sudo apt update && sudo apt install -y python3 python3-pip vlc && pip3 install -r ./requirements.txt

Installation:

export INSTALL_DEST="/usr/local/bin/iptv-rec" && sudo cp ./iptv-rec.py $INSTALL_DEST && sudo chmod +x $INSTALL_DEST

Usage

iptv-rec --help

Windows

Install requirements (run in PowerShell with admin privileges):

winget install --id=VideoLAN.VLC -e ; winget install --id=Python.Python.3 -e

Re-login and run:

pip3 install -r .\requirements.txt

Usage

py .\iptv-rec.py --help

About

Watch and record IPTV streams with IPTV-Cat integration.

License:MIT License


Languages

Language:Python 100.0%