Kodi Community Forum
v18 EPG Database - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: v18 EPG Database (/showthread.php?tid=340096)



EPG Database - louis - 2019-02-01

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


RE: EPG Database - louis - 2019-02-02

*bump*

Is this a stupid question? Wink


RE: EPG Database - louis - 2019-02-04

May be i should re-formulate the question: how is the way to go to access epg data with a python addon?


RE: EPG Database - mcnesium - 2019-06-17

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>