Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurividal/mergexmlepg
Bash script to download and merge several xml EPG files into a single one.
https://github.com/yurividal/mergexmlepg
Last synced: 8 days ago
JSON representation
Bash script to download and merge several xml EPG files into a single one.
- Host: GitHub
- URL: https://github.com/yurividal/mergexmlepg
- Owner: yurividal
- Created: 2021-02-28T08:58:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T07:32:31.000Z (over 3 years ago)
- Last Synced: 2024-07-09T00:09:29.233Z (4 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## XML EPG MERGER
Bash Script that runs on Linux to merge 2 or more xml epg files.
Also supports creation of dummy epg into the merge.**Requires XMLTV installed**
```
sudo apt install xmltv
```## How To Use
* Fill in the variables with the links to the lists that you want to merge.
* Script supports direct xml or compacted .gz files.
* Execute the script (manually or as a cron, to automate it).
* Output file will be called "merged.xmltv"
* xml lists further down on the list will replace any previous ones in case of overlaping programmes. So, the most complete (or reliable) list should always be on the bottom of the list.
* If you dont want to generate a dummy, simply comment out line 135
* For a better understanding of the dummy epg, see [this repo](https://github.com/yurividal/dummyepgxml).