forked from Ivasoft/docker-tvheadend
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42eeb7b99e | ||
|
|
e0127d992c | ||
|
|
09f478d615 | ||
|
|
d5b2cbaeb4 | ||
|
|
59a8633e2a | ||
|
|
8c239ea3e4 | ||
|
|
f768afd1c3 |
@@ -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 \
|
||||||
|
|||||||
@@ -117,8 +117,9 @@ FFmpeg is installed in /usr/bin/ in case you need to use it with pipe.
|
|||||||
|
|
||||||
**EPG XML file**
|
**EPG XML file**
|
||||||
|
|
||||||
If you have EPG data in XML format from a supplier, you can drop it in the data folder of your your /config volume mapping. Then choose the XML file grabber in Configuration --> Channel/EPG --> EPG Grabber Modules.
|
If you have EPG data in XML format from a supplier, you can drop it in the data folder of your /config volume mapping. If it doesn't exist, create it. Then choose the XML file grabber in Configuration --> Channel/EPG --> EPG Grabber Modules.
|
||||||
If you use WebGrab+Plus, choose the WebGrab+Plus XML file grabber. The XML file goes in the same path as above.
|
If you use WebGrab+Plus, choose the WebGrab+Plus XML file grabber. The XML file goes in the same path as above.
|
||||||
|
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]
|
||||||
|
|
||||||
@@ -129,6 +130,7 @@ For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl]
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **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.
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
xmltv_file_location=/config/data/*.xml
|
|
||||||
dflag=
|
dflag=
|
||||||
vflag=
|
vflag=
|
||||||
cflag=
|
cflag=
|
||||||
qflag=
|
qflag=
|
||||||
if (( $# < 1 ))
|
if (( $# < 1 ))
|
||||||
then
|
then
|
||||||
cat "$xmltv_file_location"
|
cat /config/data/*.xml
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user