2017-10-22, 03:31
Running: mythtv 0.28, kodi 17.4
After reading the main thread I tried copying /usr/share/kodi/addons/pvr.mythtv/resources/eit_categories.txt to /home/derek/.kodi/userdata/addon_data/pvr.mythtv/eit_categories.txt
with the thought that updating this would fix the genres not matching the categories.
For example:
mysql> select category,title,category_type from program where title like '%Machine%';
+----------+------------------------------------+---------------+
| category | title | category_type |
+----------+------------------------------------+---------------+
| Action | Terminator 3: Rise Of The Machines | movie |
+----------+------------------------------------+---------------+
1 row in set (0.02 sec)
In the kodi epg it is listed as genre : Adventure/Western/War but eit_categories.txt has only 0x12;"Movie - Adventure/Western/War"
The movie part does not show
0x12 also has Adventure, Action, Western, War
I tried creating 0x12;"Movie - Action" in the userdata copy of eit_categories.txt and cycling Kodi, but it made no difference
Is anyone able to give instructions on how to do this one, after which I should be able to fix others (especially the "Other / Unknown" genre
Thanks Derek
After reading the main thread I tried copying /usr/share/kodi/addons/pvr.mythtv/resources/eit_categories.txt to /home/derek/.kodi/userdata/addon_data/pvr.mythtv/eit_categories.txt
with the thought that updating this would fix the genres not matching the categories.
For example:
mysql> select category,title,category_type from program where title like '%Machine%';
+----------+------------------------------------+---------------+
| category | title | category_type |
+----------+------------------------------------+---------------+
| Action | Terminator 3: Rise Of The Machines | movie |
+----------+------------------------------------+---------------+
1 row in set (0.02 sec)
In the kodi epg it is listed as genre : Adventure/Western/War but eit_categories.txt has only 0x12;"Movie - Adventure/Western/War"
The movie part does not show
0x12 also has Adventure, Action, Western, War
I tried creating 0x12;"Movie - Action" in the userdata copy of eit_categories.txt and cycling Kodi, but it made no difference
Is anyone able to give instructions on how to do this one, after which I should be able to fix others (especially the "Other / Unknown" genre
Thanks Derek