-
Notifications
You must be signed in to change notification settings - Fork 26
1. Setup
wbeard52 edited this page Aug 10, 2024
·
4 revisions
zap2epg Setup:
- Download the latest release here
- Install the zap2epg addon in Kodi
- Run the addon
- If this is the first time the system is run, you will be prompted to configure your location.
- From the main menu select Change Current Location and enter your country and zipcode and select your lineup
- Select Configure Settings and Options and then the tvheadend tab
- If you're not running tvheadend - turn off tvheadend options and skip to step 8
- If you're running tvheadend on a different (network) device and do not have the tvheadend pvr client enabled, enter your tvheadend ipaddress and port
- If you have a tvheadend username/password - enter those
- If you're running tvheaded and using an OTA lineup, zap2peg will create a channel list based on the active channels in your tvheadend backend
- If you'd like to customize the channel list (add/remove channels to be downloaded) select Configure Channel List
- You can run a test (not necessary) from the main menu, just select Run zap2epg and Update Guide Data
- You can now setup the zap2epg grabber in tvheadend and enjoy your new epg! Or click below to review the other options
On some systems you will need to move the tv_grab_zap2epg grabber file to /usr/bin and enable execution, then resetart tvheadend On debian based systems like OSMC
sudo cp /home/osmc/.kodi/addons/script.module.zap2epg/bin/tv_grab_zap2epg /usr/bin/tv_grab_zap2epg
sudo chmod +x /usr/bin/tv_grab_zap2epg
sudo service tvheadend restart