adding song_lyrics.rs
This module will allow for searching and finding songs in genius lyrics and giving me the ability to get the lyrics from those songs. The main function implemented is search_song first. From here we can get the id of the songs we are looking for and then add the lyrics into Lumina.
This commit is contained in:
parent
27dc1d1bc8
commit
e000f4458a
4 changed files with 120 additions and 2 deletions
|
@ -38,6 +38,7 @@ tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "time", "lo
|
|||
tracing = "0.1.37"
|
||||
time = { version = "0.3.29", features = ["formatting", "macros"] }
|
||||
obws = "0.11.5"
|
||||
reqwest = "0.11.23"
|
||||
# ffmpeg-next = "6.0.0"
|
||||
|
||||
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue