Giter Club home page Giter Club logo

epgdata2xmltv's Introduction

EPGData2XMLTV

Use EPG Data from www.epgdata.com on your Kodi Simple IPTV Client.

Since epgdata.com only provides one xml file (in a different structure) a day,

I had to find a solution that automatically fetches the provided data and merges it into a xml file.

How it works

Get the current 6 days of epg data provided and merge them into a single xml file. Data older than "Yesterday" is automatically cleaned up.

Only data that is not yet downloaded will be fetched, no unnecessary GET Requests are made!

python app.py -p 12345678910

Only get a single day (0 = current day)

python app.py -p 12345678910 -d 0

Specify the input path, where the raw epgdata is fetched to. Data older than Current-Day - 1 is automatically cleaned up.

python app.py -p 12345678910 -i /path/

Specify the output path for the "mixed" xml.

python app.py -p 12345678910 -o /path/

Info

Check your playlist.m3u file and change the names according to the ch0-Tag in the channel.xml file.

        <ch0>Romance TV</ch0>

File Structure

epgdata_files = The input folder, all fetched data lies in there.

output = The output folder with the mixed.xml you can use on Kodi Simple IPTV Client.

app.py = The application start file.

channel.xml = A list of channels used for converting the data from epgdata - Do not change this.

epgdata2xmltv's People

Contributors

ortegaangelo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.