You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,17 @@ Setup:
12
12
5. Setup the zap2epg grabber in tvheadend
13
13
6. Enjoy your new EPG!
14
14
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
+
15
28
* 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