summaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-08 19:20:47 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-08 19:58:40 +0200
commitd8b85e164868053bd636cf0d0e07dffc52d2ab35 (patch)
treeeb4493141c398bdea2ddd276acebf21c048a43f8 /help.txt
parentb9677e54026d981285fc7d6417c7f47f7e054d86 (diff)
pre-0.2.0 fixed; added help window
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/help.txt b/help.txt
new file mode 100644
index 00000000..818b3943
--- /dev/null
+++ b/help.txt
@@ -0,0 +1,46 @@
+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.
+
+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.
+
+HOTKEYS PLUGIN CONFIGURATION
+
+create file in $HOME/.config/deadbeef/hotkeys
+syntax is following:
+
+<key_combination>: <action>
+
+some examples:
+
+Ctrl Alt c: toggle_pause
+Ctrl Alt z: prev
+Ctrl Alt b: next
+Ctrl Alt v: stop
+Ctrl Alt x: play
+Ctrl Alt n: play_random
+
+full list of actions:
+
+toggle_pause, play, prev, next, stop, play_random, seek_fwd, seek_back, volume_up, volume_down
+
+LAST.FM PLUGIN CONFIGURATION
+
+create file in $HOME/.config/deadbeef/lastfm
+
+file must have 2 lines:
+your_lastfm_login
+your_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.
+
+