An open API service indexing awesome lists of open source software.

https://github.com/defective4/ts-epg-reader

Read and parse EPG data from .ts recordings into HTML files
https://github.com/defective4/ts-epg-reader

dvb dvb-t dvb-t2 epg html java parser transport-stream ts tv

Last synced: 7 months ago
JSON representation

Read and parse EPG data from .ts recordings into HTML files

Awesome Lists containing this project

README

          

# Transport Stream EPG Reader
Reads EPG (Electronic Program Guide) data from TS recordings and arranges it into a nice HTML table.

# Download
See [actions](https://github.com/Defective4/ts-epg-reader/actions) for latest artifacts.

# Usage
```bash
java -jar java -jar ts-epg-reader.jar [output dir] [locale] [input files...]
```

# Credits
TS EPG Reader depends on Eric Berendsen's [dvbinspector](https://github.com/EricBerendsen/dvbinspector). Go check out his amazing work!