Skip to content

Commit e1e3939

Browse files
authored
Update README.md
1 parent f5c6cab commit e1e3939

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,17 @@ Setup:
1212
5. Setup the zap2epg grabber in tvheadend
1313
6. Enjoy your new EPG!
1414

15+
Language identification is accomplished through a python module 'LandId'. This module does not have to be installed inside the Kodi interpreter but must be installed in on the device machine.
16+
For debian based machines
17+
1. sudo apt-get update
18+
2. sudo apt-get install pip (if not already installed)
19+
3. sudo apt-get install python3-numpy
20+
4. pip install langid
21+
22+
If you try to install langid befoure installying numpy, you may get an error as the langid tries to install it but cannot find the required files.
23+
24+
The setting "Use Hex values for genre type instead of textual name" will use the hex values from http://www.etsi.org/deliver/etsi_en/300400_300499/300468/01.11.01_60/en_300468v011101p.pdf
25+
Both Kodi and TVH use those categories as their genre groups. Kodi understands and stores the genre information as a hex value. As of now, I can't figure out how to get TVH to recognize the genre hex values.
26+
27+
1528
* 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.

0 commit comments

Comments
 (0)