Skip to content

Commit

Permalink
Merge pull request #1 from techno-disaster/td/get
Browse files Browse the repository at this point in the history
feat: exact and fallback to fuzzy
  • Loading branch information
techno-disaster authored Jul 17, 2024
2 parents b511836 + 8efe014 commit cae5b6b
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 113 deletions.
73 changes: 73 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lofty = "0.20.1"
reqwest = { version = "0.12.5", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

Huge thanks to https://github.com/tranxuanthang/lrclib ofc.

Uses lrclib.net to get lyrics for my Jellyfin library.
Uses lrclib.net to get lyrics for my Jellyfin library. Does /get, if unavailable tried to do /search

Is very much dependant on having the Jellyfin suggested music library structure. (Artist/Album/Song).

To run go `lyricsrs <music_directory>` or clone the repo and `cargo run <music_directory>`.

Will overwrite any .lrc files you already have with the existing name.

Only does synced lyrics because they are cool.
Only does synced lyrics because they are cool.

Loading

0 comments on commit cae5b6b

Please sign in to comment.