feat: Implement chapter embedding in m4b files using mutagen and update dependencies

This commit is contained in:
JB
2025-10-07 08:47:18 -07:00
parent 0dd74412d1
commit 02da72434b
2 changed files with 73 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ dependencies = [
"PyMuPDF>=1.25.5",
"platformdirs>=4.3.7",
"soundfile>=0.13.1",
"mutagen>=1.47.0",
"pygame>=2.6.1",
"charset_normalizer>=3.4.1",
"chardet>=5.2.0",