From 8470afe13549d9c8b78cbcb0a39afe1a6ec320c7 Mon Sep 17 00:00:00 2001 From: edit4ever Date: Wed, 19 Aug 2020 07:19:14 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a5937..87cc3f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # zap2epg - Kodi addon (script.module.zap2epg) -zap2epg will generate an xmltv.xml file for USA/Canada TV lineups. +zap2epg will generate an xmltv.xml file for USA/Canada TV lineups.* zap2epg is originally designed to be easily setup in Kodi for use as a grabber for tvheadend. It includes the ability to setup your channel list to reduce the amount of data downloaded and speed up the grab. It has an option for downloading extra detail information for programs. (Note: this option will generate an extra http request per episode) It also has an option to append the extra detail information to the description (plot) field, which makes displaying this information in the Kodi EPG easier on many skins. @@ -11,3 +11,5 @@ Setup: 4. You can run the program from the addon as a test - not necessary 5. Setup the zap2epg grabber in tvheadend 6. Enjoy your new EPG! + +* Note that zap2epg is a proof of concept and is for personal experimentation only. It is not meant to be used in a commercial product and its use is your own responsibiility.