v18 EPG Database
#1
Hi,

i'm running a tvheadend backend on an Ubuntu 18.04 machine and a Kodi (Dev) Environment on my Win10 Laptop.

My issue is the following: when i open the epg database (Epg12.db in userdata/database Folder) with a sqlite Viewer, the epgtags table is empty. In PVR Settings the Option "do not store epg in local database" is disabled, so from my understanding this table should be used to store the epg data. When watching TV, epg data is shown normally...

Has anybody an idea why this table is empty? Is this intended behaviour? If yes, where is the database where the epg data is stored?

Thanks a lot for any hint...cheers Louis
Reply
#2
*bump*

Is this a stupid question? Wink
Reply
#3
May be i should re-formulate the question: how is the way to go to access epg data with a python addon?
Reply
#4
I would like to know that, too. Here is what I did so far:

bash:

kodi:~ # /usr/lib/kodi/kodi.bin --version
18.1 Git:newclock5_18.1-Leia Media Center Kodi
Copyright © 2005-2018 Team Kodi - http://kodi.tv
kodi:~ # sqlite3 /storage/.kodi/userdata/Database/Epg12.db
SQLite version 3.26.0 2018-12-01 12:34:55
Enter ".help" for usage hints.
sqlite> .tables
epg epgtags lastepgscan version
sqlite> select * from epg;
sqlite>
Reply

Logout Mark Read Team Forum Stats Members Help
EPG Database0