Package:vux Version:0.4.9 Serverity:whishlist Hi!
I'm even using plain WAV files. Here's a suggested patch for WAV
playback:
--- xx/vux~ 2006-08-28 19:06:41.000000000 +0200
+++ xx/vux 2006-08-28 19:06:31.000000000 +0200
@@ -15,6 +15,8 @@
mp3_player_options="-d alsa -v"
flac_player="flac123"
flac_player_options="-d alsa09v"
+wav_player="alsaplayer"
+wav_player_options="-i text -q"
min_score=0
save_interval=30
vux_pid="$vux_dir/vux.pid"
@@ -753,6 +755,10 @@
player=$flac_player
player_options=(${=flac_player_options})
;;
+ (*.wav)
+ player=$wav_player
+ player_options=(${=wav_player_options})
+ ;;
(*)
$print_method ERROR: unrecognized format:
$print_method $current_song
--- xx/debian/control~ 2006-08-28 19:02:23.000000000 +0200
+++ xx/debian/control 2006-08-28 19:07:42.000000000 +0200
@@ -7,7 +7,7 @@
Package: vux
Architecture: all
-Depends: zsh (>> 4.2.1-8), vorbis-tools, mpg321 | mp3-decoder, flac123,
lockfile-progs
+Depends: zsh (>> 4.2.1-8), vorbis-tools, mpg321 | mp3-decoder, flac123,
alsaplayer-common, alsaplayer-text, lockfile-progs
Description: A rating-based, random ogg and mp3 player
vux is a command-line ogg and mp3 utility that plays songs according to
a rating system designed to keep track of user listening habits. By
MfG, JBG
--
Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481
Signature of: Wenn ich wach bin, träume ich.
the second :
signature.asc
Description: Digital signature

