From 86a36ad3dc8b8063191d5a5c0e35af39c5db7a06 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 11 Feb 2019 21:43:16 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-tvheadend.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/images/docker-tvheadend.md b/images/docker-tvheadend.md index 5343afaed..807feea4d 100755 --- a/images/docker-tvheadend.md +++ b/images/docker-tvheadend.md @@ -33,12 +33,11 @@ docker create \ -e RUN_OPTS= \ -p 9981:9981 \ -p 9982:9982 \ - --device=/dev/dvb \ - --device=/dev/dri + --device=/dev/dvb linuxserver/tvheadend ``` The --device=/dev/dvb is only needed if you want to pass through a DVB card to the container. If you use IPTV or HDHomeRun you can leave it out. -The --device=/dev/dri is only needed if you want to use your AMD/Intel GPU for hardware accelerated video encoding (vaapi). + You can choose between ,using tags, latest (default, and no tag required or a specific release branch of tvheadend. @@ -69,7 +68,6 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-e PUID` for UserID - see below for explanation * `-e RUN_OPTS` additional runtime parameters - see below for explanation * `--device=/dev/dvb` - for passing through DVB-cards -* `--device=/dev/dri` - for passing through GPU * `--net=host` - for IPTV, SAT>IP and HDHomeRun * `-e TZ` - for timezone information *eg Europe/London, etc* @@ -145,7 +143,7 @@ For advanced setup of tvheadend, go to [Tvheadend][appurl] **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. +You need to enable minimum advanced view level to see the picons options.. ## Info @@ -162,17 +160,13 @@ You need to enable minimum advanced view level to see the picons options. ## Versions -+ **15.01.19:** Add pipeline and multi arch logic. ++ **16.01.19:** Add pipeline and multi arch logic. + **12.09.18:** Rebase to alpine 3.8 and use buildstage type build. + **21.04.18:** Add JSON::XS Perl package for grab_tv_huro. -+ **24.03.18:** Add dvbcsa package. + **04.03.18:** Use sourceforge master rather than mirror for xmltv. -+ **22.02.18:** Add lost libva-intel-driver. -+ **21.02.18:** Fix wrong version of iconv used. -+ **18.02.18:** Add vaapi support, some cleanup and dropping of deprecated options. -+ **04.01.18:** Deprecate cpu_core routine lack of scaling. ++ **22.02.18:** Add missing pngquant package. ++ **21.02.18:** Fix wrong version of iconv used and add some build options from CvH. + **11.12.17:** Rebase to alpine 3.7, linting fixes. -+ **02.09.17:** Add codec dependencies. + **13.07.17:** Increase uniformity across all archs. + **08.07.17:** Update README with full path for comskip. + **02.07.17:** Move to one branch for all 4.2 releases. @@ -187,4 +181,4 @@ You need to enable minimum advanced view level to see the picons options. + **22.09.16:** Fix broken tv_grab_wg, libs for xmltv and update README. + **18.09.16:** Update XMLTV to 0.5.68 and update README. + **10.09.16:** Add layer badges to README. -+ **05.09.16:** Initial release. ++ **05.09.16:** Initial release