freearhey / epg-grabber

Node.js CLI tool for grabbing EPG from different websites
47 stars 7 forks source link

Any way to combine multiple output files? #10

Closed PopeyeTheSai10r closed 2 years ago

PopeyeTheSai10r commented 2 years ago

Hello, I love the program and what it is capable of doing. I was looking for a way to combine multiple outputs to create one EPG around a playlist.

Is this something that's possible with the latest version? If not available at the moment, Is that something that could be added with later releases?

freearhey commented 2 years ago

One option is to parse the output files, collect them into one list and then generate a new EPG. This can be done with a tool like node-xmltv.

Another option is to use epg-grabber as a js module like it is done here. That way you can generate the output you want right away.

PopeyeTheSai10r commented 2 years ago

Perfect. Thank you!