Update README.md

This commit is contained in:
Nicolas 2025-07-22 10:34:14 -04:00
parent fe5161c096
commit 77ef2bdc76

View File

@ -6,7 +6,7 @@ IPTV XML Cleaner runs automatically on a fixed schedule and exposes the resultin
iptv-xml-cleaner has a docker-compose file that starts it up in tandem with a [targo-lighttpd](https://git.targo.ca/Nicolas/targo_lighttpd) container.
### UPDATING CHANNEL LIST
In order to update the list of channel IDs that must be kept during filtering, you'll need to SSH into the host and go into the `iptv_xml_cleaner-parser-1` Docker container to directly edit the `/data/xml_tv_ids.txt` file using `nano`. Simply respect the one-channel-ID-per-line format.
In order to update the list of channel IDs that must be kept during filtering, you'll need to SSH into `10.100.0.40` and go into the `iptv_xml_cleaner-parser-1` Docker container to directly edit the `/data/xml_tv_ids.txt` file using `nano`. Simply respect the one-channel-ID-per-line format.
### MANUALLY RUN A PARSE
SSH to the host and run `docker exec -it iptv_xml_cleaner-parser-1 "bash /opt/xml_cleaner.sh"`