jez500 / chorus

A Web UI for XBMC, focused on user experience and music. Get the latest version here: https://github.com/xbmc/chorus2
357 stars 54 forks source link

Incorrect "Recent albums" order #14

Closed kopf closed 10 years ago

kopf commented 10 years ago

Recent albums are shown in an incorrect order in Chorus:

Here is the order of my recent albums in Yatse (android remote), which I know to be correct:

jez500 commented 10 years ago

That page grabs 30 recently added and 30 recently played albums, merges then randomises to make things a bit different each time you visit the page. Not really a bug (as it is working as I intended) but I might think about adding some more filters that respect sorting order sometime in the future.

kopf commented 10 years ago

Aha, ok, so it's intended behaviour.

It'd be great to (also) have normal "Recently Added" and "Recently played" lists.

jez500 commented 10 years ago

Yeah, there is a few things on the todo list with the albums page and this is definitely on it.

See my comment on this one... https://github.com/jez500/chorus/issues/9

jez500 commented 10 years ago

Fixed in 0.3.4, There is now pages for recently added/played

kopf commented 10 years ago

Great! Thanks!