summaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-10-10 22:43:49 +0200
committerGravatar waker <wakeroid@gmail.com>2012-10-10 22:43:49 +0200
commit1dd551a8a3c918ff97664e445d98b1d10a6f6c42 (patch)
treeb88fcf9a719f8a205c4332be2e0ff7f35a0d4243 /help.txt
parent406a77d1bd10e09e448a2ef80b88e59669794b11 (diff)
help.txt update
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/help.txt b/help.txt
index 1816d8e1..116b2a96 100644
--- a/help.txt
+++ b/help.txt
@@ -56,9 +56,14 @@ help file for deadbeef player
* KNOWN ISSUES
- global hotkeys configuration is buggy when using GTK3, this is a GTK3 bug:
+ GLOBAL HOTKEYS
+
+ configuration is buggy when using GTK3, this is a GTK3 bug:
https://bugzilla.gnome.org/show_bug.cgi?id=682826
+ there's a work-around: if the key combination field doesn't work, change to a different tab in the preferences dialog, and then back -- it should start working again.
+
+ FFMPEG
- ffmpeg devs have been breaking their APIs way too frequently, so i decided to wait until they stop.
- currently, if you need WMA playback, please use statically-built ffmpeg plugin.
- you should be able to find it in one of the static builds on the official deadbeef website.
+ the ffmpeg developers have been breaking their APIs many times before, and we were fixing the plugin again ang again, but this time (ffmpeg-0.11) they broke it in a way which makes it impossible to use together with deadbeef libmms plugin.
+ currently, if you need MMS+WMA playback (or any other functionality that requires ffmpeg), you can compile deadbeef manually with --enable-ffmpeg, if you have ffmpeg<=0.10 installed.
+ or you can use the statically-linked ffmpeg plugin, which can be found in any of the static builds provided on the official deadbeef website.