lyrics-transcriber 0.43.1__py3-none-any.whl → 0.44.0__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.
Files changed (49) hide show
  1. lyrics_transcriber/core/controller.py +58 -24
  2. lyrics_transcriber/correction/anchor_sequence.py +22 -8
  3. lyrics_transcriber/correction/corrector.py +47 -3
  4. lyrics_transcriber/correction/handlers/llm.py +15 -12
  5. lyrics_transcriber/correction/handlers/llm_providers.py +60 -0
  6. lyrics_transcriber/frontend/.yarn/install-state.gz +0 -0
  7. lyrics_transcriber/frontend/dist/assets/{index-D0Gr3Ep7.js → index-DVoI6Z16.js} +10799 -7490
  8. lyrics_transcriber/frontend/dist/assets/index-DVoI6Z16.js.map +1 -0
  9. lyrics_transcriber/frontend/dist/index.html +1 -1
  10. lyrics_transcriber/frontend/src/App.tsx +4 -4
  11. lyrics_transcriber/frontend/src/api.ts +37 -0
  12. lyrics_transcriber/frontend/src/components/AddLyricsModal.tsx +114 -0
  13. lyrics_transcriber/frontend/src/components/AudioPlayer.tsx +14 -10
  14. lyrics_transcriber/frontend/src/components/CorrectionMetrics.tsx +62 -56
  15. lyrics_transcriber/frontend/src/components/EditModal.tsx +232 -237
  16. lyrics_transcriber/frontend/src/components/FindReplaceModal.tsx +467 -0
  17. lyrics_transcriber/frontend/src/components/GlobalSyncEditor.tsx +675 -0
  18. lyrics_transcriber/frontend/src/components/Header.tsx +141 -101
  19. lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx +146 -80
  20. lyrics_transcriber/frontend/src/components/ModeSelector.tsx +22 -13
  21. lyrics_transcriber/frontend/src/components/PreviewVideoSection.tsx +1 -0
  22. lyrics_transcriber/frontend/src/components/ReferenceView.tsx +29 -12
  23. lyrics_transcriber/frontend/src/components/ReviewChangesModal.tsx +21 -4
  24. lyrics_transcriber/frontend/src/components/TimelineEditor.tsx +29 -15
  25. lyrics_transcriber/frontend/src/components/TranscriptionView.tsx +34 -16
  26. lyrics_transcriber/frontend/src/components/WordDivider.tsx +186 -0
  27. lyrics_transcriber/frontend/src/components/shared/components/HighlightedText.tsx +89 -41
  28. lyrics_transcriber/frontend/src/components/shared/components/SourceSelector.tsx +9 -2
  29. lyrics_transcriber/frontend/src/components/shared/components/Word.tsx +28 -3
  30. lyrics_transcriber/frontend/src/components/shared/types.ts +17 -2
  31. lyrics_transcriber/frontend/src/components/shared/utils/keyboardHandlers.ts +63 -14
  32. lyrics_transcriber/frontend/src/components/shared/utils/segmentOperations.ts +192 -0
  33. lyrics_transcriber/frontend/src/hooks/useManualSync.ts +267 -0
  34. lyrics_transcriber/frontend/src/main.tsx +7 -1
  35. lyrics_transcriber/frontend/src/theme.ts +177 -0
  36. lyrics_transcriber/frontend/src/types.ts +1 -1
  37. lyrics_transcriber/frontend/tsconfig.tsbuildinfo +1 -1
  38. lyrics_transcriber/lyrics/base_lyrics_provider.py +2 -2
  39. lyrics_transcriber/lyrics/user_input_provider.py +44 -0
  40. lyrics_transcriber/output/generator.py +40 -12
  41. lyrics_transcriber/review/server.py +238 -8
  42. {lyrics_transcriber-0.43.1.dist-info → lyrics_transcriber-0.44.0.dist-info}/METADATA +3 -2
  43. {lyrics_transcriber-0.43.1.dist-info → lyrics_transcriber-0.44.0.dist-info}/RECORD +46 -40
  44. lyrics_transcriber/frontend/dist/assets/index-D0Gr3Ep7.js.map +0 -1
  45. lyrics_transcriber/frontend/src/components/DetailsModal.tsx +0 -252
  46. lyrics_transcriber/frontend/src/components/WordEditControls.tsx +0 -110
  47. {lyrics_transcriber-0.43.1.dist-info → lyrics_transcriber-0.44.0.dist-info}/LICENSE +0 -0
  48. {lyrics_transcriber-0.43.1.dist-info → lyrics_transcriber-0.44.0.dist-info}/WHEEL +0 -0
  49. {lyrics_transcriber-0.43.1.dist-info → lyrics_transcriber-0.44.0.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: lyrics-transcriber
3
- Version: 0.43.1
3
+ Version: 0.44.0
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
@@ -16,10 +16,11 @@ Requires-Dist: dropbox (>=12)
16
16
  Requires-Dist: fastapi (>=0.115)
17
17
  Requires-Dist: fonttools (>=4.55)
18
18
  Requires-Dist: karaoke-lyrics-processor (>=0.4)
19
- Requires-Dist: lyricsgenius (>=3)
19
+ Requires-Dist: lyricsgenius (>=0.1.0)
20
20
  Requires-Dist: metaphone (>=0.6)
21
21
  Requires-Dist: nltk (>=3.9)
22
22
  Requires-Dist: ollama (>=0.4.7,<0.5.0)
23
+ Requires-Dist: openai (>=1.63.2,<2.0.0)
23
24
  Requires-Dist: pydub (>=0.25)
24
25
  Requires-Dist: python-dotenv (>=1)
25
26
  Requires-Dist: python-levenshtein (>=0.26)
@@ -3,14 +3,15 @@ lyrics_transcriber/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
3
3
  lyrics_transcriber/cli/cli_main.py,sha256=MDgjIlgmKDfv3z6nK_j7TJKtcijfuLrB06hDMXXaZQY,10211
4
4
  lyrics_transcriber/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  lyrics_transcriber/core/config.py,sha256=euwOOtuNbXy4-a1xs8QKdjcf5jXZQle0zf6X1Wthurw,1229
6
- lyrics_transcriber/core/controller.py,sha256=YX4OsKSNAHQEGVjI9BjTpMGZk9h3Gvowb9IzbApRCuc,18529
7
- lyrics_transcriber/correction/anchor_sequence.py,sha256=xhXcREuPVVeGcrntDf7O8pa-CBqVGqU5GDym1Zdm0QA,29515
8
- lyrics_transcriber/correction/corrector.py,sha256=Lh--FtgXVFCDBzNe7mQzmEiZI85MgicKCpW63R6JZgw,18985
6
+ lyrics_transcriber/core/controller.py,sha256=66qwIv-2jEW94wU5RVFRIcfrTyszC-aC_Fcx5dCjG7k,20255
7
+ lyrics_transcriber/correction/anchor_sequence.py,sha256=QB9_74YsMTMRyEqNNqaSx-6MEO7mmkKstywfvkujT7g,30089
8
+ lyrics_transcriber/correction/corrector.py,sha256=cMraMRE27RtWN7BocM77NDNCLY1FV4ocKM8dP7bVcuQ,20848
9
9
  lyrics_transcriber/correction/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  lyrics_transcriber/correction/handlers/base.py,sha256=ZXYMFgbCmlD62dpqdFwFPlcePdHKEFrABffnG_Mu5mI,1687
11
11
  lyrics_transcriber/correction/handlers/extend_anchor.py,sha256=wGGEtVmcEdYOTNuQQFz7Afhpfnn4Su0soiPmnY0dIRo,5944
12
12
  lyrics_transcriber/correction/handlers/levenshtein.py,sha256=hMERQHVgiUDSHtamYrAjqZ3qMMok4VmQ_MYM2-nrX6w,7864
13
- lyrics_transcriber/correction/handlers/llm.py,sha256=Yq4kNwXExehUEOgotJ5ACwhgABA2vrUMSOgcMg7eLnM,14608
13
+ lyrics_transcriber/correction/handlers/llm.py,sha256=ufqHtohdU5dUXE3DikzbloAWGVgMu1wnw6P4WHRmpdk,14580
14
+ lyrics_transcriber/correction/handlers/llm_providers.py,sha256=MV-KCRseccg-DEimMS0D2bXJ2xhy59r2n8UZjICUoEY,2067
14
15
  lyrics_transcriber/correction/handlers/no_space_punct_match.py,sha256=jY2fa547Qc8B63xIhF9VyWMaq5jds6E6wBqyVq6KANw,7057
15
16
  lyrics_transcriber/correction/handlers/relaxed_word_count_match.py,sha256=x4k__6gav4-STk_TycLcg5Sw4x2vUFAj5fWmOv7Yd_w,3911
16
17
  lyrics_transcriber/correction/handlers/repeat.py,sha256=1PJADW44egYh7N9D2fN-gDIusWVglFjGHrCZuTQYNpA,4313
@@ -21,66 +22,71 @@ lyrics_transcriber/correction/handlers/word_operations.py,sha256=410xhyO9tiqezV5
21
22
  lyrics_transcriber/correction/phrase_analyzer.py,sha256=dtO_2LjxnPdHJM7De40mYIdHCkozwhizVVQp5XGO7x0,16962
22
23
  lyrics_transcriber/correction/text_utils.py,sha256=z4eiTBCmkNeTUvxG_RpR1Zwg0cbMPKFyxVaKAvLAk88,761
23
24
  lyrics_transcriber/frontend/.gitignore,sha256=lgGIPiVpFVUNSZl9oNQLelLOWUzpF7sikLW8xmsrrqI,248
24
- lyrics_transcriber/frontend/.yarn/install-state.gz,sha256=ZEa-uz3UAehu8JjLeLqwdfq5dWme7h9fgx34Cj-3xVU,347949
25
+ lyrics_transcriber/frontend/.yarn/install-state.gz,sha256=kcgQ-S9HvdNHexkXQVt18LWUpqtP2mdyRfjJV1htFAc,345895
25
26
  lyrics_transcriber/frontend/.yarn/releases/yarn-4.6.0.cjs,sha256=6vHuq8FkpEygtl29zNVK9-VfP_kpSz_zGNWq7JLysgs,2764946
26
27
  lyrics_transcriber/frontend/.yarnrc.yml,sha256=RIUAbDBlfdQoS1V4MjkeMHzQqi4cvIWSzY5T3gEB_1I,66
27
28
  lyrics_transcriber/frontend/README.md,sha256=-D6CAfKTT7Y0V3EjlZ2fMy7fyctFQ4x2TJ9vx6xtccM,1607
28
- lyrics_transcriber/frontend/dist/assets/index-D0Gr3Ep7.js,sha256=-CMhaK4a-smrqgohFvrGS72TOS4Q-pP8v1tQsT0ZjGM,1093227
29
- lyrics_transcriber/frontend/dist/assets/index-D0Gr3Ep7.js.map,sha256=wkhUiBST5zOJ1dz-o6UTgg2Cs7N65nXJiN9td7RaL2U,2303152
30
- lyrics_transcriber/frontend/dist/index.html,sha256=sQMaEZMXzB1lbVjvprL_yqWlYLZQ7mRvbtaVmadAZGQ,400
29
+ lyrics_transcriber/frontend/dist/assets/index-DVoI6Z16.js,sha256=2xxswQwdYHoQRNsV7gz9OHtwDH4yTOFTpT3mU3Eej2Q,1211733
30
+ lyrics_transcriber/frontend/dist/assets/index-DVoI6Z16.js.map,sha256=AMz62uaShqqb0KqsQpCXOf6piu57QfAvzoIKzkYki7s,2550722
31
+ lyrics_transcriber/frontend/dist/index.html,sha256=T5hrDDR_1fDv6yEAqbpqhIaDN8PH3eKuB1J7bLf1xGA,400
31
32
  lyrics_transcriber/frontend/dist/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
32
33
  lyrics_transcriber/frontend/eslint.config.js,sha256=3ADH23ANA4NNBKFy6nCVk65e8bx1DrVd_FIaYNnhuqA,734
33
34
  lyrics_transcriber/frontend/index.html,sha256=KfqJVONzpUyPIwV73nZRiCWlwLnFWeB3z0vzxDPNudU,376
34
35
  lyrics_transcriber/frontend/package.json,sha256=kQ0_UiU4xp8wnu-hbTBTAxUB6S_cQMzHM83Dmm5x70s,1181
35
36
  lyrics_transcriber/frontend/public/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
36
- lyrics_transcriber/frontend/src/App.tsx,sha256=GzXtocjM-4mJSjMomnsbDiQjqtWx9ShbyroGy9SLJts,6588
37
- lyrics_transcriber/frontend/src/api.ts,sha256=HlzMA5LhwUn-0VAZYDH9QYCm1NDcy0mNcy_E1AWZ_AI,5596
38
- lyrics_transcriber/frontend/src/components/AudioPlayer.tsx,sha256=Q_nvNRaBNY46GwCLXgFnxypsBz2zcwkpi7c8VZJFO88,5112
39
- lyrics_transcriber/frontend/src/components/CorrectionMetrics.tsx,sha256=mKCvGuEWXOXw24djUqZlq4dfhFal7tpA6BQX9QzZ-OI,5730
40
- lyrics_transcriber/frontend/src/components/DetailsModal.tsx,sha256=JI-IngUICmRU9GL_IWlIYzpf__c78XskDDJWQodTt8U,10999
41
- lyrics_transcriber/frontend/src/components/EditModal.tsx,sha256=EOF8PPNkNqx6LuvKuk8exTLk9XJ0lATyijVYTqjDwro,23770
37
+ lyrics_transcriber/frontend/src/App.tsx,sha256=oS1p02iwKv76-psVVFYW8fIWVN3CSG4DjfTrPvJP9m4,6530
38
+ lyrics_transcriber/frontend/src/api.ts,sha256=UgqPc1jo8DEVgxh3_9Lyf9GBsHYpqMAqsPEE5BzTV4w,6640
39
+ lyrics_transcriber/frontend/src/components/AddLyricsModal.tsx,sha256=ubJwQewryjUrXwpBkITQNu4POhoUtDbNA93cqa-yJKY,3416
40
+ lyrics_transcriber/frontend/src/components/AudioPlayer.tsx,sha256=amjYyYW6HZ9TD5RwqQLSmGbwk-5Ec9mtXza3F3045n4,5337
41
+ lyrics_transcriber/frontend/src/components/CorrectionMetrics.tsx,sha256=CoTZS9Z3pf4lfPrzpQ2hZvLqFvt-IarSGBSCxFxD-y4,6274
42
+ lyrics_transcriber/frontend/src/components/EditModal.tsx,sha256=f1AoMcutIXnOhH5dU67BUpIp6upucGUi8FK6oBekB5A,24490
42
43
  lyrics_transcriber/frontend/src/components/FileUpload.tsx,sha256=fwn2rMWtMLPTZLREMb3ps4prSf9nzxGwnjmeC6KYsJA,2383
43
- lyrics_transcriber/frontend/src/components/Header.tsx,sha256=h74nCQNUHes21LJaxkNS5Uwt9cXCf6w7EQI0Hi9_H9M,9979
44
- lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx,sha256=N-7_6kMo2VFgA6cuA6iZXQ5_Cm0phXYMO70jMkYwZUo,21814
45
- lyrics_transcriber/frontend/src/components/ModeSelector.tsx,sha256=bHtjmj5DQx2CwkdL5A4fgLP3XEifu-QecPsMZVdMTmU,1422
46
- lyrics_transcriber/frontend/src/components/PreviewVideoSection.tsx,sha256=XU7CG0XXA4fc_XT-aa3CgfnGM41bs24cjx0vudTRlNE,4133
47
- lyrics_transcriber/frontend/src/components/ReferenceView.tsx,sha256=ZEjadr4eaMQPsiHyOk1FnyG5iwVY9l84A0QwXZ0-wos,8710
48
- lyrics_transcriber/frontend/src/components/ReviewChangesModal.tsx,sha256=oHJBhCjC2UZrXpzZik8HBr2A2wmiWYYWa-dRj1XEDjU,12413
44
+ lyrics_transcriber/frontend/src/components/FindReplaceModal.tsx,sha256=U7duKns4IqNXwbWFbQfdyaswnvkSRpfsU0UG__-Serc,20192
45
+ lyrics_transcriber/frontend/src/components/GlobalSyncEditor.tsx,sha256=KuEPB4WvCjVQDGK5rowZMTeID95VWl1Gaoha_6PLNJM,28080
46
+ lyrics_transcriber/frontend/src/components/Header.tsx,sha256=3bgJ29W6WKO7FYRuBXQlqlo7-AYLHfxsG_Mr38y8W_Y,12303
47
+ lyrics_transcriber/frontend/src/components/LyricsAnalyzer.tsx,sha256=piimIBZpgA25hMxlVQcvCEURZj_I6IfDY2GvZyQ-tkg,24844
48
+ lyrics_transcriber/frontend/src/components/ModeSelector.tsx,sha256=OuCOqePGs5JC3NxZxrR-rDu5W5WSObuxrLVOIaqHDOs,1941
49
+ lyrics_transcriber/frontend/src/components/PreviewVideoSection.tsx,sha256=-9_ljoaadHjAAvia_vhEUgCajPv2jFnRDVR6VWN_a0w,4166
50
+ lyrics_transcriber/frontend/src/components/ReferenceView.tsx,sha256=QfK-VzpPcS4iUcYN6iAWE3yQK4rWQJJ-D80DzgixI3I,9436
51
+ lyrics_transcriber/frontend/src/components/ReviewChangesModal.tsx,sha256=zcGoIu5Iqs4ZXpGr3yeMIEKPf8FRLCP2i1TzNOmKzg0,13048
49
52
  lyrics_transcriber/frontend/src/components/SegmentDetailsModal.tsx,sha256=6ME02FkFwCgDAxW49yW260N4vbr80eAJ332Ex811GOo,1643
50
- lyrics_transcriber/frontend/src/components/TimelineEditor.tsx,sha256=slSBZPen_NecSogavs3sKh66y8UrPjqA6ssGd9efKDI,12275
51
- lyrics_transcriber/frontend/src/components/TranscriptionView.tsx,sha256=H_5Jivlyvd39KCvQEtUwHaRqh07fDA-EHvIlNcaabRA,6551
52
- lyrics_transcriber/frontend/src/components/WordEditControls.tsx,sha256=YrUW92E5oj-C5fgyW_W0I5U-bVvmkf16ZetjUfFTabI,3094
53
- lyrics_transcriber/frontend/src/components/shared/components/HighlightedText.tsx,sha256=BMLuBo5tLN3UZASexuJAYPVnTrpXHCm1pqAh9Uq4pKQ,14286
54
- lyrics_transcriber/frontend/src/components/shared/components/SourceSelector.tsx,sha256=i6qIEx7mv6lE111oSeonarlOvb97Z1cthvqq7xM2Lig,853
55
- lyrics_transcriber/frontend/src/components/shared/components/Word.tsx,sha256=XfshAUV6Dvnp_ktaIaSQWYNA3lrbgq-TbQt2a0eqF0A,1333
53
+ lyrics_transcriber/frontend/src/components/TimelineEditor.tsx,sha256=Aa6ykDRVhWUNHcJ14KGzmUCPDCAltw9gXpdR5ogVQpc,12842
54
+ lyrics_transcriber/frontend/src/components/TranscriptionView.tsx,sha256=gSs7ywxP1cPlUVlLQpXEgXuhyaqn2rZU887Kgog45Y4,7406
55
+ lyrics_transcriber/frontend/src/components/WordDivider.tsx,sha256=DKA8jwD31YI6sRUvfH3NasrXAUOf-z3Iv_NBFtZiIE0,6446
56
+ lyrics_transcriber/frontend/src/components/shared/components/HighlightedText.tsx,sha256=GHEpj6Hw_cUP4xKmg7sEfV4qiS0dVAVU28u2sCm8nTc,16085
57
+ lyrics_transcriber/frontend/src/components/shared/components/SourceSelector.tsx,sha256=zZpnQd6RlcGlr2v6T90Eva1cdEkiWzIVE78xAaQPObA,1144
58
+ lyrics_transcriber/frontend/src/components/shared/components/Word.tsx,sha256=zFblGPuy560gB0nGq6hYrZ09ygn_YRI69IiQibowQ5I,2181
56
59
  lyrics_transcriber/frontend/src/components/shared/constants.ts,sha256=25q1qjCwzV-hR72wSb_rJSe4dVuQ0l-piLMoZSpynGQ,488
57
60
  lyrics_transcriber/frontend/src/components/shared/hooks/useWordClick.ts,sha256=aRDzH144FYuK9N3Y0wyTp2c1-DJOT_Y3HWQHHGqiUsY,6196
58
61
  lyrics_transcriber/frontend/src/components/shared/styles.ts,sha256=J1jCSuRqpk1mOFYAqJudhxeozH-q1bi-dsOibLukBJU,411
59
62
  lyrics_transcriber/frontend/src/components/shared/types.js,sha256=1DqoH1vIn6o1ng-XyBS6JRVVkf8Hj7ub_UD4x8loMjA,77
60
- lyrics_transcriber/frontend/src/components/shared/types.ts,sha256=P-W7oXPvOCTAVmwmDB7BW4HaZe_RFt9GfzPnZ_-_rto,3334
61
- lyrics_transcriber/frontend/src/components/shared/utils/keyboardHandlers.ts,sha256=zO4bk2iuBlkrpbghz03hg1YX-zBOFtY5IbLEp9LBjgY,2389
63
+ lyrics_transcriber/frontend/src/components/shared/types.ts,sha256=-HniySfrxsjmciMvtXu_bSNAyVHbVAZynRDTC90S5L4,3840
64
+ lyrics_transcriber/frontend/src/components/shared/utils/keyboardHandlers.ts,sha256=PyzkwJMnm3FaRoX-scBUCSZHiMqhdhy6gDoEpULUVCQ,3918
62
65
  lyrics_transcriber/frontend/src/components/shared/utils/localStorage.ts,sha256=jpLT65Rk_toaB-8X2lRGyYZ9EoMQDI45GviUT7N9Bp0,3240
63
66
  lyrics_transcriber/frontend/src/components/shared/utils/referenceLineCalculator.ts,sha256=TJ2oHDitFFVxm83eFEhdlwvhx--mIt3054YbET2RiXs,2575
64
- lyrics_transcriber/frontend/src/components/shared/utils/segmentOperations.ts,sha256=QGxjh_uQ0vciAd6YVo5RQRXmFakiUQZb5X95oCzNAwo,3782
67
+ lyrics_transcriber/frontend/src/components/shared/utils/segmentOperations.ts,sha256=m1pUrjZcAch85Xqm9EX43BuoHQjdvBjY5BZ70LWa1hk,11074
65
68
  lyrics_transcriber/frontend/src/components/shared/utils/wordUtils.ts,sha256=bZbsvEgY3JoI15l4SdB51tHE33OkUxDH-WSG8doLcCQ,721
66
- lyrics_transcriber/frontend/src/main.tsx,sha256=gKJOIr1laz68BhgxWz0JXb1LNacA2oxfbypxW_B1USo,139
69
+ lyrics_transcriber/frontend/src/hooks/useManualSync.ts,sha256=fTAtHeO1Ca6o0n01DtietCHNgBFfvFEsXtQQO2orRWI,10775
70
+ lyrics_transcriber/frontend/src/main.tsx,sha256=UXPXUc2HeDuGtW5GVzP312RjCo3TdnpBal7SWild-k4,345
71
+ lyrics_transcriber/frontend/src/theme.ts,sha256=9F2xyLct_gJmvLEZEhrYdKIahUsBzi5kgnydSWJHphE,3864
67
72
  lyrics_transcriber/frontend/src/types/global.d.ts,sha256=NvltPF-n4_1oRLfihD3oHXbdT7txMC8B6fhCgvNY-jk,191
68
73
  lyrics_transcriber/frontend/src/types.js,sha256=1DqoH1vIn6o1ng-XyBS6JRVVkf8Hj7ub_UD4x8loMjA,77
69
- lyrics_transcriber/frontend/src/types.ts,sha256=WOxPW6QDB-KOfaSXq9gOD_kg_Yd9hRYG2Go0ltSbnDQ,3516
74
+ lyrics_transcriber/frontend/src/types.ts,sha256=FdPWw0QEm43MigcAIhRtyHUNqk6-mOUzM8bIV7hCzSU,3504
70
75
  lyrics_transcriber/frontend/src/validation.ts,sha256=Pv_FtySk6q3a1z_W0-ItxiEX8OIYkgCDwXKGUds4Lx4,4275
71
76
  lyrics_transcriber/frontend/src/vite-env.d.ts,sha256=ZZlpNvuwQpFfe3SiAPzd5-QQ8ypmmxq5WXz6pLD63bU,38
72
77
  lyrics_transcriber/frontend/tsconfig.app.json,sha256=7aUBVcaBqEtmtfQXsbwsgBxSUng06xzQi5t4QCgWQ3E,665
73
78
  lyrics_transcriber/frontend/tsconfig.json,sha256=AOS5v1AsNPL3wGc8bt58Ybh8HHpbYrlK91q0KIzaSgs,627
74
79
  lyrics_transcriber/frontend/tsconfig.node.json,sha256=oMBhK5xufBrVE7SkbADRxA3pxm8_L9m5YwtCOZSafsc,536
75
- lyrics_transcriber/frontend/tsconfig.tsbuildinfo,sha256=tcmXkmOCO1Pfep-CwJwEVs0okthy4DQSIn91aQ15qdU,1304
80
+ lyrics_transcriber/frontend/tsconfig.tsbuildinfo,sha256=fJpJ17UBUxK7eUnWy-ZWbp2QftNCAqUyzJnDe_jo_Fc,1429
76
81
  lyrics_transcriber/frontend/vite.config.d.ts,sha256=S5bdGf0pSdKM6A6RNBKwAm3EIeW_bDHYfHtesRtXU7Q,76
77
82
  lyrics_transcriber/frontend/vite.config.js,sha256=P4GuPgRZzwEWPQZpyujUe7eA3mjPoFAe2CgE5sQAXg8,232
78
83
  lyrics_transcriber/frontend/vite.config.ts,sha256=8FdW0dN8zDFqfhQSxX5h7sIu72X2piLYlp_TZYRQvBQ,216
79
84
  lyrics_transcriber/frontend/yarn.lock,sha256=wtImLsCO1P1Lpkhc1jAN6IiHQ0As4xn39n0cwKoh4LM,131996
80
- lyrics_transcriber/lyrics/base_lyrics_provider.py,sha256=YW83gs0rGUM_q6oLRfObx_tIfJYcKRkgKBo4WVLqe9I,9071
85
+ lyrics_transcriber/lyrics/base_lyrics_provider.py,sha256=mqlqssKG2AofvqEU48nCwLnz0FhO9Ee6MNixF6GBnYY,9133
81
86
  lyrics_transcriber/lyrics/file_provider.py,sha256=ksjVCtzzyK1lhKrYBed0P61wR3TV998Em2Dr7raqWwk,4086
82
87
  lyrics_transcriber/lyrics/genius.py,sha256=SIMFEmD_QbXUB8hpDhRU7AAyVrJbRvKyTWsShA9jecE,5693
83
88
  lyrics_transcriber/lyrics/spotify.py,sha256=K7aL_OHdQjhI8ydnHUq8-PUvkyDu2s-et7njiLIBVgY,5457
89
+ lyrics_transcriber/lyrics/user_input_provider.py,sha256=oNzwjk2bOQYyUXvVqPcbrF8vJU7LLtwTvJTXxtPaQto,1798
84
90
  lyrics_transcriber/output/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
91
  lyrics_transcriber/output/ass/__init__.py,sha256=EYQ45gI7_-vclVgzISL0ML8VgxCdB0odqEyPyiPCIw0,578
86
92
  lyrics_transcriber/output/ass/ass.py,sha256=xHId7Rv5gqmdQ7ZrWQSy46JX7vZcB_BzpZC800DwQk8,74315
@@ -124,7 +130,7 @@ lyrics_transcriber/output/fonts/Zurich_Cn_BT_Bold.ttf,sha256=WNG5LOQ-uGUF_WWT5aQ
124
130
  lyrics_transcriber/output/fonts/arial.ttf,sha256=NcDzVZ2NtWnjbDEJW4pg1EFkPZX1kTneQOI_ragZuDM,275572
125
131
  lyrics_transcriber/output/fonts/georgia.ttf,sha256=fQuyDGMrtZ6BoIhfVzvSFz9x9zIE3pBY_raM4DIicHI,142964
126
132
  lyrics_transcriber/output/fonts/verdana.ttf,sha256=lu0UlJyktzks_yNbnEHVXBJTgqu-DA08K53WaJfK4Ms,139640
127
- lyrics_transcriber/output/generator.py,sha256=taEV4coTlvYF2JLLiIug0CKv5S0hb11lFZRDDzUYHxM,8884
133
+ lyrics_transcriber/output/generator.py,sha256=dpEIqdX0Dc0_kpfOoZMxGryVIopSRSgnV7EjVEB7YZw,10916
128
134
  lyrics_transcriber/output/lrc_to_cdg.py,sha256=2pi5tvreD_ADAR4RF5yVwj7OJ4Pf5Zo_EJ7rt4iH3k0,2063
129
135
  lyrics_transcriber/output/lyrics_file.py,sha256=_KQyQjCOMIwQdQ0115uEAUIjQWTRmShkSfQuINPKxaw,3741
130
136
  lyrics_transcriber/output/plain_text.py,sha256=XARaWcy6MeQeQCUoz0PV_bHoBw5dba-u79bjS7XucnE,3867
@@ -132,7 +138,7 @@ lyrics_transcriber/output/segment_resizer.py,sha256=R2Z15F7aa7DQwgAf0EMNIQ-aYQhj
132
138
  lyrics_transcriber/output/subtitles.py,sha256=yQCR7YO3aitKnGRjfAtSwsdi6byfpEZgnCumJO16M2E,19085
133
139
  lyrics_transcriber/output/video.py,sha256=L_KB33YM4X-EQBRcLIPO4ZqlNEcVwqTWKjaJZVtkN-4,13751
134
140
  lyrics_transcriber/review/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
135
- lyrics_transcriber/review/server.py,sha256=6_eVJfCSuP5bHvoKyIfMwnTeByWb8YkaMOcutBoF5P0,15380
141
+ lyrics_transcriber/review/server.py,sha256=D5wMRdwdjW7Y1KnL4dON1rIrZpJg7jhqU_lK1q4ssqg,27445
136
142
  lyrics_transcriber/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
137
143
  lyrics_transcriber/storage/dropbox.py,sha256=Dyam1ULTkoxD1X5trkZ5dGp5XhBGCn998moC8IS9-68,9804
138
144
  lyrics_transcriber/transcribers/audioshake.py,sha256=pUR--5DgpYyJ-RFqdoLDf_2cHXI5CO239r5deDZRXVc,8938
@@ -140,8 +146,8 @@ lyrics_transcriber/transcribers/base_transcriber.py,sha256=T3m4ZCwZ9Bpv6Jvb2hNcn
140
146
  lyrics_transcriber/transcribers/whisper.py,sha256=YcCB1ic9H6zL1GS0jD0emu8-qlcH0QVEjjjYB4aLlIQ,13260
141
147
  lyrics_transcriber/types.py,sha256=d73cDstrEI_tVgngDYYYFwjZNs6OVBuAB_QDkga7dWA,19841
142
148
  lyrics_transcriber/utils/word_utils.py,sha256=-cMGpj9UV4F6IsoDKAV2i1aiqSO8eI91HMAm_igtVMk,958
143
- lyrics_transcriber-0.43.1.dist-info/LICENSE,sha256=BiPihPDxhxIPEx6yAxVfAljD5Bhm_XG2teCbPEj_m0Y,1069
144
- lyrics_transcriber-0.43.1.dist-info/METADATA,sha256=lHgcbB3j-X8-R7MVc6sbUADN3U-ND49WefleCSIjAlM,5973
145
- lyrics_transcriber-0.43.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
146
- lyrics_transcriber-0.43.1.dist-info/entry_points.txt,sha256=kcp-bSFkCACAEA0t166Kek0HpaJUXRo5SlF5tVrqNBU,216
147
- lyrics_transcriber-0.43.1.dist-info/RECORD,,
149
+ lyrics_transcriber-0.44.0.dist-info/LICENSE,sha256=BiPihPDxhxIPEx6yAxVfAljD5Bhm_XG2teCbPEj_m0Y,1069
150
+ lyrics_transcriber-0.44.0.dist-info/METADATA,sha256=l736Hpfv8P3G8SKqfZ5GUJZRLt9WsMt1SQerfbc8p7I,6017
151
+ lyrics_transcriber-0.44.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
152
+ lyrics_transcriber-0.44.0.dist-info/entry_points.txt,sha256=kcp-bSFkCACAEA0t166Kek0HpaJUXRo5SlF5tVrqNBU,216
153
+ lyrics_transcriber-0.44.0.dist-info/RECORD,,