summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-21 20:42:37 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-21 20:42:37 +0100
commit908d64d63dec7b16825ee2737328f9b744b09be1 (patch)
treebb5d10bc8e7cf1a00338d464ce1e34df5d055311 /web
parent9832ee35c161a39a215f400639a69f713714243c (diff)
added faq
Diffstat (limited to 'web')
-rw-r--r--web/faq.txt59
-rw-r--r--web/index.html6
2 files changed, 65 insertions, 0 deletions
diff --git a/web/faq.txt b/web/faq.txt
new file mode 100644
index 00000000..906050af
--- /dev/null
+++ b/web/faq.txt
@@ -0,0 +1,59 @@
+A: I have PulseAudio, and I have playback problems (noise, distortion, wrong speed, no sound, etc)
+
+Q: Disable PulseAudio
+
+--
+
+A: I don't get it. Yes, indeed I have PulseAudio, but in Deadbeef I select ALSA output, and I get playback problems.
+
+Q: PulseAudio tricks applications by providing ALSA-plugin that routes sound from application to PulseAudio via ALSA API.
+
+--
+
+A: Is it planned to support PulseAudio natively?
+
+Q: No one works on that right now. You can write the output plugin yourself. Send me the patch, I'll include it in the next release.
+
+--
+
+A: I don't like your tone.
+
+Q: GTFO!
+
+--
+
+A: Is it planned to support multiple playlists and EQ?
+
+Q: Yes
+
+--
+
+A: Is it planned to make Windows and/or OSX ports?
+
+Q: No
+
+--
+
+A: Playlist, settings, etc are not saved if I kill X session, shut down or restart computer, etc
+
+Q: That is not fixed yet. But it is work in progress. Please don't bother me with that unless you have a patch that fixes it.
+
+--
+
+A: Deadbeef takes too much CPU% when playing mp3/ogg/flac.
+
+Q: Try to reduce SRC quality in preferences window
+Q: Try to check "Use software ALSA resampling" box
+Q: See the PulseAudio questions above
+
+--
+
+A: Deadbeef takes too much CPU% when playing APE files.
+
+Q: That's normal. Consider switching to wavpack or flac.
+
+--
+
+A: I have 50 ideas about what features must be added to the player!!!111oneone. Can i become idea-generator of the project, so that I tell, and developers do what I ask for?
+
+Q: No
diff --git a/web/index.html b/web/index.html
index ac54878d..f47a71e4 100644
--- a/web/index.html
+++ b/web/index.html
@@ -34,11 +34,17 @@
font-size: 80%;
margin-bottom: 0.5em;
}
+ #faq {
+ color: #ff0000;
+ font-size: 120%;
+ font-weight: bold;
+ }
</style>
<body>
<ul id='header'>
<li><a href="#news">News</a></li>
<li><a href="#about">About</a></li>
+ <li><a id='faq' href="faq.txt">F.A.Q.</a></li>
<li><a href="#license">Copying</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#bugs">Reporting Bugs</a></li>