From af91f291f4cbd5a99e35f166bf710be7643058e2 Mon Sep 17 00:00:00 2001 From: Leon Vack Date: Thu, 1 Feb 2018 16:50:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff98f86..7f86976 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ Then you can start a local music-sync-server using 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`. +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`. + 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: * `queue filename [position]` - Adds filename to the playlist at position or the end. You can use glob patterns to add multiple files. * `remove position` - Removes the song at position from the playlist