Compare commits

...

3 Commits
36 ... 37

Author SHA1 Message Date
sparklyballs
62dc7d0d26 Merge pull request #34 from tobbenb/master
Add picons to /picons and add info to README
2016-11-14 21:50:29 +00:00
tobbenb
ced7dc0842 Add permission fix for /picons 2016-11-14 22:10:07 +01:00
tobbenb
0605182ffc Add picons to /picons and add info to README 2016-11-14 20:39:37 +01:00
3 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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 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.

View File

@@ -12,4 +12,5 @@ mkdir -p \
# permissions
chown -R abc:abc \
/config
/config \
/picons