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 Songsterr #61

Open
leocaseiro opened this issue Apr 14, 2023 · 1 comment
Open

Add Songsterr #61

leocaseiro opened this issue Apr 14, 2023 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@leocaseiro
Copy link

I was wondering how would you feel, if we add the songsterr, as another provider?

They have an API to search by artist:
https://www.songsterr.com/a/ra/songs/byartists.json?artists=beatles

However, I don't know how to filter by song name.

The API also filters by the instrument which would be a nice feature to add:

https://www.songsterr.com/api/songs?size=50&pattern=jude&inst=drums

To download .gp* files, we need to read from the JSON based on the id.
https://www.songsterr.com/a/ra/player/song/{revisionId}.plist?apiVersion=2

Eg: https://www.songsterr.com/a/ra/player/song/2573.plist?apiVersion=2

I can only see the latest tab version for download via API, but it should be good enough.

@mlhoutel
Copy link
Member

Of course, it would be nice to have an additional api.

For the ones that are currently supported, I'm not sure that a track search by instrument is possible. We will have to rework this part of the application which I find a bit clumsy at the moment.

@mlhoutel mlhoutel added the enhancement New feature or request label Apr 22, 2023
@mlhoutel mlhoutel added this to 📝 To do in Tablatures Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Tablatures
  
📝 To do
Development

No branches or pull requests

2 participants