This commit is contained in:
Jakob Moser 2025-06-20 19:57:45 +02:00
parent 6840a57e0b
commit 40c516dcc8
Signed by: jakob
GPG Key ID: 3EF2BA2851B3F53C

View File

@ -49,7 +49,7 @@ python3 -m karaokatalog.organize $SONG_LIBRARY
**Re-encode all txt files into UTF-8.** This will use normal UTF-8, i.e., UTF-8 without BOM. If the txt uses UTF-8 with BOM, BOM is removed.
⚠️ This will _irreversible_ change the encoding of the txt files (based on a guessed encoding).
⚠️ This will _irreversibly_ change the encoding of the txt files (based on a guessed encoding).
Deduplication is risk-reduced: We only change the encoding if we are reasonably certain our guessed encoding is correct. However, we could still make mistakes when detecting.