karaoke-gen 0.86.7__py3-none-any.whl → 0.90.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,9 @@ DEFAULT_KARAOKE_STYLE = {
70
70
  "background_color": "#000000",
71
71
  "background_image": None,
72
72
  # Font settings
73
- "font": "Arial",
73
+ # Using "Noto Sans" for full Unicode support (CJK, Arabic, symbols, etc.)
74
+ # Requires fonts-noto-* packages installed in Docker image
75
+ "font": "Noto Sans",
74
76
  "font_path": "", # Must be string, not None (for ASS generator)
75
77
  "ass_name": "Default",
76
78
  # Colors in "R, G, B, A" format (required by ASS)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: karaoke-gen
3
- Version: 0.86.7
3
+ Version: 0.90.1
4
4
  Summary: Generate karaoke videos with synchronized lyrics. Handles the entire process from downloading audio and lyrics to creating the final video with title screens.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
16
  Provides-Extra: local-whisper
17
+ Requires-Dist: aiohttp (>=3.13.2,<4.0.0)
17
18
  Requires-Dist: argparse (>=1.4.0)
18
19
  Requires-Dist: attrs (>=24.2.0)
19
20
  Requires-Dist: audio-separator[cpu] (>=0.34.0)
@@ -32,7 +32,7 @@ karaoke_gen/resources/Montserrat-Bold.ttf,sha256=mLFIaBDC7M-qF9RhCoPBJ5TAeY716et
32
32
  karaoke_gen/resources/Oswald-Bold.ttf,sha256=S_2mLpNkBsDTe8FQRzrj1Qr-wloGETMJgoAcSKdi1lw,87604
33
33
  karaoke_gen/resources/Oswald-SemiBold.ttf,sha256=G-vSJeeyEVft7D4s7FZQtGfXAViWPjzGCImV2a4u9d8,87608
34
34
  karaoke_gen/resources/Zurich_Cn_BT_Bold.ttf,sha256=WNG5LOQ-uGUF_WWT5aQHzVbyWvQqGO5sZ4E-nRmvPuI,37780
35
- karaoke_gen/style_loader.py,sha256=13010BVxwVgamRn8K8Z9fNgLBdPs9LFmWMRMLyBdits,17908
35
+ karaoke_gen/style_loader.py,sha256=5KsB-WmWVbQAjkZT290wXjHqLJQCyQLUyTqX4f8rcm8,18053
36
36
  karaoke_gen/utils/__init__.py,sha256=zAb4sG4GMkBlkD2G1EDu-GsMbjcjFT127lFBwh0xVPI,1875
37
37
  karaoke_gen/utils/bulk_cli.py,sha256=s2SXTnnQf7TM8Fk8yz9Cfd3Xl08uHBnve_rTkf4wE5g,19337
38
38
  karaoke_gen/utils/cli_args.py,sha256=4m2EOaxg-bYzXmlSOkpQUoVSi2Q9Xr3VtBZA7z3quBk,18515
@@ -286,8 +286,8 @@ lyrics_transcriber/transcribers/whisper.py,sha256=YcCB1ic9H6zL1GS0jD0emu8-qlcH0Q
286
286
  lyrics_transcriber/types.py,sha256=UJjaxhVd2o14AG4G8ToU598p0JeYdiTFjpG38jGCoYQ,27917
287
287
  lyrics_transcriber/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
288
288
  lyrics_transcriber/utils/word_utils.py,sha256=-cMGpj9UV4F6IsoDKAV2i1aiqSO8eI91HMAm_igtVMk,958
289
- karaoke_gen-0.86.7.dist-info/METADATA,sha256=OzeLYkurb6MHFMhozWQ8fLNvPLDqSbTtaosQtB-pOX4,23074
290
- karaoke_gen-0.86.7.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
291
- karaoke_gen-0.86.7.dist-info/entry_points.txt,sha256=xIyLe7K84ZyjO8L0_AmNectz93QjGSs5AkApMtlAd4g,160
292
- karaoke_gen-0.86.7.dist-info/licenses/LICENSE,sha256=81R_4XwMZDODHD7JcZeUR8IiCU8AD7Ajl6bmwR9tYDk,1074
293
- karaoke_gen-0.86.7.dist-info/RECORD,,
289
+ karaoke_gen-0.90.1.dist-info/METADATA,sha256=7oqZM8ADfrIpkSyDXpwA2CUgDr_BqbiHF48AefnlCb0,23115
290
+ karaoke_gen-0.90.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
291
+ karaoke_gen-0.90.1.dist-info/entry_points.txt,sha256=xIyLe7K84ZyjO8L0_AmNectz93QjGSs5AkApMtlAd4g,160
292
+ karaoke_gen-0.90.1.dist-info/licenses/LICENSE,sha256=81R_4XwMZDODHD7JcZeUR8IiCU8AD7Ajl6bmwR9tYDk,1074
293
+ karaoke_gen-0.90.1.dist-info/RECORD,,