summaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 21:24:58 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 21:24:58 +0100
commitd07ca1cd1efe3d73350723ef40768372b1032cfa (patch)
tree3c58197e9fed361a2625d8300e5ecc138e60bd2d /help.txt
parente386248fcc7906d150cb476024f2c3d8ae760a38 (diff)
updated help.txt
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt40
1 files changed, 18 insertions, 22 deletions
diff --git a/help.txt b/help.txt
index 9733e09d..449ae97d 100644
--- a/help.txt
+++ b/help.txt
@@ -2,31 +2,28 @@ help file for deadbeef player
CONFIGURATION
-currently there's no gui for configuration.
-there is one config file for player core, and separate file per plugin.
+currently GUI configuration is incomplete, so editing configuration file is a necessity.
+since 0.3.0 release, all configuration is stored in single file:
+$HOME/.config/deadbeef/config
-MAIN CONFIG FILE
-
-example is located in PREFIX/share/doc/deadbeef/config-example
-copy it into $HOME/.config/deadbeef/config, and modify according to your needs.
+generally, you should run player once, then exit it (to generate config), then edit it by hand.
HOTKEYS PLUGIN CONFIGURATION
-create file in $HOME/.config/deadbeef/hotkeys
syntax is following:
-<key_combination>: <action>
+hotkeys.keyN <key_combination>: <action>
-some examples:
+example (note the numbers - must be like that):
-Ctrl Alt c: toggle_pause
-Ctrl 0x76: prev
-Ctrl Alt b: next
-Ctrl Alt v: stop
-Ctrl Alt x: play
-Ctrl Alt n: play_random
-Super u: volume_up
-XF86AudioLowerVolume: volume_down
+hotkeys.key1 Ctrl Alt c: toggle_pause
+hotkeys.key2 Ctrl 0x76: prev
+hotkeys.key3 Ctrl Alt b: next
+hotkeys.key4 Ctrl Alt v: stop
+hotkeys.key5 Ctrl Alt x: play
+hotkeys.key6 Ctrl Alt n: play_random
+hotkeys.key7 Super u: volume_up
+hotkeys.key8 XF86AudioLowerVolume: volume_down
full list of actions:
@@ -34,15 +31,14 @@ toggle_pause, play, prev, next, stop, play_random, seek_fwd, seek_back, volume_u
LAST.FM PLUGIN CONFIGURATION
-create file in $HOME/.config/deadbeef/lastfm
-
-file must have 2 lines:
-your_lastfm_login
-your_lastfm_password
+lastfm.login <LOGIN>
+lastfm.password <PASSWORD>
you can see if it works by looking at lastfm profile page after you start playing music (it should say something like "now playing with DeaDBeeF")
also note, that it's subject to last.fm policy to submit songs under certain rules.
songs without at least Artist and Title tags will not be submitted.
+COLUMNS CONFIGURATION
+<TODO: write this>