Skip to content

[Feature]: EPG timezone offset #383

@admlko

Description

@admlko

Is your feature request related to a problem?

My IPTV Service providers EPG is always one hour behind.
Some players supports setting offset for this and it fixes the issue (e.g. -60 minutes).

Describe the solution you'd like

Would it be possible to implement similar feature to Dispatcharr?
EPG offset can be positive or negative, and it would add or subtract x minutes from the EPG data.

Additional context

Compose:

  dispatcharr:
    image: ghcr.io/dispatcharr/dispatcharr:latest
    container_name: dispatcharr
    volumes:
      - ./dispatcharr/data:/data
    environment:
      TZ: Europe/Kyiv
      DISPATCHARR_ENV: aio
      REDIS_HOST: localhost
      CELERY_BROKER_URL: redis://localhost:6379/0
      DISPATCHARR_LOG_LEVEL: info
    group_add:
      - video
      - render # Uncomment if your GPU requires it
    devices:
      - /dev/dri:/dev/dri  # For Intel/AMD GPU acceleration (VA-API)
    restart: unless-stopped

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions