forked from Ivasoft/docker-tvheadend
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9bde53d3d | ||
|
|
62dc7d0d26 | ||
|
|
ced7dc0842 | ||
|
|
0605182ffc |
@@ -245,6 +245,9 @@ RUN \
|
|||||||
# copy local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
|
# add picons
|
||||||
|
ADD picons.tar.bz2 /picons
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 9981 9982
|
EXPOSE 9981 9982
|
||||||
VOLUME /config /recordings
|
VOLUME /config /recordings
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ docker create \
|
|||||||
--name=tvheadend \
|
--name=tvheadend \
|
||||||
--net=bridge \
|
--net=bridge \
|
||||||
-v <path to data>:/config \
|
-v <path to data>:/config \
|
||||||
|
-v <path to recordings>:/recordings \
|
||||||
-e PGID=<gid> -e PUID=<uid> \
|
-e PGID=<gid> -e PUID=<uid> \
|
||||||
-p 9981:9981 \
|
-p 9981:9981 \
|
||||||
-p 9982:9982 \
|
-p 9982:9982 \
|
||||||
@@ -129,6 +130,11 @@ The xml file has to be named guide.xml.
|
|||||||
|
|
||||||
For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl]
|
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
|
## Info
|
||||||
|
|
||||||
* Shell access whilst the container is running: `docker exec -it tvheadend /bin/bash`
|
* Shell access whilst the container is running: `docker exec -it tvheadend /bin/bash`
|
||||||
@@ -136,6 +142,7 @@ For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl]
|
|||||||
|
|
||||||
## Versions
|
## 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.
|
+ **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.
|
+ **18.09.2016:** Update XMLTV to 0.5.68 and update README.
|
||||||
+ **10.09.2016:** Add layer badges to README.
|
+ **10.09.2016:** Add layer badges to README.
|
||||||
|
|||||||
@@ -12,4 +12,5 @@ mkdir -p \
|
|||||||
|
|
||||||
# permissions
|
# permissions
|
||||||
chown -R abc:abc \
|
chown -R abc:abc \
|
||||||
/config
|
/config \
|
||||||
|
/picons
|
||||||
|
|||||||
Reference in New Issue
Block a user