Sign inSign up

aguslr/bulsatcom

By aguslr

Updated 23 days ago

Download M3U and EPG files from Bulsatcom.bg

Image
0

7.5K

aguslr/bulsatcom repository overview

aguslr/docker-bulsatcom

docker-pulls image-size

This Docker image downloads M3U and EPG files from Bulsatcom's IPTV service.

Bulsatcom is Bulgarian satellite television, internet & mobile operator, founded in 2000 as the first DVB-S operator in the country.

It's a refactoring of Vasil Valchev's IPTV Kodi add-on for Bulsatcom.

Installation

To use docker-bulsatcom, follow these steps:

  1. Clone and start the container:

    docker run -v ./data:/data \
      -e [email protected] \
      -e BULSAT_PASSWORD=123456 \
      docker.io/aguslr/bulsatcom:latest --epg
    
  2. Access the files bulsat.m3u and bulsat.xml inside ./data directory.

Variables

The image is configured using environment variables passed at runtime. All these variables are prefixed by BULSAT_.

VariableFunctionDefault
USERNAMEUsername for Bulsatcomtest
PASSWORDPassword for Bulsatcomtest
OUTPUTOutput directory for files/data
TIMEOUTTimeout in seconds10
WAITWait time between updates300
EPGDownload EPGFalse
CACHEEnable cacheFalse
BLOCKComma separated list of genres to blockEMPTY

Build locally

Instead of pulling the image from a remote repository, you can build it locally:

  1. Clone the repository:

    git clone https://github.com/aguslr/docker-bulsatcom.git
    
  2. Change into the newly created directory and use docker-compose to build and launch the container:

    cd docker-bulsatcom && docker-compose up --build -d
    

Tag summary

Content type

Image

Digest

sha256:9d0abd79c

Size

43.7 MB

Last updated

23 days ago

docker pull aguslr/bulsatcom