lyrics-transcriber 0.3.1__py3-none-any.whl → 0.3.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.
@@ -2,7 +2,5 @@ import warnings
2
2
 
3
3
  warnings.simplefilter("ignore")
4
4
 
5
- with warnings.catch_warnings():
6
- warnings.simplefilter("ignore")
7
- from .transcriber import LyricsTranscriber
5
+ from .transcriber import LyricsTranscriber
8
6
 
@@ -63,6 +63,10 @@ class LyricsTranscriber:
63
63
  else:
64
64
  log(f"not fetching lyrics from Genius as song_artist and song_title were not set")
65
65
 
66
+ # TODO: attempt to match up segments from genius lyrics with whisper segments
67
+
68
+ # TODO: output synced lyrics from self.whisper_result_dict in ASS format too, using code from the_tuul
69
+
66
70
  if self.output_dir is None:
67
71
  self.output_dir = os.getcwd()
68
72
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lyrics-transcriber
3
- Version: 0.3.1
3
+ Version: 0.3.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
@@ -0,0 +1,9 @@
1
+ lyrics_transcriber/__init__.py,sha256=bIRjsXAzlghS1rQxWNLU0wppZy0T_iciN9EclHLwNrQ,94
2
+ lyrics_transcriber/transcriber.py,sha256=dC5doDL_XWb0Ic-n7nDRZRD4LFIp0vVd1_BzJ1t_PAY,8814
3
+ lyrics_transcriber/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ lyrics_transcriber/utils/cli.py,sha256=Xeu7b5phbU2jEUIP0uve0_H1ees0dD0YZfjLzeBEWAA,3247
5
+ lyrics_transcriber-0.3.2.dist-info/LICENSE,sha256=BiPihPDxhxIPEx6yAxVfAljD5Bhm_XG2teCbPEj_m0Y,1069
6
+ lyrics_transcriber-0.3.2.dist-info/METADATA,sha256=sBbEVRgIu9-l9mgpN9rrkB0qy7RsqhAwBPllqnc3dsk,1077
7
+ lyrics_transcriber-0.3.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
8
+ lyrics_transcriber-0.3.2.dist-info/entry_points.txt,sha256=lh6L-iR5CGELaNcouDK94X78eS5Ua_tK9lI4UEkza-k,72
9
+ lyrics_transcriber-0.3.2.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- lyrics_transcriber/__init__.py,sha256=IY-8EaOZ8N753ZSWisQYoov_WLrNlslVlSWz30gioFg,166
2
- lyrics_transcriber/transcriber.py,sha256=gUGQkr5q0fZjrfatwYMxNjMcYqUmziGsUNqFGgvK23w,8615
3
- lyrics_transcriber/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- lyrics_transcriber/utils/cli.py,sha256=Xeu7b5phbU2jEUIP0uve0_H1ees0dD0YZfjLzeBEWAA,3247
5
- lyrics_transcriber-0.3.1.dist-info/LICENSE,sha256=BiPihPDxhxIPEx6yAxVfAljD5Bhm_XG2teCbPEj_m0Y,1069
6
- lyrics_transcriber-0.3.1.dist-info/METADATA,sha256=Qa89jxS2Rvv_pyVG2Zzvyrn9MGMNjQsQ04j4WN2HsiI,1077
7
- lyrics_transcriber-0.3.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
8
- lyrics_transcriber-0.3.1.dist-info/entry_points.txt,sha256=lh6L-iR5CGELaNcouDK94X78eS5Ua_tK9lI4UEkza-k,72
9
- lyrics_transcriber-0.3.1.dist-info/RECORD,,