cabbresson - do you have the tvheadend pvr client (pvr.hts) running on the system?
Posts by edit4ever
-
-
Meyerchak - are there specific functions you would like to see added? I'm considering adding the sdgrabber and zap2epg grabber into a complete system with TV 2nd - but happy to consider an update if there is something specific.
-
OK - as for the error - I would like to troubleshoot the tvhmatch function (only works on OTA lineups) on your system.
Have you entered your tvh username/password in the zap2epg settings?
-
Small fix and release (0.5.4) with a fix for the cast information for movies. Somehow this dropped off in one of the recent updates...so this puts the cast listing back in (if you add it in extra details).
Releases · edit4ever/script.module.zap2epg · GitHub
Thanks!
-
Do you happen to be running this Ubuntu on Windows 10 WSL? I had a similar error when trying to compile as the windows for linux subsystem can only handle compiling for 64 bit.
-
If 0.5.3 is not working for you...turn off the setting for tvh match and try to run again. Then if it still fails, please post an updated log.
Thanks!
-
you don't have to have a user in tvh - but it doesn't hurt either. Glad to hear it worked out for you!
Safe travels.
-
My mistake! I forgot to push the finished tvheadend code. ooops!
Here's the updated 0.5.3 release with support for tvh username-password!
Releases · edit4ever/script.module.zap2epg · GitHub
ScotyBro Please let me know if it works!
-
ScotyBro - If I'm right, you have a username/password setup on your tvheadend system and for some reason it is not reading that info from the tvh client (maybe you don't have it installed on this system). You can manually enter that info in the zap2epg addon settings.
My code should deal with that - but I think I missed something. Please try entering your user/pass for tvh and see if zap2epg runs.
In the meantime, I'll check the error in my code. Thanks!
-
It doesn't look like you're doing anything wrong based in that log. I won't be able to check the system until tonight...but you can check to see if you can access
TV Listings- Find Local TV Listings and Watch Full Episodes - Zap2it.com
from a browser.
-
Update 0.5.2 - contains a fix for channel names that have an ampersand.
Releases · edit4ever/script.module.zap2epg · GitHub
Thanks!
-
I checked the repo - you're missing the dvb.hauppauge in the RPi2 options:
Code# include crazycat drivers addon in image ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS dvb.crazycat dvb.tbs dvb.media_build dvb.digital_devices driverselect"
I was going to try a new build environment on Windows 10 Ubuntu - so I'll update the line and see if my build works. Of course...it's running on a Dell tablet so who knows how long a first build will take!! If your updated build posts first, I'll try that.
-
The version I downloaded is LibreELEC-RPi2.arm-8.2.0-dvb-1.1.img.gz and installed by placing in the update folder.
I don't see a hauppauge addon in this version.
-
OK - I'll take a deeper look today and send any info I find. I'm only seeing a single tuner on my RPi3.
...
Didn't see anything out of whack...just seems to load only 1 dvb. I didn't see a "Hauppauge" addon with the other dvb driver addons, so I tried enabling each one - but still single tuner. Here's dmesg:
Happy to test things - or if you've updated a repo I can download, I can run some test builds and see if the patches are messed up for Hauppauge. Thanks!
-
Just to check - should the Hauppauge update include the dual tuner patch for the dualHD usb?
If so, let me know as I only see one tuner and I'll post a dmesg.
Thanks!
-
New update! This version adds a function/option to get the channels from tvheadend and append the subchannel number and service name to the xmltv file. For new setups, this should create an automated matching/setup of the epg source in tvheadend for the OTA (broadcast/antenna) lineups. This function/option is ignored for cable lineups.
Here you go and thank you for testing!
Releases · edit4ever/script.module.zap2epg · GitHub
--- update note: I updated the github release to 0.5.1 - this added a cleanup in the xtra details downloads that should speed up errors due to failed downloads. If you happened to have grabbed the 0.5.0 release before I updated to 0.5.1, you can just redownload and update. Please note that the release will still say 0.5.0 in kodi.
-
OK - I've figured out a way to create the OTA subchannel number (that is missing from the current data source) and append it to the xmltv data. I'm going to include this as an option in the next release. I also have added a function to match channel numbers in tvh and pull the service names and add those into the xmltv file. This allows tvheadend to automatically map the epg source for each channel (that has a match) eliminating another step in the setup process. This is currently a function for OTA lineups only as I don't have a way to test and build cable channels (and they probably name match already).
Both of these features don't necessarily help users that have already manually setup their system - but should be very beneficial to new users.
Before I update this release - are there any other functions that anyone would like to see? I think I am ready to more broadly publish after this.
Thanks again for all who have provided feedback! I'm one step closer to building an affordable and simple to install DVR setup. My next step will be to combine my different addons and create a simple DVR setup wizard that will install/enable the necessary addons, scan channels and add lineup & epg data.
-
Sorry folks - 0.4.0 was missing the genre settings stuff - fixed and updated the release 0.4.1
Releases · edit4ever/script.module.zap2epg · GitHub
Thanks!