Next: , Previous: Interactive Playlists, Up: Top



13 Sorting Playlists

The `emms-playlist-sort' module, defined in the emms-playlist-sort.el package provides functions for sorting Emms playlists. `emms-playlist-sort' can be loaded by invoking:

     (require 'emms-playlist-sort)
— Function: emms-playlist-sort-by-name

Sort playlist by name in ascending order.

— Function: emms-playlist-sort-by-info-artist

Sort playlist by artist in ascending order.

— Function: emms-playlist-sort-by-info-title

Sort playlist by title in ascending order.

— Function: emms-playlist-sort-by-info-album

Sort playlist by album in ascending order.

— Function: emms-playlist-sort-by-info-year

Sort playlist by year in ascending order.

— Function: emms-playlist-sort-by-info-note

Sort playlist by notes in ascending order.

— Function: emms-playlist-sort-by-score

Sort emms playlist by score in descending order.