Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Upload the server EPG #1

Open
LucasMaciel7 opened this issue Aug 2, 2024 · 1 comment
Open

Upload the server EPG #1

LucasMaciel7 opened this issue Aug 2, 2024 · 1 comment

Comments

@LucasMaciel7
Copy link
Member

Upload Channel Programming Server to Web Player

Upload the Server EPG and then implement it in the Web Player in the channel programming tab.

Documentation

EPG: https://pt.wikipedia.org/wiki/EPG

@LucasMaciel7
Copy link
Member Author

LucasMaciel7 commented Aug 2, 2024

Docker-compose

references: https://hub.docker.com/r/linuxserver/webgrabplus

docker-compose example

services:
  webgrabplus:
    image: lscr.io/linuxserver/webgrabplus:latest
    container_name: webgrabplus
    hostname: webgrabplus
    mac_address: 00:00:00:00:00:00
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/webgrabplus/config:/config
      - /path/to/data:/data
    restart: unless-stopped

@mateusfg7 mateusfg7 transferred this issue from another repository Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant