From 0605182ffcb23bdec8276264eb8884bbfe02bd35 Mon Sep 17 00:00:00 2001 From: tobbenb Date: Mon, 14 Nov 2016 20:39:37 +0100 Subject: [PATCH] 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.