diff options
author | lukem <lukem> | 2003-02-06 09:44:32 +0000 |
---|---|---|
committer | lukem <lukem> | 2003-02-06 09:44:32 +0000 |
commit | c8979880043cbec079065af9f0f0bce74e147f12 (patch) | |
tree | 9f73f16476018eb06afcbbe28723caab8b96e970 /audio/xmms | |
parent | 4d2597c9954c119b0a1bda2c541810c6eea61aa0 (diff) | |
download | pkgsrc-c8979880043cbec079065af9f0f0bce74e147f12.tar.gz |
Add instructions on how to configure XMMS to play audio CDs;
it wasn't obvious, at least to a few people I spoke with.
Thanks to Valeriy Ushakov (uwe@) for helping me work this out...
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/MESSAGE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmms/MESSAGE b/audio/xmms/MESSAGE new file mode 100644 index 00000000000..19bc8ac1072 --- /dev/null +++ b/audio/xmms/MESSAGE @@ -0,0 +1,11 @@ +If you wish to use the Audio CD playback capability of XMMS, you need +to configure XMMS in the following manner: + +1. Select "Options" -> "Preferences" (or press Control-P) +2. Select "Audio I/O Plugins" tab +3. Configure "CD Audio Player ... [libcdaudio.so]" +4. Change "Device:" to the raw partition of your CD player (e.g., `/dev/cd0d'). +5. Change "Directory:" to an existing (empty) directory to be used within the + XMMS file selection dialog boxes as the path to select tracks on audio CDs + (e.g., `/cdrom/'). +6. Select "OK" to save the changes. |