xteve_guide2go

xteve_guide2go

Docker app from alturismo's Repository

Overview

xteve, guide2go in one docker with cron setup guide2go SD subscrition as follows or copy your existing .json files into your mounted /guide2go folder docker exec -it "dockername" guide2go -configure /guide2go/"your_epg_name".yaml to test the cronjob functions docker exec -it dockername ./config/cronjob.sh included functions are (all can be individual turned on / off) xteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei website: http://xteve.de Discord: https://discordapp.com/channels/465222357754314767/465222357754314773 guide2go - xmltv epg grabber for schedules direct, thanks to @marmei github: https://github.com/mar-mei/guide2go Schedules Direct web: http://www.schedulesdirect.org/ some small script lines cause i personally use tvheadend and get playlist for xteve and cp xml data to tvheadend

xteve, guide2go in one docker with cron

docker runs in host mode
access xteve webui ip:34400/web/

after docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them

cron and xteve start options are updated on docker restart.

mounts to use as sample
Container Path: /root/.xteve <> /mnt/user/appdata/xteve/
Container Path: /config <> /mnt/user/appdata/xteve/_config/
Container Path: /guide2go <> /mnt/user/appdata/xteve/_guide2go/
Container Path: /tmp/xteve <> /tmp/xteve/
Container Path: /TVH <> /mnt/user/appdata/tvheadend/data/ << not needed if no TVHeadend is used
while /mnt/user/appdata/ should fit to your system path ...

docker run -d \
  --name=xteve_guide2go \
  --net=host \
  --log-opt max-size=10m \
  --log-opt max-file=3 \
  -e TZ="Europe/Berlin" \
  -v /mnt/user/appdata/xteve/:/root/.xteve:rw \
  -v /mnt/user/appdata/xteve/_config/:/config:rw \
  -v /mnt/user/appdata/xteve/_guide2go/:/guide2go:rw \
  -v /tmp/xteve/:/tmp/xteve:rw \
  -v /mnt/user/appdata/tvheadend/data/:/TVH \
  alturismo/xteve_guide2go

setup guide2go SD subscrition as follows or copy your existing .yaml files into your mounted /guide2go folder
docker exec -it "dockername" guide2go -configure /guide2go/"your_epg_name".yaml

to test the cronjob functions
docker exec -it "dockername" ./config/cronjob.sh

included functions are (all can be individual turned on / off)

xteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei
website: http://xteve.de
Discord: https://discordapp.com/channels/465222357754314767/465222357754314773

guide2go - xmltv epg grabber for schedules direct, thanks to @marmei
github: https://github.com/mar-mei/guide2go
Schedules Direct web: http://www.schedulesdirect.org/

some small script lines cause i personally use tvheadend and get playlist for xteve and cp xml data to tvheadend

plex and/or emby direct epg update after guide2go update (no wait for scheduled tasks, trigger more often, ...)

so, credits to the programmers, i just putted this together in a docker to fit my needs

Install xteve_guide2go on Unraid in a few clicks.

Find xteve_guide2go in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for xteve_guide2go Review the template variables and paths Click Install

Download Statistics

500,916
Total Downloads
2,590
This Month
3,266
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
alturismo/xteve_guide2go
Last Updated2024-03-19
First Seen2019-07-26

Runtime arguments

Web UI
http://[IP]:[PORT:34400]/web/
Network
host
Shell
sh
Privileged
false

Template configuration

/configPathrw

/mnt/user/appdata/xteve/_config/ as suggestion as subfolder

/xtevePathrw

where all data will be, when changing startup options with custom location u have to adjust here too

Target
/root/.xteve/
Value
/mnt/user/appdata/xteve/
/guide2goPathrw

guide2go data and .json dir

Value
/mnt/user/appdata/xteve/guide2go/
/tmpPathrw

/tmp/xteve/ in case u want buffering etc in RAMDISK

Target
/tmp/xteve
/TVHPathrw

/mnt/user/appdata/tvheadend/data/ in case TVH move functions are enabled u need to mount this