Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jul 11, 2021
1 parent fa0ab6c commit b8e8dfa
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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).
Expand Down

0 comments on commit b8e8dfa

Please sign in to comment.