This repository has been archived by the owner on May 18, 2024. It is now read-only.
Adding song to library from existing album brings up other songs from that album in "date added" view #1641
armandsarkani
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I have a small issue that I wanted to bring up when I add a song to my Apple Music library from an album that already exists in my library (i.e. I have added some of the songs from that album some time ago, and now I'm adding another song). I like using the Songs view sorted by descending date added. However, when I add that song to my library, Cider brings up all of the other songs in that album in line with my other recently added songs even though those other songs were added long before. This behavior is not consistent with the official Apple Music app, as Cider is grouping entire albums by chronological order of "date in which a song of this album was last added" instead of by the date in which individual songs were added, as I would expect in the Songs view.
Simple example:
Song 1 from album A, added 1/1/23
Song 2 from album A, added 1/20/23
Song 3 from album B, added 1/8/23
Song 4 from album C, added 1/9/23
Song 5 from album C, added 1/22/23
The expected ordering of these songs in date added, descending view should be:
Song 5
Song 2
Song 4
Song 3
Song 1
However, Cider would order them like this:
Song 5
Song 4
Song 2
Song 1
Song 3
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions