forked from Ivasoft/docker-tvheadend
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae729f43d5 | ||
|
|
ae1d953f12 | ||
|
|
42eeb7b99e | ||
|
|
e0127d992c | ||
|
|
09f478d615 | ||
|
|
d5b2cbaeb4 |
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
<!--- Provide a general summary of the issue in the Title above -->
|
<!--- Provide a general summary of the issue in the Title above -->
|
||||||
|
|
||||||
[linuxserverurl]: https://linuxserver.io
|
[linuxserverurl]: https://linuxserver.io
|
||||||
[][linuxserverurl]
|
[][linuxserverurl]
|
||||||
|
|
||||||
|
|
||||||
<!--- If you have an issue with the project, please provide us with the following information -->
|
<!--- If you have an issue with the project, please provide us with the following information -->
|
||||||
|
|||||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
<!--- Provide a general summary of your changes in the Title above -->
|
<!--- Provide a general summary of your changes in the Title above -->
|
||||||
|
|
||||||
[linuxserverurl]: https://linuxserver.io
|
[linuxserverurl]: https://linuxserver.io
|
||||||
[][linuxserverurl]
|
[][linuxserverurl]
|
||||||
|
|
||||||
|
|
||||||
<!--- Before submitting a pull request please check the following -->
|
<!--- Before submitting a pull request please check the following -->
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ RUN \
|
|||||||
/tmp/iconv-src && \
|
/tmp/iconv-src && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/tmp/iconv.tar.gz -L \
|
/tmp/iconv.tar.gz -L \
|
||||||
http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz && \
|
ftp://www.mirrorservice.org/sites/ftp.gnu.org/gnu/libiconv/libiconv-1.14.tar.gz && \
|
||||||
tar xf /tmp/iconv.tar.gz -C \
|
tar xf /tmp/iconv.tar.gz -C \
|
||||||
/tmp/iconv-src --strip-components=1 && \
|
/tmp/iconv-src --strip-components=1 && \
|
||||||
cd /tmp/iconv-src && \
|
cd /tmp/iconv-src && \
|
||||||
@@ -226,7 +226,9 @@ RUN \
|
|||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
ffmpeg-libs \
|
ffmpeg-libs \
|
||||||
libhdhomerun-libs && \
|
libhdhomerun-libs \
|
||||||
|
libxml2 \
|
||||||
|
libxslt && \
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
[linuxserverurl]: https://linuxserver.io
|
[linuxserverurl]: https://linuxserver.io
|
||||||
[forumurl]: https://forum.linuxserver.io
|
[forumurl]: https://forum.linuxserver.io
|
||||||
[ircurl]: https://www.linuxserver.io/index.php/irc/
|
[ircurl]: https://www.linuxserver.io/irc/
|
||||||
[podcasturl]: https://www.linuxserver.io/index.php/category/podcast/
|
[podcasturl]: https://www.linuxserver.io/podcast/
|
||||||
|
|
||||||
[][linuxserverurl]
|
[][linuxserverurl]
|
||||||
|
|
||||||
The [LinuxServer.io][linuxserverurl] team brings you another container release featuring easy user mapping and community support. Find us for support at:
|
The [LinuxServer.io][linuxserverurl] team brings you another container release featuring easy user mapping and community support. Find us for support at:
|
||||||
* [forum.linuxserver.io][forumurl]
|
* [forum.linuxserver.io][forumurl]
|
||||||
@@ -130,7 +130,7 @@ For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl]
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
+ **22.09.2016:** Fix broken tv_grab_wg 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.
|
||||||
+ **05.09.2016:** Initial release.
|
+ **05.09.2016:** Initial release.
|
||||||
|
|||||||
Reference in New Issue
Block a user