Smart Playlist Sorting

Viewing 6 posts - 11 through 16 (of 16 total)
  • Author
    Posts
  • #5102
    fizze
    Participant

    Ah, sweet. 8)
    I have to check this out once I have some spare time on my hands.

    #5103
    rpedde
    Participant

    @Strawp wrote:

    No plans to implement this, I take it?

    Shame, I’d like to create playlists like “most played” and “most recent”.

    I expect it will be in there shortly after next nightly.

    #5104
    Anonymous
    Inactive

    diff db-sql.c db-sql.c.orig
    1195,1198c1195
    <
    < strcat(query_rest, " order by artist, year, album, track");
    <
    < } else {

    > } else {
    1297,1298d1293
    < if(!browse)
    < strcat(query_rest, " order by artist, year, album, track");
    1334d1328
    < strcat(query_rest, " order by artist, year, album, track");
    1385d1378
    <

    #5105
    Anonymous
    Inactive

    @rpedde wrote:

    @Strawp wrote:

    No plans to implement this, I take it?

    Shame, I’d like to create playlists like “most played” and “most recent”.

    I expect it will be in there shortly after next nightly.

    I also like a feature to sort the playlists like “order by album, track” … is it still a request or included in which nightly release?

    Bye
    Alhifi

    #5106
    mattb
    Participant

    I’d also love to see this as well as being able to limit results, like how you can say SELECT TOP 100 in T-SQL. The combo of limiting with sorting (with random) could be very powerful!
    Since I have moved to a NAS, it’s a lot slower for my big smart playlists to load (~12000 songs fit the criteria).

    #5107
    Anonymous
    Inactive

    i for one would love to be able to sort not just my top abums but most listened tracks top artists and music genre

Viewing 6 posts - 11 through 16 (of 16 total)
  • The forum ‘Feature Requests’ is closed to new topics and replies.