Skip to content

Commit

Permalink
Fixed unintentional block on transcription with unknown artist and title
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jul 13, 2024
1 parent 66b9b4a commit d0c2701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lyrics_transcriber/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ def __init__(
if self.audio_filepath is None:
raise Exception("audio_filepath must be specified as the input source to transcribe")

if not self.song_known:
raise Exception("cannot correct song lyrics without artist and title to fetch lyrics")

self.create_folders()

def generate(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lyrics-transcriber"
version = "0.16.0"
version = "0.16.1"
description = "Automatically create synchronised lyrics files in ASS and MidiCo LRC formats with word-level timestamps, using Whisper and lyrics from Genius and Spotify"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d0c2701

Please sign in to comment.