aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-11 16:26:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-06-11 16:26:40 +0000
commit952a3c3ca92477087d808a5a7291a3577a1a75e4 (patch)
treeb53f72ea85bf1ae5de40889ed74acbeea42cc581 /README
parent7a1a4b96a066b497c7df75d02c213aca1db0f6c5 (diff)
downloadqmmp-952a3c3ca92477087d808a5a7291a3577a1a75e4.tar.gz
qmmp-952a3c3ca92477087d808a5a7291a3577a1a75e4.tar.bz2
qmmp-952a3c3ca92477087d808a5a7291a3577a1a75e4.zip
updated documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@965 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index 50287f5bf..0cec65364 100644
--- a/README
+++ b/README
@@ -15,22 +15,24 @@ Main opportunities:
- PCM WAVE support (and other formats provided by libsndfile library)
- AAC support
- CD Audio support
-- CUE support (including flac embeded cue)
+- CUE sheet support (experimental)
+- WavPack embedded CUE support (experimental)
+- FLAC embdeded CUE support (experimental)
- ALSA sound output
- JACK sound output
- OSS sound output
- PulseAudio output
-- Last.fm scrobbler
+- Last.fm/Libre.fm scrobbler
- Spectrum Analyzer
- projectm visualization
- sample rate conversion
- bs2b dsp effect
- streaming support (MP3, Vorbis via IceCast/ShoutCast)
-- device detection
+- removable device detection (via HAL)
- MPRIS support
- global hotkey support
-- video playback using Mplayer
-- lyrics support (from LyricWiki.org)
+- video playback via Mplayer
+- lyrics support (using LyricWiki.org)
Requirements:
- OS GNU Linux
@@ -76,7 +78,8 @@ cmake ./ -DUSE_JACK:BOOL=FALSE
Available options:
USE_MAD, USE_FLAC, USE_VORBIS, USE_MPC, USE_MODPLUG, USE_SNDFILE, USE_WAVPACK, USE_FFMPEG, USE_AAC,
USE_CUE, USE_MPLAYER, USE_CDA, USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_SRC, USE_BS2B, USE_ANALYZER, USE_MPRIS,
-USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_HOTKEY, USE_QMMP_DIALOG, USE_PROJECTM
+USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_HOTKEY, USE_QMMP_DIALOG, USE_PROJECTM,
+USE_FILEOPS
Also you can use ccmake for changing plugins configuration.
By default program will be installed in /usr/local. You can change default path by running: