Closed chucksense closed 7 years ago
Example of setup from iTunes:
There is probably something I am missing here, but in my Remote the listing order is not affected by the order in iTunes? When I select the Album view in Remote I get the albums ordered by title, even when I setup iTunes like you showed.
Here are the same libraries, one as served from iTunes, the other as served from forked-daapd.
iTunes:
forked-daapd:
You can see the forked-daapd library is sorting albums by album title. The iTunes library is sorting by artist like the desktop iTunes.
I'm not sure why yours isn't doing this behavior? There is also this dialog in iTunes that is reached at View
->Show View Options
(or ⌘-J
):
Perhaps that does it?
And finally, there is also a setting in the Remote app that may be triggering this: Sort by Artist.
Yes, the setting in Remote does the trick. I have fixed it now so that albums get sorted by artist when Remote requests it.
iTunes has the ability to sort albums "by artist" rather than purely alphabetically. When enabled, if using
Remote.app
when you go to the "Albums" view, it will really order by artists, but have a listing for each album.Presently, it seems
forked-daapd
only sorts by album title itself. It would be nice if the above behavior could be mimicked.