From b8e8dfa25ad12c2aa4efd4450277e8664302d561 Mon Sep 17 00:00:00 2001 From: Shinichi Okada Date: Sun, 11 Jul 2021 15:06:30 +0900 Subject: [PATCH] README update --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f66759e..1bf73ce 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ ## Overview -Tera is an interactive music radio player. Play your favorite radio station, CRUD your favorite lists, and explore new radio stations from your terminal. +Tera is an interactive music radio player. Play your favorite radio station, CRUD your favorite lists, and explore new radio stations from your terminal. +Tera stores favorite list in the `~/.config/tera/favorite` directory and uses `~/.cache/tera` directory to keep search related results. ## Requirement @@ -53,6 +54,14 @@ mpv https://live.musopen.org:8085/streamvbr0 If it plays music you're ready to go. +## Uninstallation + +Remove followind directories. + +- tera directory. +- `~/.config/tera/` directory +- `~/.cache/tera` directory + ## Usage ### Commands @@ -65,6 +74,20 @@ tera ![start](https://raw.githubusercontent.com/shinokada/tera/main/images/radio1.png) +#### Player control + +| Keyboard | Description | +| ----------- | ------------------------------------ | +| p and SPACE | Toggle pause/unpause. | +| [ and ] | Descrease/increase speed by 10%. | +| { and } | Halve/double current playback speed. | +| q | Stop playing and quit. | +| / and * | Descrease/increase volume. | +| 9 and 0 | Descrease/increase volume. | +| m | Mute sound. | + + + #### Search Menu You can search by tag, name, language, country code, state, and advanced(todo).