10

Question's in the title, really. Cmus documentation is pretty light on how to create new play lists, add songs to them, and then play them. I'd like to know step-by-step how to do that.

DeepDeadpool
  • 1,185
  • 1
  • 12
  • 22

1 Answers1

15

And I just figured it out.

  • :pl-create my-playlist
  • 3 to navigate to the playlists window
  • Highlight the new playlist and press space to mark it.
  • :add -p ~/Music/artist/ to add songs from that directory to the marked playlist.
DeepDeadpool
  • 1,185
  • 1
  • 12
  • 22
  • 1
    Great, never seen the option (:pl-create) before. Helped me out with being able to create playlists. PS once you have created a playlist be sure to save it with :save -p nameoflist – James Cobb Aug 16 '22 at 18:18
  • 1
    You can also `cd` into `.config/cmus/playlists` and then `touch` files. Then follow the `:add -p...` part. – trashCODEer Nov 11 '21 at 22:46