Skip to content

Commit

Permalink
Updated to newer karaoke-lyrics-processor with clipboard bug fix
Browse files Browse the repository at this point in the history
beveradb committed Dec 24, 2024
1 parent 7852619 commit 7ad1ae8
Showing 2 changed files with 450 additions and 511 deletions.
956 changes: 448 additions & 508 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karaoke-prep"
version = "0.30.1"
version = "0.30.2"
description = "Prepare for karaoke video creation, by downloading audio and lyrics for a specified song or playlist from youtube and separating audio stems. After syncing, finalise the video with a title screen!"
authors = ["Andrew Beveridge <andrew@beveridge.uk>"]
license = "MIT"
@@ -24,14 +24,13 @@ google-api-python-client = "*"
google-auth = "*"
google-auth-oauthlib = "*"
google-auth-httplib2 = "*"
pyperclip = ">=1.8"
thefuzz = ">=0.22"
numpy = "^1"
audio-separator = { version = ">=0.21.0", extras = ["cpu"] }
lyrics-converter = ">=0.2.1"
lyrics-transcriber = ">=0.18"
kbputils = "^0.0.16"
karaoke-lyrics-processor = ">=0.4.0"
karaoke-lyrics-processor = ">=0.4.1"
attrs = ">=24.2.0"
cattrs = ">=24.1.2"
toml = ">=0.10"

0 comments on commit 7ad1ae8

Please sign in to comment.