JosiahParry / genius

Easily access song lyrics from Genius in a tibble.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genius_lyrics retrieves singer for each verse as lyrics

dgruenew opened this issue · comments

Just tried this for the following:

raw_df <- geniusR::genius_lyrics(artist = "Pink Floyd",
                                 song = "Comfortably Numb",
                                 info = "all")

Which gives the singer "Roger Waters" as the very first lyric. "David Gilmour" is recorded as well for line 14.

(very cool package by the way!)

Hm. Interesting. I thought I solved the bracket issue! I'll be sure to give this a look. Thank you!

fixed in pr #24