Results 1 to 3 of 3

Thread: XGrabEPG

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    20
    Thanks
    0
    Thanked 2 Times in 1 Post

    XGrabEPG

    XGrabEPG is a plugin that allows you to get the epg from satellite (D+ and CSAT, astra 19.2), load it to the azbox memory and/or export it to several formats (xmltv, html and txt).



    Installation:

    Copy the files XGrabEPG.plugin and plugins.lst to /tmp in the azbox. Open the Plug-ins option and select "Add plug-in" (red button, be carefully, don't press the green (delete) button by mistake). Select "Install (/tmp/plugins.lst), and finally XGrabEPG.

    Post-installation:

    Edit the file grab_epg.ini and add the directory where the output files should be saved, in the option output_dir.

    Notice: the option "keep the epg after reboots" actually only reloads the D+ epg. If you want to reload the csat epg instead, change S60Reload_epg.sh this way:
    Code:
    #!/bin/sh
    sleep 40
    cd /PLUGINS/XGrabEPG/
    ./grab_epg -l --epg csat
    This plugin is opensource. You can get the sources here.

    Sample of generated html files: http://dplus.comule.com/test/

    Download: http://www.multiupload.com/NXVVJR5LG0

  2. The Following 2 Users Say Thank You to hperez For This Useful Post:

    Blagi (01-09-2011), tapper (01-09-2011)

  3. #2
    Member
    Join Date
    Feb 2009
    Posts
    79
    Thanks
    1
    Thanked 4 Times in 2 Posts
    is it possible for this to get the EPG for 28.2

  4. #3
    Junior Member
    Join Date
    Jul 2010
    Posts
    20
    Thanks
    0
    Thanked 2 Times in 1 Post
    The plugin supports epg in formats mhw1 and mhw2. I think Sky uses another format, so it won't be possible.

Bookmarks

Posting Permissions

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