This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
terminal:cmus [2022/03/14 22:23] nanodano [Playlists] |
terminal:cmus [2022/03/14 22:48] (current) nanodano |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ===== Getting help ===== | ===== Getting help ===== | ||
| - | There is a man page with lots of information. | + | There is a man page with lots of information. Man page 7 is a basic tutorial. |
| <code bash> | <code bash> | ||
| - | # Read cmus documentation | + | # Read general |
| man cmus | man cmus | ||
| + | |||
| + | # Read cmus tutorial | ||
| + | man 7 cmus | ||
| </ | </ | ||
| Line 27: | Line 30: | ||
| - | It is like vim. There is the mode where you are browsing and tabbing through the music. You can use the arrow keys or vim-like ``j`` and ``k`` to move around. Press ``TAB`` to switch from the artist/ | ||
| - | Type ``:`` to begin entering commands. There is also tab completion. | ||
| + | ===== Manage library ===== | ||
| - | + | The library lives in '' | |
| - | ===== Basic commands ===== | + | |
| < | < | ||
| # Add music from disk | # Add music from disk | ||
| :add ~/Music | :add ~/Music | ||
| + | </ | ||
| + | Alternatively, | ||
| + | |||
| + | To remove a song from the library, press '' | ||
| + | |||
| + | To clear the library, use '': | ||
| + | |||
| + | < | ||
| # Remove all music from list | # Remove all music from list | ||
| :clear | :clear | ||
| + | </ | ||
| + | ===== Save settings ===== | ||
| + | |||
| + | If you ever want to save settings, run '': | ||
| + | |||
| + | < | ||
| + | :save | ||
| + | </ | ||
| + | |||
| + | ===== Browse library ===== | ||
| + | |||
| + | Press '' | ||
| + | |||
| + | |||
| + | ===== Search ===== | ||
| + | |||
| + | To search, type ''/'' | ||
| + | |||
| + | ===== Play songs ===== | ||
| + | |||
| + | You can press '' | ||
| + | |||
| + | < | ||
| # To play, press `x`, or run commands: | # To play, press `x`, or run commands: | ||
| : | : | ||
| Line 49: | Line 81: | ||
| </ | </ | ||
| - | ===== Searching ===== | + | If you find a song you want to play in the browser, just press ENTER on the song to play it. |
| - | To search, type '' | + | |
| + | ===== Queue a song ===== | ||
| + | |||
| + | Press '' | ||
| + | |||
| + | Press '' | ||
| ===== Playlists ===== | ===== Playlists ===== | ||
| - | Press '' | + | Create a playlist with '': |
| + | |||
| + | Press '' | ||
| + | |||
| + | Press '' | ||
| + | |||
| + | Use '' | ||
| - | Playlists are stored in '' | + | ===== Shuffle, Repeat, Continue ===== |
| - | Create a playlist with '' | + | In the bottom right, there are four flags: |
| + | * Continue - '' | ||
| + | * Repeat - '' | ||
| + | * Shuffle - '' | ||
| + | * Follow - '' | ||