• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
More sorting options
#2
The sorting is already fairly complex due to the wide number of options and the amount of processing that occurs. Sorting by fields other than the title would definitely throw wrenches into the design. That's not to say that I can't do it, it's just to say that it's not a simple change and would most likely require a fair amount of work. The other problem is that sorting by fields other than the title can result in confusing results, as the data isn't grouped. So if you sorted by "Artist", but Artist wasn't part of the caption, the songs would seem at a glance to be randomly sorted and it would be confusing. Even if Artist is in the caption, it's not easy at a glance to identify which songs are grouped together. Without a heirarchical representation of the song list (so that songs could be grouped under each Artist like a tree control) I don't think it would work well at all. If I'm going to add support for heirarchical representations of the songs like that, then it's far better for me just to extend that as a mode to all of the existing group tabs. So you could go to the Artists tab, and there would be an "Expand All" option and you could then see all songs listed under all Artists. This too would require a significant number of changes to support, but it would at least support every group tab once finished. Also, with an "Expand All" option like that, you could go to the Albums tab, tap the circle with a down arrow at the right side of the filters, tap the artist dropdown, select the artist, tap OK, and now you would see all albums from that artist sorted by album. 

Sorting by multiple group types adds even more complexity to the sorting algorithm. To support that, I would need to provide a way to indicate the fields you want to support by along with the order of each field in the sorting. Visualizing the sorting in this way could once again be very confusing. I'm not sure what the best way is to make it clear how things are sorted if you choose multiple fields that aren't part of the song caption or title. Applications that I can think of that allow this kind of sorting are column based so that you can see the values of each column and quickly make sense of the multiple levels of sorting that are applied. I'm open to feedback on this from more users as to how useful it is. The more feedback I get, the higher the priority will be for implementing something like this.

Mike
Reply


Messages In This Thread
More sorting options - by hlbuck - 12-08-2019, 02:12 AM
RE: More sorting options - by Zubersoft - 12-08-2019, 05:35 PM
RE: More sorting options - by hlbuck - 12-10-2019, 10:30 AM
RE: More sorting options - by hlbuck - 12-11-2019, 11:48 PM



Users browsing this thread:
2 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.