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

Discography is not working as expected #97

Open
leosenko opened this issue Aug 24, 2017 · 2 comments
Open

Discography is not working as expected #97

leosenko opened this issue Aug 24, 2017 · 2 comments

Comments

@leosenko
Copy link

When using get_discography_artist?id=$artist_id, gmusicproxy streams the artist's radio rather than the discography, it is equivalent to clicking on Radio button under an artist. However, it should be equivalent to the play button right to the artist name which starts playing songs by the artist and only by the artist rather than mix of similar songs.
image

To reproduce:
From the web interface I find that url for Johann Sebastian Bach page is:
https://play.google.com/music/listen?hl=en&tab=wY#/artist/Abx66yamfg6kmhimgaq2kbvopfq/Johann+Sebastian+Bach

from that I first guess his id to be Abx66yamfg6kmhimgaq2kbvopfq but upon
http://localhost:9999/get_discography_artist?id=Abx66yamfg6kmhimgaq2kbvopfq the list presented is the radio with multiple artists rather than the discography of the artist.

@leosenko
Copy link
Author

I believe the problem is in the fact that get_discography_artists returns m3u with links to get_album which is the source of the trouble because it also returns songs in the album with the artists which are not by the artists (albums like the best of classics etc).

@MarcelloTheArcane
Copy link

Is there any way to get a list of songs or albums only by a specified artist?

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

2 participants