karaoke-gen 0.66.0__py3-none-any.whl → 0.66.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.

Potentially problematic release.


This version of karaoke-gen might be problematic. Click here for more details.

@@ -1376,6 +1376,12 @@ class KaraokeFinalise:
1376
1376
  self.logger.info("Email template file not provided, skipping email draft creation.")
1377
1377
  return
1378
1378
 
1379
+ if not self.youtube_client_secrets_file:
1380
+ self.logger.error("Email template file was provided, but youtube_client_secrets_file is required for Gmail authentication.")
1381
+ self.logger.error("Please provide --youtube_client_secrets_file parameter to enable email draft creation.")
1382
+ self.logger.info("Skipping email draft creation.")
1383
+ return
1384
+
1379
1385
  with open(self.email_template_file, "r") as f:
1380
1386
  template = f.read()
1381
1387
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: karaoke-gen
3
- Version: 0.66.0
3
+ Version: 0.66.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
@@ -190,6 +190,9 @@ karaoke-gen --enable_txt "Rick Astley" "Never Gonna Give You Up"
190
190
  # Upload to YouTube
191
191
  karaoke-gen --youtube_client_secrets_file="path/to/client_secret.json" --youtube_description_file="path/to/description.txt" "Rick Astley" "Never Gonna Give You Up"
192
192
 
193
+ # Draft completion emails (requires youtube_client_secrets_file for Gmail OAuth)
194
+ karaoke-gen --email_template_file="path/to/template.txt" --youtube_client_secrets_file="path/to/client_secret.json" "Rick Astley" "Never Gonna Give You Up"
195
+
193
196
  # Organize files with brand code
194
197
  karaoke-gen --brand_prefix="BRAND" --organised_dir="path/to/Tracks-Organized" "Rick Astley" "Never Gonna Give You Up"
195
198
  ```
@@ -3,7 +3,7 @@ karaoke_gen/audio_processor.py,sha256=uU7uqms2hQn_xWGEZ105tnUMwHuLTDSGKwzGRGUv1I
3
3
  karaoke_gen/config.py,sha256=YY0QOlGcS342iF12be48WJ9mF_SdXW6TzFG8LXLT_J4,8354
4
4
  karaoke_gen/file_handler.py,sha256=c86-rGF7Fusl0uEIZFnreT7PJfK7lmUaEgauU8BBzjY,10024
5
5
  karaoke_gen/karaoke_finalise/__init__.py,sha256=HqZ7TIhgt_tYZ-nb_NNCaejWAcF_aK-7wJY5TaW_keM,46
6
- karaoke_gen/karaoke_finalise/karaoke_finalise.py,sha256=WaC-zRIsfi5IeecJVNitMn4eDZ3Kzbfd7rGf2wULZgA,85344
6
+ karaoke_gen/karaoke_finalise/karaoke_finalise.py,sha256=qyyrjmD-Fqc2Emvi2RCtALOy4Ad2q0ZVRhE92JitFKc,85733
7
7
  karaoke_gen/karaoke_gen.py,sha256=PZE3wjfRyGW2ZyETgDgZSJw_i9Pc1sr7lgjvF0Fknc8,48691
8
8
  karaoke_gen/lyrics_processor.py,sha256=R8vO0tF7-k5PVDiXrUMGd-4Fqa4M3QNInLy9Y3XhsgA,14912
9
9
  karaoke_gen/metadata.py,sha256=TprFzWj-iJ7ghrXlHFMPzzqzuHzWeNvs3zGaND-z9Ds,6503
@@ -17,8 +17,8 @@ karaoke_gen/utils/bulk_cli.py,sha256=uqAHnlidY-f_RhsQIHqZDnrznWRKhqpEDX2uiR1CUQs
17
17
  karaoke_gen/utils/gen_cli.py,sha256=2PgSboVEv7zSkWYmA152n4nHmolMZcagDa9ol4Vt_bs,37129
18
18
  karaoke_gen/video_background_processor.py,sha256=XVKi-D1SX8FLLg8eBxNx-wLfT6JlMlnaCT6c-bGbWnA,15486
19
19
  karaoke_gen/video_generator.py,sha256=B7BQBrjkyvk3L3sctnPXnvr1rzkw0NYx5UCAl0ZiVx0,18464
20
- karaoke_gen-0.66.0.dist-info/METADATA,sha256=kHFl2qxBrgeLblKpIyhbU_Qt1g2WAgkd0Fc9GOi2THo,8070
21
- karaoke_gen-0.66.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
22
- karaoke_gen-0.66.0.dist-info/entry_points.txt,sha256=IZY3O8i7m-qkmPuqgpAcxiS2fotNc6hC-CDWvNmoUEY,107
23
- karaoke_gen-0.66.0.dist-info/licenses/LICENSE,sha256=81R_4XwMZDODHD7JcZeUR8IiCU8AD7Ajl6bmwR9tYDk,1074
24
- karaoke_gen-0.66.0.dist-info/RECORD,,
20
+ karaoke_gen-0.66.1.dist-info/METADATA,sha256=X_DYMVVheLmrFVAGWWome7SXGdet2id7ss35OQFUP2s,8308
21
+ karaoke_gen-0.66.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
22
+ karaoke_gen-0.66.1.dist-info/entry_points.txt,sha256=IZY3O8i7m-qkmPuqgpAcxiS2fotNc6hC-CDWvNmoUEY,107
23
+ karaoke_gen-0.66.1.dist-info/licenses/LICENSE,sha256=81R_4XwMZDODHD7JcZeUR8IiCU8AD7Ajl6bmwR9tYDk,1074
24
+ karaoke_gen-0.66.1.dist-info/RECORD,,