Package: vux Version: 0.4.9 Serverity: whishlist Hi!
I'm also using FLAC (lossless audio compression) and support for it
would be nice. Here's a suggestion for it:
--- xx/vux~ 2006-08-28 18:59:32.000000000 +0200
+++ xx/vux 2006-08-28 19:00:58.000000000 +0200
@@ -13,6 +13,8 @@
ogg_player_options=""
mp3_player="mpg321"
mp3_player_options="-d alsa -v"
+flac_player="flac123"
+flac_player_options="-d alsa09"
min_score=0
save_interval=30
vux_pid="$vux_dir/vux.pid"
@@ -747,6 +749,10 @@
player=$ogg_player
player_options=(${=ogg_player_options})
;;
+ (*.flac)
+ player=$flac_player
+ player_options=(${=flac_player_options})
+ ;;
(*)
$print_method ERROR: unrecognized format:
$print_method $current_song
--- xx/debian/control~ 2006-08-28 19:02:14.000000000 +0200
+++ xx/debian/control 2006-08-28 19:02:23.000000000 +0200
@@ -7,7 +7,7 @@
Package: vux
Architecture: all
-Depends: zsh (>> 4.2.1-8), vorbis-tools, mpg321 | mp3-decoder, lockfile-progs
+Depends: zsh (>> 4.2.1-8), vorbis-tools, mpg321 | mp3-decoder, flac123,
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: Zensur im Internet? Nein danke!
the second :
signature.asc
Description: Digital signature

