Re: [Musicpd-dev-team] Patches for cuesheet support

2010-01-04 Thread Max Kellermann
On 2010/01/03 15:05, Jon Heier snakeb...@jvnv.net wrote:
 When I issue mpc load filename.cue, I get this from mpd (running
 with --no-daemon --stdout --stderr -v) without the first patch:

None of these are MPD error messages, so I guess libcue is misbehaving
and writes to stderr (which a library shouldn't do, ever).

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Patch for mpc to add support for environment variables

2010-01-04 Thread Jeffrey Middleton
I guess MPC_FORMAT would provide an alternative to aliasing, for people who
always want their status messages different?

On Mon, Jan 4, 2010 at 4:14 PM, Max Kellermann m...@duempel.org wrote:

 On 2010/01/04 22:51, Jeff Frasca phaed...@u.washington.edu wrote:
  I put a git repo on my server and pushed the changes there, you can grab
  it with:
 
   git pull http://sasquatch-labs.org/git/mpc.git master
 
  It adds support for the environment variables 'MPC_HOST', 'MPC_PORT',
  'MPC_FORMAT' and 'MPC_PASSWD'.  They set the same settings as the
  -h, -p, -f and -P options.  They are read before option parsing, so
  anything specified on the command line overrides the environment.

 mpc already supports MPD_HOST and MPD_PORT, and you can specify a
 password in MPD_HOST.

 What remains in your patch is the MPC_FORMAT variable, but what is the
 point of that?


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 Musicpd-dev-team mailing list
 Musicpd-dev-team@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team


Re: [Musicpd-dev-team] Patch for mpc to add support for environment variables

2010-01-04 Thread Max Kellermann
On 2010/01/04 23:37, Jeff Frasca phaed...@u.washington.edu wrote:
 Because I missed it when I read the man-page (normally, you would put
 the documentation for environment variables in a separate section, see  
 the main git man page, for example).

Good idea.  Documentation patches are welcome.

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team