lyrics-transcriber 0.35.0__py3-none-any.whl → 0.35.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.
- lyrics_transcriber/frontend/src/components/EditModal.tsx +1 -1
- {lyrics_transcriber-0.35.0.dist-info → lyrics_transcriber-0.35.1.dist-info}/METADATA +1 -1
- {lyrics_transcriber-0.35.0.dist-info → lyrics_transcriber-0.35.1.dist-info}/RECORD +6 -6
- {lyrics_transcriber-0.35.0.dist-info → lyrics_transcriber-0.35.1.dist-info}/LICENSE +0 -0
- {lyrics_transcriber-0.35.0.dist-info → lyrics_transcriber-0.35.1.dist-info}/WHEEL +0 -0
- {lyrics_transcriber-0.35.0.dist-info → lyrics_transcriber-0.35.1.dist-info}/entry_points.txt +0 -0
@@ -238,7 +238,7 @@ export default function EditModal({
|
|
238
238
|
}
|
239
239
|
|
240
240
|
const handleDelete = () => {
|
241
|
-
if (segmentIndex !== null
|
241
|
+
if (segmentIndex !== null) {
|
242
242
|
onDelete?.(segmentIndex)
|
243
243
|
onClose()
|
244
244
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: lyrics-transcriber
|
3
|
-
Version: 0.35.
|
3
|
+
Version: 0.35.1
|
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
|
@@ -34,7 +34,7 @@ lyrics_transcriber/frontend/src/api.ts,sha256=ORzQqlEKkFYrc78qFbOCNsSP6zW_vN2PFT
|
|
34
34
|
lyrics_transcriber/frontend/src/components/AudioPlayer.tsx,sha256=v_UBNwIBoll20z7-_yItibIhucpDPaJg6ePZF2Q62d4,4343
|
35
35
|
lyrics_transcriber/frontend/src/components/CorrectionMetrics.tsx,sha256=Bp8h_x7dOq9lo2lDwj9f6Zf_lE04b6L2169YPUCKup0,5342
|
36
36
|
lyrics_transcriber/frontend/src/components/DetailsModal.tsx,sha256=bQmrsneXiMD7ecEAbV_bD8_ZDQaxyV7KGpP5j999k1I,3917
|
37
|
-
lyrics_transcriber/frontend/src/components/EditModal.tsx,sha256=
|
37
|
+
lyrics_transcriber/frontend/src/components/EditModal.tsx,sha256=avdnrfZ2zCmMxbdTEyr_-_g9lrVRdFhJg6zJ-ixTYEs,14874
|
38
38
|
lyrics_transcriber/frontend/src/components/FileUpload.tsx,sha256=Q_Y2YvlVGJvucdoDBbbI2pzymycWAprrc7vtSEGuIHs,2375
|
39
39
|
lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx,sha256=mXZhfK5Us7HLv0jspT9Z5l9P0L2EfyPf3kAN0VmVxus,19173
|
40
40
|
lyrics_transcriber/frontend/src/components/ModeSelector.tsx,sha256=bHtjmj5DQx2CwkdL5A4fgLP3XEifu-QecPsMZVdMTmU,1422
|
@@ -123,8 +123,8 @@ lyrics_transcriber/transcribers/audioshake.py,sha256=QzKGimVa6BovlvYFj35CbGpaGeP
|
|
123
123
|
lyrics_transcriber/transcribers/base_transcriber.py,sha256=yPzUWPTCGmzE97H5Rz6g61e-qEGL77ZzUoiBOmswhts,5973
|
124
124
|
lyrics_transcriber/transcribers/whisper.py,sha256=P0kas2_oX16MO1-Qy7U5gl5KQN-RuUIJZz7LsEFLUiE,12906
|
125
125
|
lyrics_transcriber/types.py,sha256=xGf3hkTRcGZTTAjMVIev2i2DOU6co0QGpW8NxvaBQAA,16759
|
126
|
-
lyrics_transcriber-0.35.
|
127
|
-
lyrics_transcriber-0.35.
|
128
|
-
lyrics_transcriber-0.35.
|
129
|
-
lyrics_transcriber-0.35.
|
130
|
-
lyrics_transcriber-0.35.
|
126
|
+
lyrics_transcriber-0.35.1.dist-info/LICENSE,sha256=BiPihPDxhxIPEx6yAxVfAljD5Bhm_XG2teCbPEj_m0Y,1069
|
127
|
+
lyrics_transcriber-0.35.1.dist-info/METADATA,sha256=EadmWblkkZRQb5GRsgGj5fat4Tmf1AAf4l2gLMWCMac,5856
|
128
|
+
lyrics_transcriber-0.35.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
129
|
+
lyrics_transcriber-0.35.1.dist-info/entry_points.txt,sha256=ChnmR13YoalGnC3sHW0TppX5FbhEXntYIha24tVQJ1M,104
|
130
|
+
lyrics_transcriber-0.35.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{lyrics_transcriber-0.35.0.dist-info → lyrics_transcriber-0.35.1.dist-info}/entry_points.txt
RENAMED
File without changes
|