Improved automatic filename suffixing

This commit is contained in:
Deniz Şafak
2025-07-16 16:47:18 +03:00
parent f1903eb6ac
commit 6f09efd018
3 changed files with 33 additions and 18 deletions
+2
View File
@@ -2,6 +2,8 @@
- Changed the temporary directory path to user's cache directory, which is more appropriate for storing cache files and avoids issues with unintended cleanup.
- Fixed the isssue where extra metadata information was not being saved to M4B files when they have no chapters, ensuring that all metadata is correctly written to the output file.
- Fixed sleep prevention process not ending if program exited using Ctrl+C or kill.
- Improved automatic filename suffixing to better prevent overwriting files with the same name, even if they have different extensions.
- Improvements in code and documentation.
# 1.1.4
- Fixed extra metadata information not being saved to M4B files, ensuring that all metadata is correctly written to the output file.