From d07ca1cd1efe3d73350723ef40768372b1032cfa Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 8 Nov 2009 21:24:58 +0100 Subject: updated help.txt --- help.txt | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) (limited to 'help.txt') 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: -: +hotkeys.keyN : -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 +lastfm.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 + -- cgit v1.2.3