tvheadend - Internal XMLTV: Schedules Direct JSON API

Use this forum to discuss issues related to the SD-JSON service.
Post Reply
tvheadend
Posts: 3
Joined: Fri Mar 17, 2023 4:33 pm

tvheadend - Internal XMLTV: Schedules Direct JSON API

Post by tvheadend »

Hi , I have installed tvheadend and configured "enabled"

EPG GRABBER MODULE: Internal XMLTV: Schedules Direct JSON API

https://ibb.co/JdxmGzM

I did configure tv_grab_zz_sdjson_sqlite using command as follows:

/usr/bin/tv_grab_zz_sdjson_sqlite --configure
/usr/bin/tv_grab_zz_sdjson_sqlite --manage-lineups

I see the folllowing files generated:
/root/.xmltv/tv_grab_zz_sdjson.conf
/root/.xmltv/tv_grab_zz_sdjson_sqlite.conf
/root/.xmltv/tv_grab_zz_sdjson.cache
/root/.xmltv/SchedulesDirect.DB

When I ran /usr/bin/tv_grab_zz_sdjson_sqlite I can see in the command line the EPG being read.....however the EPG does not show up in the TVHEADEND url - Am I missing something?

https://ibb.co/6FV9T43


Any help would be appreciated
rmeden
SD Board Member
Posts: 1685
Joined: Tue Aug 14, 2007 2:31 pm
Location: Cedar Hill, TX
Contact:

Re: tvheadend - Internal XMLTV: Schedules Direct JSON API

Post by rmeden »

I'm not familiar with TV headend, but you probably need to run

/usr/bin/tv_grab_zz_sdjson_sqlite --output tv.xml # this will grab data and otuput XMLTV format

Next, then tell your app the path to tv.xml.
Post Reply