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.
Asked
Active
Viewed 6,181 times
1 Answers
15
And I just figured it out.
:pl-create my-playlist3to navigate to the playlists window- Highlight the new playlist and press
spaceto mark it. :add -p ~/Music/artist/to add songs from that directory to the marked playlist.
DeepDeadpool
- 1,185
- 1
- 12
- 22
-
1Great, 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
-
1You can also `cd` into `.config/cmus/playlists` and then `touch` files. Then follow the `:add -p...` part. – trashCODEer Nov 11 '21 at 22:46