Package: vux Version: 0.4.9 Serverity: whishlist Hi!
This is a patch I suggest to get current song's filename:
--- xx/vux~ 2006-08-28 19:21:48.000000000 +0200
+++ xx/vux 2006-08-28 20:45:42.000000000 +0200
@@ -901,7 +901,7 @@
do
$print_method -n "$i "
case $i in
- ("pause"|"resume"|"start"|"stop"|"reload"|"save"|"history"|"after")
+
("pause"|"resume"|"start"|"stop"|"reload"|"save"|"history"|"after"|"info")
ctl_action="$i"
;;
("next"|"previous"|"forward"|"replay")
@@ -1031,6 +1031,9 @@
done
print -u 8
;;
+ ("info")
+ print -u 8 "info: $current_song"
+ ;;
("after")
last_song=1
print -u 8 "vux: will quit after this song."
@@ -1062,6 +1065,7 @@
pause Pause or resume player
resume Resume player
+ info Get current song filename
stop Quit vux
reload Reload scorelist from file
save Save scorelist to file
MfG, JBG
--
Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481
Signature of: Alles wird gut! ...und heute wirds schon ein bißchen
besser.
the second :
signature.asc
Description: Digital signature

