owi2plex

owi2plex

Docker app from alturismo's Repository

Overview

a xml grabber for enigma with open webif after docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them cron options are updated on docker restart. cronjob changes doesnt require a restart. to test the cronjob functions docker exec -it dockername ./config/cronjob.sh

owi2plex in docker with cron

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

cron start options are updated on docker restart.

mounts to use as sample
Container Path: /config <> /mnt/user/appdata/owi2plex/_config/
Container Path: /owi2plex <> /mnt/user/appdata/owi2plex/
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=owi2plex \
  --net=bridge \
  --log-opt max-size=10m \
  --log-opt max-file=3 \
  -e TZ="Europe/Berlin" \
  -v /mnt/user/appdata/owi2plex/_config:/config:rw \
  -v /mnt/user/appdata/owi2plex/:/owi2plex:rw \
  alturismo/owi2plex

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

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

owi2plex - xmltv epg grabber for enigma receivers using open web, thanks to @cvarelaruiz
github: https://github.com/cvarelaruiz/owi2plex

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

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

Install Owi2plex on Unraid in a few clicks.

Find Owi2plex 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 Owi2plex Review the template variables and paths Click Install

Categories

Download Statistics

353,585
Total Downloads
566
This Month
607
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
alturismo/owi2plex
Last Updated2019-11-29
First Seen2019-07-17

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

/configPathrw

/mnt/user/appdata/owi2plex/_config/ config and cron setting

/owi2plexPathrw

/mnt/user/appdata/owi2plex/ output folder

/TVHPathrw

/mnt/user/appdata/tvheadend/data/ in case move to TVHeadend is enabled u need to mount this.