Fix missing links and removal of trash data

This commit is contained in:
Johan van Eck 2025-07-26 15:49:21 +03:00
parent 2cbea8c226
commit f7aa3da4b0
239 changed files with 88 additions and 996 deletions

View file

@ -3,6 +3,7 @@ def get_file_name(profile_name):
profile_name.replace("/", "-")
.replace("[", "(")
.replace("]", ")")
# TODO: This triggers to often, how to be more specific?
.replace("HDR10Plus", "HDR10+")
.replace("10 bit", "10bit")
.replace("Atmos", "ATMOS")
)