dirkgroenen / mopidy-mopify

A web client that uses external web services to provide additional features and a more “complete” music experience.
Apache License 2.0
447 stars 44 forks source link

No obvious way to 'save to your music' from mopify #201

Closed grgcnnr closed 4 years ago

grgcnnr commented 8 years ago

This might be by design & apologies if I have missed something here but it confused the heck out of me for some time.

Saving an album in mopify is the equivalent to hitting save in the Spotify app. Currently there is no obvious way to add an album to "Your Music" => "Albums".

This would be super useful.

dirkgroenen commented 8 years ago

At the album page there is a button on the right side. Using this button you can save or remove albums from your collection.

image

grgcnnr commented 8 years ago

Apologies, let me explain a bit better :)

When you save an album in mopify:

1

It appears in your songs list:

2

But not in your albums:

This is kind of how spotify works too, you have to go to albums and "Save to your music":

4

After that, it will appear in Mopify's album list:

5

So I guess my question / issue is 2 part:

  1. Is this the expected behaviour?
  2. If so, how do you add albums to the "Albums" page from within Mopify?

Thanks for all your amazing work on this by the way @dirkgroenen it's fantastic work!

dirkgroenen commented 8 years ago

Ah I see what you mean. Just tested it and it appears we've forgot to change the add album/artist endpoints to the new ones which are used by the My Collection pages.

A few versions ago Spotify didn't have direct 'Save album/artist' endpoints, so we just saved all tracks and grouped them on the album page. Now we have changes the artist and album endpoint, but didn't change those buttons.

Thanks for the tip, I'll take this with me the next time I'm working on it.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.