Skip to content

Configuration File

Samarth Jugran edited this page Apr 23, 2022 · 5 revisions

Configuration

Config file is located in ~/.config/lyrics-in-terminal/lyrics.cfg

File Format

# config structure
[SECTION]
option=value

Default Config File

#DEFAULT OPTIONS
[OPTIONS]
player=spotify
source=google
alignment=left
interval=1500
autoswitch=on
# autoswitch can be set to on/off

# mpd config
mpd_host=127.0.0.1
mpd_port=6600
mpd_pass= <mpd server password here>

[BINDINGS]
#scroll
up=arrow_up
down=arrow_down
step-up=arrow_left
step-down=arrow_right
step-size=5

#source switch key
google=R
azLyrics=r

#text alignment
left=j
center=k
right=l

autoswitchtoggle = a
edit = e

delete=d
help=h
quit=q

Changing default player

If you choose to show lyrics from one player only then set autoswitch to off and change player name in config file.

Change player=<player_name> to your favorite player

Clone this wiki locally