tvh2kodi addon - configure tvheadend from kodi interface
#1
tvh2kodi addon

The tvh2kodi addon allows you to configure tvheadend settings from within the kodi interface. This addon can be used in place of the tvh web interface for basic settings. For beginners there is a wizard to get your adapters up and running.

As this is the initial release please provide feedback on issues and things you would like to see developed.
Also, this is just a hobby and I am still learning so please bear with me as I continue to work on it. This includes writing up any instructions necessary based on initial feedback.

* please note the a minimum of Tvheadend 4.2 is required

Source code is here: https://github.com/edit4ever/script.module.tvh2kodi

Releases are here: https://github.com/edit4ever/script.modu...i/releases


v3.0 (2021-07-14)
  • Update to Python 3 for use with Kodi Matrix

v2.0 (2018-01-03)
  • Support for DVB-S networks
  • Support for Conditional Access Clients

v1.9.6 (2017-11-28)
  • adds an epg grabber cron wizard
  • merges picons downloader into master (Download Picons is located under Tvh Base Configuration & Backup)

v1.9 (2017-08-03)
  • add timeshift options under DVR configuration
  • fix epg grabber progress bar

v1.8.1 (2017-07-28)
  • fix username/password display

v1.8 (2017-07-26)
  • add support for IPTV Networks
  • fix error in muxes when 0 muxes available
  • Contains the unreleased v1.7 and v1.6 updates
    - add support for Tvh username-password
    - add backup and import of tvh userdata
    - add channel icon reset option

v1.5 (2017-07-14)
  • add progress bar for internal epg grab
  • add base tvh config parameters (set dvb scan files and channel icon paths)

v1.4 (2017-07-10)
  • fix adapter network issue
  • add multiple network support to adapter
  • allow custom Tvh server ip to be recalled

v1.3 (2017-07-08)
  • added support for DVB-S muxes

v1.2 (2017-07-08)
  • fix error in network parameters load
  • fix wrong epg parameter selection

v1.1 (2017-07-07)
  • adds function to trigger OTA and internal EPG grabbers

v1.0 (2017-07-06)
  • initial release
  • not all international tuner/network types are implemented yet (DVB-S, ISDB, IPTV settings not supported)
  • tvheadend server can be local or on network
  • wizard should only be run on a new system that has not been configured
  • developed and tested on LE based system - other OS may work as well

If you like my work you can buy me a coffee
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#2
I have not had an opportunity to try your new setup, but am buying you a coffee for your original add-on. I have been using it for a year or two now, and it makes getting guide data into the TVHeadend server very easy..........

This is to show my appreciation for all you have done for me and others.
Reply
#3
Thanks clarkss12! Glad everything is still working for you.

Feel free to provide any input on what you would like to see developed.

And I'd love any feedback on the tvh2kodi addon. :-)

P.S. I did update the zap2xml addon with a feature to clear the cache. If you're running fine you won't need to update - but if you ever have an issue trying to download new favorite channels - this should fix it.

update here: https://github.com/edit4ever/script.modu...l/releases
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#4
Post #1 updated with new release:

v1.3 (2017-07-08)
  • added support for DVB-S muxes
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#5
I am using John Galt's beta build (LE 9), but your tvh2kodi addon does not work with it. I tried your SD version and it did not work either, there was no listing for OTA, just Comcast and satellite. I can not get either of the grabbers to show up under the tvheadend server web configuration screen. Using the Kodi setup screen did nothing.

Edit: the SD version finally showed up under grabbers, so now I will wait to see if it populates.
Reply
#6
mmmm...I haven't looked at changes for LE 9

I'll have to see what might be affecting it - I can probably get an LE 9 beta up this week to see what happens.

Just so I know when I test - what version of tvh are you running on your beta?
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#7
(2017-07-09, 05:37)edit4ever Wrote: mmmm...I haven't looked at changes for LE 9

I'll have to see what might be affecting it - I can probably get an LE 9 beta up this week to see what happens.

Just so I know when I test - what version of tvh are you running on your beta?

HTS Tvheadend 4.2.2-75 ~ LibreELEC Tvh-addon v9.0.111
Reply
#8
Ok thanks - I'll see what I can find out next week for LE 9. Might be best to pick this back up on the LE forum in case someone on the LE 9 team has any thoughts.
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#9
@clarkss12 I just realized you may be having an issue in the LE 9 alpha because my addon has dependencies that may be missing in the beta.

Can you check your .kodi addons folder and see if the following addons are in there:

for tvh2kodi and sd4tvh:
script.module.dateutil
script.module.xbmcswift2
script.module.requests

for zap2xml
script.module.mechanize

If any of those are missing - that would cause the error. If that's not it - let me know and I'll try to setup one of my systems on LE 9 to troubleshoot.
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#10
Post #1 updated with new release:

v1.5 (2017-07-14)
  • add progress bar for internal epg grab
  • add base tvh config parameters (set dvb scan files and channel icon paths)
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#11
I am mainly interested in editing parameters for IPTV Muxes. When do you plan to add this part?

The awesome plugin and great work. Coffee paid ... Smile
Reply
#12
Thank JiRo! I'm hoping to look at IPTV additions in the next day or two.

As I don't have access to that type of network for testing - hopefully you can test those functions for me. :-)
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#13
(2017-07-24, 15:03)edit4ever Wrote: Thank JiRo! I'm hoping to look at IPTV additions in the next day or two.

As I don't have access to that type of network for testing - hopefully you can test those functions for me. :-)

Yes of course.
Reply
#14
This is a test version for those who have their tvheadend access setup with a username/password. (request by McNutty195)

https://www.dropbox.com/s/nn3a021ulntis4...t.zip?dl=0

Just put in your username/password into the addon settings.

Please let me know if this works/or not for you and I will update the release.
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply
#15
OK - Test versions continue with a few more features for some who have asked...not quite ready to update the release page.

v1.8
- add support for IPTV Networks
v1.7
- add support for Tvh username-password
v1.6
- add backup and import of tvh userdata
- add channel icon reset option

You can download the latest test version here: https://forum.libreelec.tv/thread/9184-t...#post57133

Please let me know if you come across errors - otherwise I will update my github release. Thanks!
Current Kodi addon projects: zap2epg, sd4tvh and tvh2kodi (tvh config from inside Kodi)
Testing ATSC single and dual tuners on RPi3 and the occasional s905 box
If you like my work you can buy me a coffee!
Reply

Logout Mark Read Team Forum Stats Members Help
tvh2kodi addon - configure tvheadend from kodi interface1