Results 1 to 2 of 2
  1. #1
    Junoir Member
    Join Date
    Jul 2015
    Location
    utuxia
    Posts
    5
    Rep Power
    0

    XMLTV programme?

    I'm trying to create some XMLTV file that will work with the Kodi PVR Simple Client.

    The channels show up in the Guide, but I don't get any program information.

    I'm wondering what I'm missing. I can't find much info about how to use XMLTV.

    Code:
      <channel id="nfl-49ers">
        <display-name>NFL: LA at San Francisco 49ers (10:20pm EDT)</display-name>
        <icon src="http://example.com/nfl-49ers/poster.jpg"/>
      </channel>
      <programme channel="nfl-49ers" start="20160912220900 -04:00" stop="20160913020900 -04:00">
        <title lang="en">NFL: LA at San Francisco 49ers (10:20pm EDT)</title>
        <category>Sports</category>
        <icon src="http://example.com/nfl-49ers/poster.jpg"/>
      </programme>

  2. #2
    You betta werk! expatter's Avatar
    Join Date
    Feb 2015
    Location
    left field
    Posts
    547
    Rep Power
    49
    Quote Originally Posted by utuxia View Post
    I'm trying to create some XMLTV file that will work with the Kodi PVR Simple Client.

    The channels show up in the Guide, but I don't get any program information.

    I'm wondering what I'm missing. I can't find much info about how to use XMLTV.

    Code:
      <channel id="nfl-49ers">
        <display-name>NFL: LA at San Francisco 49ers (10:20pm EDT)</display-name>
        <icon src="http://example.com/nfl-49ers/poster.jpg"/>
      </channel>
      <programme channel="nfl-49ers" start="20160912220900 -04:00" stop="20160913020900 -04:00">
        <title lang="en">NFL: LA at San Francisco 49ers (10:20pm EDT)</title>
        <category>Sports</category>
        <icon src="http://example.com/nfl-49ers/poster.jpg"/>
      </programme>
    There's definitely info out there on xmltv if you look. Here's one tool you can use (mc2xml-tool for media center epg grabs. Works for numerous apps, including kodi)
    Code:
    http://mc2xml.awardspace.info/
    What you are missing is a legitimate channel ID for a specific provider in order to grab epg data. You need an actual source to get guide info to populate into an xmltv file; it isn't automatic unless you first set it all up with channels you want (you can add text files for the grabs so you don't get entire lineups (i.e. ???.chl and ???.ren so you get specific channels and then they will be renamed to nfps channels so the guide populates); and then write a batch file to do the grab on a daily, weekly, etc. basis. You can either purchase a sub to something like rovi or schedules direct or use one of the many other services like zap2it, tvguide or microsoft (which is what psyc0n uses for his grab). There are free services. Try it and see how it works for you. It's a bit of work initially, but you only have to do the work initally. After you've set it up it's no big deal and is pretty fast. Webgrab+ is another option, but a bit more complicated initially.

    Or use ivue or teamtdb guides and point the pvr simple client to their guide.xml file in that addon's directory. Or just use ivue or tdb and link to pvr channel.

    Does that help?
    Last edited by expatter; 09-13-2016 at 10:19 PM.

 

 

Similar Threads

  1. XMLTV EPG File?
    By mriksman in forum EPG (epg.ninja)
    Replies: 43
    Last Post: 01-02-2017, 04:51 PM
  2. Guide xmltv files
    By matrixebiz in forum EPG (epg.ninja)
    Replies: 8
    Last Post: 02-17-2016, 05:44 PM
  3. Question on Provider vs XMLTV
    By zdcyclops in forum PVR Clients
    Replies: 4
    Last Post: 01-21-2016, 05:02 AM
  4. XMLTV or Provider?
    By aCiDjEsUs in forum EPG
    Replies: 4
    Last Post: 01-12-2016, 07:20 PM
  5. Custom EPG/XMLTV file
    By OverrRyde in forum EPG
    Replies: 8
    Last Post: 10-21-2015, 12:20 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •