From 68a5beb2ce276cba88530392d4a34520658774aa Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 11 May 2017 07:43:55 +0100 Subject: [PATCH] "placeholder" image to fix broken link, add missing image version info --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f51842..0de3a21 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML). -[![tvheadend](https://s31.postimg.io/8urk8vdu3/logobig.png)][appurl] +[![tvheadend](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tvheadend-big.png)][appurl] ## Usage @@ -150,6 +150,14 @@ You need to enable minimum advanced view level to see the picons options. * Shell access whilst the container is running: `docker exec -it tvheadend /bin/bash` * To monitor the logs of the container in realtime: `docker logs -f tvheadend` +* container version number + +`docker inspect -f '{{ index .Config.Labels "build_version" }}' tvheadend` + +* image version number + +`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/tvheadend` + ## Versions + **01.05.2017:** Update to tvheadend 4.2.1 stable.