KODI: MythTV PVR & Eminence 2.0 Skin - Channel Hack - 2/22/19
I use the Eminence 2.0 skin on Kodi 17.6, and the MythTV PVR Client add-on to connect
to my MythTV Backend. One gripe I have with the default setup is the channels don't fully
display. For example, if you're watching a LiveTV channel like [5.1], the guide and channel
list would only show the first part of the number, "5", instead of the full number, [5.1].
To fix this, I had to change a handful of xml config files, which I have linked in a zip file below. These are for Eminence 2.0 on Kodi 17.6, but keep in mind, if there are updates to the skin in the future, the files I'm providing here may be missing updates, and may not work correctly. The safer way to make the changes is to edit these files yourself manually.
From the command line, you'll need to cd ~/.kodi/addons/skin.eminence.2/16x9
To find which files you need to edit: grep ChannelNumber *.xml, and for every file that is returned with a match, open the file with your favorite text editor, and change: $INFO[ListItem.ChannelNumber,,. ] to $INFO[ListItem.ChannelNumberLabel,,. ]
Once those files are all edited/saved, reboot your kodi machine. Now the channel numbers should all display correctly!
Changed XML files: eminence2-xml-changed.zip
I would highly recommend backing up your original xml files so you can roll them back, if needed. Also note, if the Eminence skin is set to auto-update, any the xml changes will likely be overwritten, and need to be changed again after the update. If you should happen to need them, here are the original unedited xml files: eminence2-xml-original.zip
To fix this, I had to change a handful of xml config files, which I have linked in a zip file below. These are for Eminence 2.0 on Kodi 17.6, but keep in mind, if there are updates to the skin in the future, the files I'm providing here may be missing updates, and may not work correctly. The safer way to make the changes is to edit these files yourself manually.
From the command line, you'll need to cd ~/.kodi/addons/skin.eminence.2/16x9
To find which files you need to edit: grep ChannelNumber *.xml, and for every file that is returned with a match, open the file with your favorite text editor, and change: $INFO[ListItem.ChannelNumber,,. ] to $INFO[ListItem.ChannelNumberLabel,,. ]
Once those files are all edited/saved, reboot your kodi machine. Now the channel numbers should all display correctly!
Changed XML files: eminence2-xml-changed.zip
I would highly recommend backing up your original xml files so you can roll them back, if needed. Also note, if the Eminence skin is set to auto-update, any the xml changes will likely be overwritten, and need to be changed again after the update. If you should happen to need them, here are the original unedited xml files: eminence2-xml-original.zip