# Functions
GetAllReplaysMapURLs retrieves the map URLs from the replay files.
GetMapURLAndHashFromReplayData extracts the map URL, hash, and file extension from the replay data.
ReadLocalizedDataFromMapGetForeignToEnglishMapping opens the map file (MPQ), reads the listfile, finds the english locale file, reads the map name and returns it.
SaveForeignToEnglishMappingToDrive saves the foreign to english mapping to the drive.
# Structs
ReplayProcessingChannelContents is a struct that is used to pass data between the orchestrator and the workers in the pipeline.