Open martinorob opened 2 years ago
I have the same problem. It neither works when trying to build an URI, like prefixing it with file://
.
One workaround is to put the m3u file into an empty folder and run a webserver, e.g. with python:
python3 -m http.server --bind localhost 5478
and then configure telly to download the m3u file from http://localhost:5478/martino.m3u
. Dirty, but it works.
I believe its because you have the file (telly.config.toml) mounted directly without also specifying the directory as a mount.
docker run -d \ 130 ⨯
--name='telly' \
--net='bridge' \
-e TZ="Europe/Rome" \
-p '6077:6077/tcp' \
-v /etc/telly/telly.config.toml:/etc/telly/telly.config.toml \
-v /etc/telly:/etc/telly \
--restart unless-stopped \
tellytv/telly:dev-ffmpeg
You could always test this by docker exec the container and navigating to /etc/telly/
Telly cannot find my m3u and xml file
Latest docker version of telly running on Ubuntu 20.04
cat /etc/telly/telly.config.toml
docker logs -f 919c9d63ca2f 1 ⨯
ls -al /etc/telly/