stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] contrib/mpd.lisp database browsing


From: Vitaly Mayatskikh
Subject: Re: [STUMP] contrib/mpd.lisp database browsing
Date: Sat, 21 Feb 2009 10:32:26 +0100
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI)

At Sat, 21 Feb 2009 00:27:10 +0100, Morgan Veyret wrote:
> 
> From 3c2208ad8f9763407a7155f1828d288e4fadfa82 Mon Sep 17 00:00:00 2001
> From: Morgan Veyret <address@hidden>
> Date: Sat, 21 Feb 2009 00:15:26 +0100
> Subject: [PATCH] Added playlist edition through mpd-browse-playlist menu.
> 
> Also:
>  - cleaned mpd-menu code
>  - added mpd-remove-track, mpd-swap-tracks commands
>  - added the possibility to add things to the playlist while browsing
>    without exiting the menu

It doesn't need 1- here now:

(defcommand mpd-play-track (track) ((:number "Track: "))
  (mpd-send-command (concat "play " (write-to-string (1- track)))))

-- 
wbr, Vitaly




reply via email to

[Prev in Thread] Current Thread [Next in Thread]