From f768afd1c397099ae372f4d840228a13785b5a15 Mon Sep 17 00:00:00 2001 From: tobbenb Date: Thu, 22 Sep 2016 14:45:22 +0200 Subject: [PATCH 1/2] Fix tv_grab_wg not working --- root/usr/bin/tv_grab_wg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/usr/bin/tv_grab_wg b/root/usr/bin/tv_grab_wg index 028c699..1225f31 100755 --- a/root/usr/bin/tv_grab_wg +++ b/root/usr/bin/tv_grab_wg @@ -1,12 +1,11 @@ #!/bin/bash -xmltv_file_location=/config/data/*.xml dflag= vflag= cflag= qflag= if (( $# < 1 )) then - cat "$xmltv_file_location" + cat /config/data/*.xml exit 0 fi From 8c239ea3e4941dce6c4d49f70937635e3a464181 Mon Sep 17 00:00:00 2001 From: tobbenb Date: Thu, 22 Sep 2016 14:50:54 +0200 Subject: [PATCH 2/2] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d92cbd..44d5593 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,9 @@ FFmpeg is installed in /usr/bin/ in case you need to use it with pipe. **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. +The xml file has to be named guide.xml. For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl] @@ -129,6 +130,7 @@ For advanced setup of tvheadend, go to [Tvheadend][tvheadendurl] ## Versions ++ **22.09.2016:** Fix broken tv_grab_wg and update README. + **18.09.2016:** Update XMLTV to 0.5.68 and update README. + **10.09.2016:** Add layer badges to README. + **05.09.2016:** Initial release.