Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add per_page parameter to song_annotations #245

Open
marilenadaquino opened this issue Oct 20, 2022 · 0 comments
Open

add per_page parameter to song_annotations #245

marilenadaquino opened this issue Oct 20, 2022 · 0 comments

Comments

@marilenadaquino
Copy link

TLDR: song_annotations returns only 10 results, I would like to get all annotations for a song.

I'm performing a text search on all Genius. I get a list of songs that somehow reference the term and I'd like to get alla annotations for these songs (since the term I searched is likely to be there). But the method (https://lyricsgenius.readthedocs.io/en/master/reference/genius.html#lyricsgenius.Genius.song_annotations) returns only 10 results, which 99% of times do not include that very first term I've searched.

I'd like a parameter to specify how many results to return - and ideally also one for the pagination of results.

I could not find any docs on Genius how to do this with their API (I cannot even get the 10-result list from that API)
Any help would be appreciated! Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant