From 0605182ffcb23bdec8276264eb8884bbfe02bd35 Mon Sep 17 00:00:00 2001 From: tobbenb Date: Mon, 14 Nov 2016 20:39:37 +0100 Subject: [PATCH 1/2] Add picons to /picons and add info to README --- Dockerfile | 3 +++ README.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9d0f95d..d86a438 100644 --- a/Dockerfile +++ b/Dockerfile @@ -245,6 +245,9 @@ RUN \ # copy local files COPY root/ / +# add picons +ADD picons.tar.bz2 /picons + # ports and volumes EXPOSE 9981 9982 VOLUME /config /recordings diff --git a/README.md b/README.md index a9abbf8..e8397c8 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,11 @@ The xml file has to be named guide.xml. For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl] +**Picons** + +We have added all the picons from [picons.xyz](https://picons.xyz/) in the folder /picons. To enable the use of these picons, add the path to the Channel icon path in Configuration --> General --> Base. +You need to enable minimum advanced view level to see the picons options. + ## Info * Shell access whilst the container is running: `docker exec -it tvheadend /bin/bash` @@ -136,6 +141,7 @@ For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl] ## Versions ++ **14.11.2016:** Add picons from picons.xyz to /picons folder. + **22.09.2016:** Fix broken tv_grab_wg, libs for xmltv and update README. + **18.09.2016:** Update XMLTV to 0.5.68 and update README. + **10.09.2016:** Add layer badges to README. From ced7dc084266b08cc9f2c2f56b388cf8d4f12128 Mon Sep 17 00:00:00 2001 From: tobbenb Date: Mon, 14 Nov 2016 22:10:07 +0100 Subject: [PATCH 2/2] Add permission fix for /picons --- README.md | 2 +- root/etc/cont-init.d/30-config | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8397c8..c16e842 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ You need to enable minimum advanced view level to see the picons options. ## Versions -+ **14.11.2016:** Add picons from picons.xyz to /picons folder. ++ **14.11.2016:** Add picons from picons.xyz to /picons folder and add info to README. + **22.09.2016:** Fix broken tv_grab_wg, libs for xmltv and update README. + **18.09.2016:** Update XMLTV to 0.5.68 and update README. + **10.09.2016:** Add layer badges to README. diff --git a/root/etc/cont-init.d/30-config b/root/etc/cont-init.d/30-config index 451d450..a341424 100644 --- a/root/etc/cont-init.d/30-config +++ b/root/etc/cont-init.d/30-config @@ -12,4 +12,5 @@ mkdir -p \ # permissions chown -R abc:abc \ - /config + /config \ + /picons