forked from Ivasoft/docker-tvheadend
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4aeef6554b | ||
|
|
2e0e6d028c | ||
|
|
d4fb416e62 | ||
|
|
51f45f4d30 | ||
|
|
6a4d853235 | ||
|
|
0b1069a088 | ||
|
|
c9181d7131 |
11
Dockerfile
11
Dockerfile
@@ -1,16 +1,16 @@
|
|||||||
FROM lsiobase/alpine:3.6
|
FROM lsiobase/alpine:3.6
|
||||||
MAINTAINER saarg
|
MAINTAINER saarg
|
||||||
|
|
||||||
|
# set version label
|
||||||
|
ARG BUILD_DATE
|
||||||
|
ARG VERSION
|
||||||
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
|
|
||||||
# package version
|
# package version
|
||||||
ARG ARGTABLE_VER="2.13"
|
ARG ARGTABLE_VER="2.13"
|
||||||
ARG TZ="Europe/Oslo"
|
ARG TZ="Europe/Oslo"
|
||||||
ARG XMLTV_VER="0.5.69"
|
ARG XMLTV_VER="0.5.69"
|
||||||
|
|
||||||
# set version label
|
|
||||||
ARG BUILD_DATE
|
|
||||||
ARG VERSION
|
|
||||||
LABEL build_version="Build-date:- ${BUILD_DATE}"
|
|
||||||
|
|
||||||
# Environment settings
|
# Environment settings
|
||||||
ENV HOME="/config"
|
ENV HOME="/config"
|
||||||
|
|
||||||
@@ -184,6 +184,7 @@ RUN \
|
|||||||
tar xf \
|
tar xf \
|
||||||
/tmp/argtable-src.tar.gz -C \
|
/tmp/argtable-src.tar.gz -C \
|
||||||
/tmp/argtable --strip-components=1 && \
|
/tmp/argtable --strip-components=1 && \
|
||||||
|
cp /tmp/patches/config.* /tmp/argtable && \
|
||||||
cd /tmp/argtable && \
|
cd /tmp/argtable && \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr && \
|
--prefix=/usr && \
|
||||||
|
|||||||
@@ -13,8 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
|||||||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||||
|
|
||||||
# linuxserver/tvheadend
|
# linuxserver/tvheadend
|
||||||
[](https://microbadger.com/images/linuxserver/tvheadend "Get your own version badge on microbadger.com")[](http://microbadger.com/images/linuxserver/tvheadend "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-tvheadend/)
|
[](https://microbadger.com/images/linuxserver/tvheadend "Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/tvheadend "Get your own image badge on microbadger.com")[][hub][][hub][](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-tvheadend/)
|
||||||
|
|
||||||
|
|
||||||
[Tvheadend](https://www.tvheadend.org/) is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.
|
[Tvheadend](https://www.tvheadend.org/) is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.
|
||||||
Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.
|
Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.
|
||||||
@@ -42,7 +41,7 @@ The --device=/dev/dvb is only needed if you want to pass through a DVB card to t
|
|||||||
|
|
||||||
You can choose between ,using tags, latest (default, and no tag required or a specific release branch of tvheadend.
|
You can choose between ,using tags, latest (default, and no tag required or a specific release branch of tvheadend.
|
||||||
|
|
||||||
Add one of the tags, if required, to the linuxserver/tvheadend line of the run/create command in the following format, linuxserver/tvheadend:stable-4.2
|
Add one of the tags, if required, to the linuxserver/tvheadend line of the run/create command in the following format, linuxserver/tvheadend:release-4.2
|
||||||
|
|
||||||
#### Tags
|
#### Tags
|
||||||
|
|
||||||
@@ -123,7 +122,7 @@ This container comes with Comskip for commercial flagging of recordings. This yo
|
|||||||
Go to Configuration --> Recording. Change the view level to advanced in the top right corner, and add the below in the Post-processor command field.
|
Go to Configuration --> Recording. Change the view level to advanced in the top right corner, and add the below in the Post-processor command field.
|
||||||
|
|
||||||
```
|
```
|
||||||
comskip --ini=/config/comskip/comskip.ini "%f"
|
/usr/bin/comskip --ini=/config/comskip/comskip.ini "%f"
|
||||||
```
|
```
|
||||||
|
|
||||||
Now comskip will run after each recording is finished. You will find comskip.ini in the comskip folder of your /config volume mapping. See the [Comskip](http://www.kaashoek.com/comskip/) homepage for tuning of the ini file.
|
Now comskip will run after each recording is finished. You will find comskip.ini in the comskip folder of your /config volume mapping. See the [Comskip](http://www.kaashoek.com/comskip/) homepage for tuning of the ini file.
|
||||||
@@ -161,6 +160,8 @@ You need to enable minimum advanced view level to see the picons options.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **13.07.2017:** Increase uniformity across all archs.
|
||||||
|
+ **08.07.2017:** Update README with full path for comskip.
|
||||||
+ **02.07.2017:** Move to one branch for all 4.2 releases.
|
+ **02.07.2017:** Move to one branch for all 4.2 releases.
|
||||||
+ **27.05.2017:** Rebase to alpine 3.6.
|
+ **27.05.2017:** Rebase to alpine 3.6.
|
||||||
+ **01.05.2017:** Update to tvheadend 4.2.1 stable.
|
+ **01.05.2017:** Update to tvheadend 4.2.1 stable.
|
||||||
|
|||||||
1466
patches/config.guess
vendored
Normal file
1466
patches/config.guess
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1836
patches/config.sub
vendored
Normal file
1836
patches/config.sub
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user