Skip to content

Commit af91f29

Browse files
Update README.md
1 parent 8964140 commit af91f29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Then you can start a local music-sync-server using
5555

5656
To start a player use `music-sync-player`. By default this tries to connect to a server at `127.0.0.1:1333` (`--address`, `--port`). For more options check `music-sync-player --help`.
5757

58+
To get information about the current song playing and lyrics (if provided) in a terminal UI, you can use `music-sync-infoer`. By default this tries to connect to a server at `127.0.0.1:1333` (`--address`, `--port`). For more options check `music-sync-infoer --help`.
59+
5860
The ssh terminal on the server is used to control the server. The usernames and passwords are read from `users.json` (`--users-file`). You can manage the current playlist, pause and resume playback and set the playback volume for all clients. These commands are available:
5961
* `queue filename [position]` - Adds filename to the playlist at position or the end. You can use glob patterns to add multiple files.
6062
* `remove position` - Removes the song at position from the playlist

0 commit comments

Comments
 (0)