From a46995b833781a60f539e5193b4c8201f0b1fe0a Mon Sep 17 00:00:00 2001 From: David Claeys Date: Fri, 15 Nov 2024 13:37:30 +0100 Subject: [PATCH] update readme for fixes autor attributions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe8460e..4917513 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,19 @@ You can do this by creating a mapping in the `/config` folder. #### Custom fixes Through the `ENABLE_FIXES` variable custom provider fixes can be applied to the container. -By default some fixes are available. If you have suggestions or a problem with them please submit an issue. +By default some fixes are available. These fixes have been validated before being added to this repo. +However this option is disabled by default since you might only want to run the unmodified source. +If you have suggestions or a problem with them please submit an issue. + +This the list of the provided custom fixes : + +| Provider | Author | Status | +|------------------|---------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------| +| movistarplus.es | [davidclaeysquinones](https://github.com/davidclaeysquinones) | [PR](https://github.com/iptv-org/epg/pull/2440) pending approval | +| pickx.be | [davidclaeysquinones](https://github.com/davidclaeysquinones) | [PR](https://github.com/iptv-org/epg/pull/2430) pending approval | +| telenet.tv | [davidclaeysquinones](https://github.com/davidclaeysquinones) | [PR](https://github.com/iptv-org/epg/pull/2429) merged since commit [fd382db](https://github.com/iptv-org/epg/commit/fd382db08da7a96150928b8dcfef115e29e661d3) | +| web.magentatv.de | [klausellus-wallace](https://github.com/klausellus-wallace) | [PR](https://github.com/iptv-org/epg/pull/2458) pending approval | + If for some reason you want to include your own provider fixes this is possible by creation a mapping in the `/fixes` folder.
The expected structure is */fixes/`provider_name`/`provider_name`.config.js*.
It is recommended that you take existing provider code as a base for your customisations.