Skip to content

Commit 4f2a950

Browse files
committed
Update playlist docs
1 parent f422566 commit 4f2a950

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,9 @@ title = "My Song"
9494
artist = "My Artist"
9595
```
9696

97-
Run `cliamp` without arguments to browse and play your playlists:
97+
Press `p` to open the playlist manager where you can browse playlists, add the currently playing track, remove tracks, and delete playlists. Select "+ New Playlist..." to create one from scratch.
9898

99-
```sh
100-
./cliamp # opens playlist browser
101-
```
102-
103-
Use arrow keys to navigate, Enter to load a playlist. Press `Esc`/`b` during playback to return to the browser and pick another. Press `p` to open the playlist manager — browse playlists, add/remove tracks, and delete playlists.
99+
If you have local playlists or Navidrome configured, press `Esc`/`b` to open the provider browser and switch between playlists. Without any arguments or providers, cliamp connects to the built-in radio channel.
104100

105101
See [docs/playlists.md](docs/playlists.md) for the full guide.
106102

docs/playlists.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,13 @@ HTTP/HTTPS paths are automatically treated as streams.
8787

8888
### Browsing and Loading Playlists
8989

90-
When TOML playlists exist on disk, running `cliamp` without arguments opens the playlist browser:
90+
Running `cliamp` without arguments connects to the built-in radio channel. If Navidrome is configured, it opens the provider browser instead.
9191

92-
```sh
93-
cliamp
94-
```
95-
96-
Navigate with `Up`/`Down` (or `j`/`k`) and press `Enter` to load a playlist. Tracks are added to the player and playback starts immediately.
97-
98-
To switch to a different playlist, press `Esc` or `b` during playback to return to the browser and pick another one. Press `Tab` to jump back to the now-playing playlist without reloading.
92+
To browse your local playlists, press `Esc` or `b` during playback to open the provider browser. Navigate with `Up`/`Down` (or `j`/`k`) and press `Enter` to load a playlist. Tracks replace the current playlist and playback starts immediately. Press `Tab` to jump back to the now-playing playlist without reloading.
9993

10094
If Navidrome is also configured, both sources appear in the same list with provider labels (e.g., `[Navidrome] Jazz`, `[Local Playlists] favorites`).
10195

102-
You can also start with CLI files and browse playlists later — press `Esc`/`b` to open the browser at any time:
96+
You can start with CLI files and browse playlists later:
10397

10498
```sh
10599
cliamp song.mp3 # starts playing, Esc opens browser

0 commit comments

Comments
 (0)