question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sort columns in TracksList

See original GitHub issue

This is a to-do thing: we must be able to add/remove/rearrange metatags columns. Not the most urgent thing though.

  • asc/desc sort on click

Sorting algorithms

Default: 

const querySort = {
    'loweredMetas.artist': 1,
    'year': 1,
    'loweredMetas.album': 1,
    'disk.no': 1,
    'track.no': 1
};

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:34 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
martpiecommented, Mar 2, 2018

Going through the whole thing, I do not think it makes any sense to add sorting for playlists.

1reaction
martpiecommented, Nov 23, 2016

@dkniffin Ofc

    "open-sans-fontface": "1.4.0",
    "react-bootstrap": "0.30.7",
    "react-fontawesome": "1.4.0",
    "react-keybinding-component": "0.4.1",
    "react-redux": "4.4.6",
    "react-router": "3.0.0",
    "react-router-bootstrap": "0.23.1",
    "react-simple-input": "0.3.1",
    "svg-inline-react": "1.0.2",

For TracksList, it’s specific too much, there’s absolutely no problem in building a complex component.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Apple Music on Mac: Sort Songs by Artist and Album/Year
"Your music can be sorted by up to five categories (Genres, Artists, Albums, Composers, and Groupings), divided into columns. As you select an ......
Read more >
Change the sort order in iTunes - Sort by multiple columns
The easiest way to sort the songs currently visible is to apply a single click on the column by which you want to...
Read more >
[Playlists] More Playlist Sorting Options/Columns
Sort options within Spotify are severely lacking. First, what's lacking outright: sort by year , total plays , personal playcount , current.
Read more >
Sort Columns In SONGS, ALBUMS or ARTISTS View
While all of your Scanned Songs, Albums and Artists are listed alphabetically (Numbers before letters) in your Library, the ability to sort columns...
Read more >
Sort in Multiple Columns - MusicBee
I guess you are asking to be able to sort by multiple columns - in your case firstly by artist, and then by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found