-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
37 lines (22 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
GNU clapl
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/license/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Author: Torsten Lehmann
Contact:[email protected]
###### CONTROLS #####
vim-like keybindings
navigating artist and album via 'j' and 'k'
navigating tracks via 'n' (next) and 'b' (previous)
start playing: 'p' or 'ENTER'
'TABULAR' is switching between artist and album selection
'r': redraw the hole terminal
':' opens a simple command line
press 'q' to quit
you may find the config file in at '.config/clapl/'
#### some technical information #####
It is using ncurses to draw into the terminal.
The playback uses the ffmpeg api aswell as libao.
The music library is stored in a sqlite3 database in the config folder.
The program is combined with a simple parser for configuration files, so you can change some settings.
Because I still struggle creating PKGBUIL files there is none yet. I hope some time in the future I will be able to provide this aswell.