lyrics-transcriber 0.49.0__py3-none-any.whl → 0.49.2__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.
- lyrics_transcriber/frontend/dist/assets/{index-BpvPgWoc.js → index-DSQidWB1.js} +12 -46
- lyrics_transcriber/frontend/dist/assets/{index-BpvPgWoc.js.map → index-DSQidWB1.js.map} +1 -1
- lyrics_transcriber/frontend/dist/index.html +1 -1
- lyrics_transcriber/frontend/src/components/Header.tsx +2 -2
- lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx +0 -66
- lyrics_transcriber/frontend/src/components/ReviewChangesModal.tsx +9 -7
- lyrics_transcriber/frontend/src/components/shared/utils/keyboardHandlers.ts +0 -6
- lyrics_transcriber/output/cdg.py +4 -1
- lyrics_transcriber/output/cdgmaker/composer.py +165 -118
- lyrics_transcriber/output/cdgmaker/config.py +1 -1
- lyrics_transcriber/output/cdgmaker/render.py +1 -1
- {lyrics_transcriber-0.49.0.dist-info → lyrics_transcriber-0.49.2.dist-info}/METADATA +1 -1
- {lyrics_transcriber-0.49.0.dist-info → lyrics_transcriber-0.49.2.dist-info}/RECORD +16 -16
- {lyrics_transcriber-0.49.0.dist-info → lyrics_transcriber-0.49.2.dist-info}/LICENSE +0 -0
- {lyrics_transcriber-0.49.0.dist-info → lyrics_transcriber-0.49.2.dist-info}/WHEEL +0 -0
- {lyrics_transcriber-0.49.0.dist-info → lyrics_transcriber-0.49.2.dist-info}/entry_points.txt +0 -0
@@ -126,7 +126,7 @@ class Settings:
|
|
126
126
|
artist_color: RGBColor = field(converter=to_rgbcolor, default="#ffffff")
|
127
127
|
title_screen_transition: str = "centertexttoplogobottomtext"
|
128
128
|
title_artist_gap: int = 30
|
129
|
-
|
129
|
+
title_top_padding: int = 0
|
130
130
|
intro_duration_seconds: float = 5.0
|
131
131
|
first_syllable_buffer_seconds: float = 3.0
|
132
132
|
|
@@ -7,7 +7,6 @@ from .config import *
|
|
7
7
|
|
8
8
|
|
9
9
|
import logging
|
10
|
-
logger = logging.getLogger(__name__)
|
11
10
|
|
12
11
|
|
13
12
|
RENDERED_BLANK = 0
|
@@ -169,6 +168,7 @@ def render_lines_and_masks(
|
|
169
168
|
stroke_width: int = 0,
|
170
169
|
stroke_type: StrokeType = StrokeType.OCTAGON,
|
171
170
|
render_masks: bool = True,
|
171
|
+
logger: logging.Logger = logging.getLogger(__name__),
|
172
172
|
) -> tuple[list[Image.Image], list[list[Image.Image]]]:
|
173
173
|
"""
|
174
174
|
Render set of karaoke lines as `PIL.Image.Image`s, and masks for
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: lyrics-transcriber
|
3
|
-
Version: 0.49.
|
3
|
+
Version: 0.49.2
|
4
4
|
Summary: Automatically create synchronised lyrics files in ASS and MidiCo LRC formats with word-level timestamps, using Whisper and lyrics from Genius and Spotify
|
5
5
|
License: MIT
|
6
6
|
Author: Andrew Beveridge
|
@@ -26,9 +26,9 @@ lyrics_transcriber/frontend/.yarn/install-state.gz,sha256=kcgQ-S9HvdNHexkXQVt18L
|
|
26
26
|
lyrics_transcriber/frontend/.yarn/releases/yarn-4.7.0.cjs,sha256=KTYy2KCV2OpHhussV5jIPDdUSr7RftMRhqPsRUmgfAY,2765465
|
27
27
|
lyrics_transcriber/frontend/.yarnrc.yml,sha256=0hZQ1OTcPqTUNBqQeme4VFkIzrsabHNzLtc_M-wSgIM,66
|
28
28
|
lyrics_transcriber/frontend/README.md,sha256=-D6CAfKTT7Y0V3EjlZ2fMy7fyctFQ4x2TJ9vx6xtccM,1607
|
29
|
-
lyrics_transcriber/frontend/dist/assets/index-
|
30
|
-
lyrics_transcriber/frontend/dist/assets/index-
|
31
|
-
lyrics_transcriber/frontend/dist/index.html,sha256=
|
29
|
+
lyrics_transcriber/frontend/dist/assets/index-DSQidWB1.js,sha256=pLHjG3JSuEExbKmdJrvGPvMw2sCyQLN10-4YFDSsb8w,1234170
|
30
|
+
lyrics_transcriber/frontend/dist/assets/index-DSQidWB1.js.map,sha256=dQIDNB0OxqtU8ArcIch19Gt3mhFNak0W6zbgYpaP5GI,2629209
|
31
|
+
lyrics_transcriber/frontend/dist/index.html,sha256=jPg8El_lXEE7ATq0mbLvD6gsnXelwJmmYoJAIp67y0g,400
|
32
32
|
lyrics_transcriber/frontend/dist/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
|
33
33
|
lyrics_transcriber/frontend/eslint.config.js,sha256=3ADH23ANA4NNBKFy6nCVk65e8bx1DrVd_FIaYNnhuqA,734
|
34
34
|
lyrics_transcriber/frontend/index.html,sha256=KfqJVONzpUyPIwV73nZRiCWlwLnFWeB3z0vzxDPNudU,376
|
@@ -45,12 +45,12 @@ lyrics_transcriber/frontend/src/components/EditTimelineSection.tsx,sha256=74dKgU
|
|
45
45
|
lyrics_transcriber/frontend/src/components/EditWordList.tsx,sha256=atl-9Z-24U-KWojwo0apTy1Y9DbQGoVo2dFX4P-1Z9E,13681
|
46
46
|
lyrics_transcriber/frontend/src/components/FileUpload.tsx,sha256=fwn2rMWtMLPTZLREMb3ps4prSf9nzxGwnjmeC6KYsJA,2383
|
47
47
|
lyrics_transcriber/frontend/src/components/FindReplaceModal.tsx,sha256=U7duKns4IqNXwbWFbQfdyaswnvkSRpfsU0UG__-Serc,20192
|
48
|
-
lyrics_transcriber/frontend/src/components/Header.tsx,sha256=
|
49
|
-
lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx,sha256=
|
48
|
+
lyrics_transcriber/frontend/src/components/Header.tsx,sha256=TVvRNO5biaAYCI2MKIIfuFN5onq86PxI3R6q1eIeFOI,14144
|
49
|
+
lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx,sha256=jm4D9kLQfbzLMVusuumIjiO1DBdeoyhbPR-1Zi00kBQ,46719
|
50
50
|
lyrics_transcriber/frontend/src/components/ModeSelector.tsx,sha256=HnBAK_gFgNBJLtMC_ESMVdUapDjmqmoLX8pQeyHfpOw,2651
|
51
51
|
lyrics_transcriber/frontend/src/components/PreviewVideoSection.tsx,sha256=-9_ljoaadHjAAvia_vhEUgCajPv2jFnRDVR6VWN_a0w,4166
|
52
52
|
lyrics_transcriber/frontend/src/components/ReferenceView.tsx,sha256=thpf2ojge9pvZojUnGaiQroeHfBmxhUesO7945RGSfk,9499
|
53
|
-
lyrics_transcriber/frontend/src/components/ReviewChangesModal.tsx,sha256=
|
53
|
+
lyrics_transcriber/frontend/src/components/ReviewChangesModal.tsx,sha256=tY1iLFYq-VZdi4e5xJ8nYFAULkFvu0j_lacFJ9feFMg,13146
|
54
54
|
lyrics_transcriber/frontend/src/components/SegmentDetailsModal.tsx,sha256=6ME02FkFwCgDAxW49yW260N4vbr80eAJ332Ex811GOo,1643
|
55
55
|
lyrics_transcriber/frontend/src/components/TimelineEditor.tsx,sha256=Aa6ykDRVhWUNHcJ14KGzmUCPDCAltw9gXpdR5ogVQpc,12842
|
56
56
|
lyrics_transcriber/frontend/src/components/TranscriptionView.tsx,sha256=uXSZcsiMsrxKhgbGUdZEfYTwjwpJbnxRl7AXGfMC0Q8,8607
|
@@ -63,7 +63,7 @@ lyrics_transcriber/frontend/src/components/shared/hooks/useWordClick.ts,sha256=e
|
|
63
63
|
lyrics_transcriber/frontend/src/components/shared/styles.ts,sha256=J1jCSuRqpk1mOFYAqJudhxeozH-q1bi-dsOibLukBJU,411
|
64
64
|
lyrics_transcriber/frontend/src/components/shared/types.js,sha256=1DqoH1vIn6o1ng-XyBS6JRVVkf8Hj7ub_UD4x8loMjA,77
|
65
65
|
lyrics_transcriber/frontend/src/components/shared/types.ts,sha256=HFbYnfWhejMAmAU3v-Jrf_Lm5t7WU25L83UP9rvG3M8,3949
|
66
|
-
lyrics_transcriber/frontend/src/components/shared/utils/keyboardHandlers.ts,sha256=
|
66
|
+
lyrics_transcriber/frontend/src/components/shared/utils/keyboardHandlers.ts,sha256=HwPyZj6eOHaVbLQjRpQSvMbde50uLy68iXxD1yyR9Ys,5562
|
67
67
|
lyrics_transcriber/frontend/src/components/shared/utils/localStorage.ts,sha256=jpLT65Rk_toaB-8X2lRGyYZ9EoMQDI45GviUT7N9Bp0,3240
|
68
68
|
lyrics_transcriber/frontend/src/components/shared/utils/referenceLineCalculator.ts,sha256=TJ2oHDitFFVxm83eFEhdlwvhx--mIt3054YbET2RiXs,2575
|
69
69
|
lyrics_transcriber/frontend/src/components/shared/utils/segmentOperations.ts,sha256=yNE-4Da2nL38ofsizQUsPYWl_8Q9Ic2jbB_G3N4X7ps,12559
|
@@ -102,15 +102,15 @@ lyrics_transcriber/output/ass/lyrics_screen.py,sha256=gRzUsDMLEtZZPuv77xk7M0FzCp
|
|
102
102
|
lyrics_transcriber/output/ass/section_detector.py,sha256=TsSf4E0fleC-Tzd5KK6q4m-wjGiu6TvGDtHdR6sUqvc,3922
|
103
103
|
lyrics_transcriber/output/ass/section_screen.py,sha256=QeUaIeDXs_Es33W5aqyVSaZzMwUx-b60vbAww3aQfls,4185
|
104
104
|
lyrics_transcriber/output/ass/style.py,sha256=ty3IGorlOZ_Q-TxeA02hNb5Pb0mA755dOb8bqKr1k7U,6880
|
105
|
-
lyrics_transcriber/output/cdg.py,sha256
|
105
|
+
lyrics_transcriber/output/cdg.py,sha256=ZDH0bxCyMl0YEKL_Y9ec33u_Hk92E9C5yQu98UxNHv0,25079
|
106
106
|
lyrics_transcriber/output/cdgmaker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
107
107
|
lyrics_transcriber/output/cdgmaker/cdg.py,sha256=nBqkw0JOois-NI27CkwHblLuBaoL-sHyJb2SntX7m8s,6733
|
108
|
-
lyrics_transcriber/output/cdgmaker/composer.py,sha256=
|
109
|
-
lyrics_transcriber/output/cdgmaker/config.py,sha256=
|
108
|
+
lyrics_transcriber/output/cdgmaker/composer.py,sha256=_67PBhg8-EvrRUATCRzEGhzpntKRbwBP7uwf04_W_MA,93997
|
109
|
+
lyrics_transcriber/output/cdgmaker/config.py,sha256=1mOXwLfbuTavoyV-3ykWK9e8YZN3JHh0I3b3buh1EfA,4073
|
110
110
|
lyrics_transcriber/output/cdgmaker/images/instrumental.png,sha256=EKUcJJGj95ceNqw7M-O9ltX4HZIaCaSKjJucKVDTSb8,14834
|
111
111
|
lyrics_transcriber/output/cdgmaker/images/intro.png,sha256=XeN6i8aKaQObfRwcgHT8ajQAJIDVjXEd7C5tu7DtriU,17603
|
112
112
|
lyrics_transcriber/output/cdgmaker/pack.py,sha256=tuD7Udt3fpWiEVRnzO3VarULwmQ21QYE_MYc6XSpudg,15870
|
113
|
-
lyrics_transcriber/output/cdgmaker/render.py,sha256=
|
113
|
+
lyrics_transcriber/output/cdgmaker/render.py,sha256=If4XE5x4N3YvOiyyOtlwki6CF1W0irnlN-WHgxnzkCo,11053
|
114
114
|
lyrics_transcriber/output/cdgmaker/transitions/centertexttoplogobottomtext.png,sha256=GK8AqHHL3q6QGSvhCc51CzeQ-TvQGjYAfjxAgcGzZVw,37174
|
115
115
|
lyrics_transcriber/output/cdgmaker/transitions/circlein.png,sha256=jeRXV1Sf9HrN-H710_Xj6nsDk0QS8RGefdaxdD2l4FI,25030
|
116
116
|
lyrics_transcriber/output/cdgmaker/transitions/circleout.png,sha256=sQ4YSMiLy78hIuWUgvoWeuvj_OKmLUxD2XLgx5-_DqI,44026
|
@@ -148,8 +148,8 @@ lyrics_transcriber/transcribers/base_transcriber.py,sha256=T3m4ZCwZ9Bpv6Jvb2hNcn
|
|
148
148
|
lyrics_transcriber/transcribers/whisper.py,sha256=YcCB1ic9H6zL1GS0jD0emu8-qlcH0QVEjjjYB4aLlIQ,13260
|
149
149
|
lyrics_transcriber/types.py,sha256=d73cDstrEI_tVgngDYYYFwjZNs6OVBuAB_QDkga7dWA,19841
|
150
150
|
lyrics_transcriber/utils/word_utils.py,sha256=-cMGpj9UV4F6IsoDKAV2i1aiqSO8eI91HMAm_igtVMk,958
|
151
|
-
lyrics_transcriber-0.49.
|
152
|
-
lyrics_transcriber-0.49.
|
153
|
-
lyrics_transcriber-0.49.
|
154
|
-
lyrics_transcriber-0.49.
|
155
|
-
lyrics_transcriber-0.49.
|
151
|
+
lyrics_transcriber-0.49.2.dist-info/LICENSE,sha256=BiPihPDxhxIPEx6yAxVfAljD5Bhm_XG2teCbPEj_m0Y,1069
|
152
|
+
lyrics_transcriber-0.49.2.dist-info/METADATA,sha256=KZ9OpfbPe-bKTBkcOwifWIkcxWBthYnMT_I3KEHSNSA,6017
|
153
|
+
lyrics_transcriber-0.49.2.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
154
|
+
lyrics_transcriber-0.49.2.dist-info/entry_points.txt,sha256=kcp-bSFkCACAEA0t166Kek0HpaJUXRo5SlF5tVrqNBU,216
|
155
|
+
lyrics_transcriber-0.49.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{lyrics_transcriber-0.49.0.dist-info → lyrics_transcriber-0.49.2.dist-info}/entry_points.txt
RENAMED
File without changes
|