From 80afda24a79bc9359a1bec3368b670f189e5dc4a Mon Sep 17 00:00:00 2001 From: Reuben Date: Thu, 24 Oct 2024 23:56:39 -0600 Subject: [PATCH] Update Read Me.txt --- epg-grabber/Read Me.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epg-grabber/Read Me.txt b/epg-grabber/Read Me.txt index 06ee476..48e1f10 100644 --- a/epg-grabber/Read Me.txt +++ b/epg-grabber/Read Me.txt @@ -7,16 +7,16 @@ Key Steps: Fetching EPG Files: The script downloads EPG files from specified URLs. It can handle both regular XML files and compressed .gz files, decompressing them if necessary. - Reading Allowed TVG IDs: It reads a list of allowed TVG IDs from a file named tvg-ids.txt. Only channels and programs with + Reading Allowed TVG IDs: It reads a list of allowed TVG IDs from a file named tvg-ids.txt. Only channels and programs with matching TVG IDs will be included in the final EPG. - Filtering Channels and Programs: For each fetched EPG file, the script checks the and elements. It + Filtering Channels and Programs: For each fetched EPG file, the script checks the and elements. It only includes those that have a TVG ID present in the tvg-ids.txt file. - Building the Consolidated EPG: It combines all the filtered and elements from the different EPG + Building the Consolidated EPG: It combines all the filtered and elements from the different EPG files into a single EPG XML structure. - Saving the Final EPG: The consolidated EPG XML is saved as epg.xml, with proper encoding and XML declaration. + Saving the Final EPG: The consolidated EPG XML is saved as epg.xml, with proper encoding and XML declaration. Purpose: