Re: [Musicpd-dev-team] Regarding Windows builds of MPD

2013-12-13 Thread Sean McNamara
Hi, As a potential user (:)) of the Windows builds, I would like to propose that: 1. For now, you make a "tested" build based on git master, which you have personally evaluated and find that it is mostly correct, except for any platform-independent bugs that are already known but not yet fixed. T

Re: [Musicpd-dev-team] MPD coding

2013-05-09 Thread Sean McNamara
Hi, You can edit the source code using ANY text editor by just opening the files. There's nothing exotic in there; just c/c++ source files, headers, automake/autoconf stuff, and Makefile.in. You build the code by running the configure script, which you can either use the pre-existing one on a dow

Re: [Musicpd-dev-team] Despotify crash

2013-03-03 Thread Sean McNamara
publish my code, and (probably) whether I even finish doing it. Thanks, Sean On Sun, Mar 3, 2013 at 3:29 AM, Simon Kagstrom wrote: > On Sat, 2 Mar 2013 02:10:32 -0500 > Sean McNamara wrote: > >> Thanks for your excellent work on the Despotify plugin for mpd! > ' >

Re: [Musicpd-dev-team] [PATCH 0/3]: Add despotify documentation

2013-03-01 Thread Sean McNamara
Hi Simon, Thanks for your excellent work on the Despotify plugin for mpd! I tried compiling mpd from git, linked against despotify from your github, and am getting a crash (see below) when playing spt://spotify:track:0VOwC7LKb6KffcjTtrOSAH (or *any* spotify track for that matter). How do I know

Re: [Musicpd-dev-team] [PATCH] Add tag support to DSD decoders

2012-08-08 Thread Sean McNamara
On Wed, Aug 8, 2012 at 12:23 PM, Jurgen Kramer wrote: > On Wed, 2012-08-08 at 17:56 +0200, Max Kellermann wrote: >> On 2012/08/08 17:48, Jurgen Kramer wrote: >> > On Tue, 2012-08-07 at 20:02 +0200, Max Kellermann wrote: >> > > On 2012/08/03 15:22, Jurgen Kramer wrote: >> > > > Commit: >> > > > h

Re: [Musicpd-dev-team] Bounty for custom development

2011-01-28 Thread Sean McNamara
Max, On Fri, Jan 28, 2011 at 2:56 AM, Max Kellermann wrote: > On 2011/01/27 18:11, Tim Carter wrote: >> What I need is for MPD to retain persistent play history for a given >> playlist.  The goal is to enhance the 'repeat' functionality so that a >> given song would not repeat until the entire l

Re: [Musicpd-dev-team] Bounty for custom development

2011-01-25 Thread Sean McNamara
Hi Tim, This is the first time I've heard of a bounty related to mpd :-) There is no harm in posting your bounty proposal to the list; since the code is GPL, you are essentially donating money for the development of open source software. That is cool. I'll forewarn you that our community is very

Re: [Musicpd-dev-team] MPD Audio Output settings

2010-12-21 Thread Sean McNamara
On Tue, Dec 21, 2010 at 5:11 PM, CarstenBreuer wrote: > Hi Sean, > > > thank you very much for your explanations > about PulseAudio. I was able to play audio > with MPD over the SPDIF output of the synergy > soundcard, but i have to configure it from > the GUI. > > The following questions are left

Re: [Musicpd-dev-team] MPD Audio Output settings

2010-12-20 Thread Sean McNamara
On Mon, Dec 20, 2010 at 7:45 PM, CarstenBreuer wrote: > Hi Sean, > hi all, > > first of all thank you for the very detailed answer. > I appreciate that :-). > >>> 1. How do i get a list of the available channels in >>>   MPD/Alsa notation (hw:x,x or plughw:x,x)? >> Device enumeration in ALSA is a

Re: [Musicpd-dev-team] MPD Audio Output settings

2010-12-20 Thread Sean McNamara
Hi, On Mon, Dec 20, 2010 at 1:14 PM, Carsten Breuer wrote: > Hi all, > > > i'm using mpd for almost a decade now and it always > works great. I had used the oss output drivers, because > it was very easy to get mpd installed and configured > with in in 5 minutes. I had only to look for > what /de

Re: [Musicpd-dev-team] No WAV support?

2009-01-21 Thread Sean McNamara
On Wed, Jan 21, 2009 at 10:56 AM, Grant wrote: > gmpc isn't picking up a few WAV files I have. Is there no support in > mpd for WAV? How about AIFF? Only indirectly via ffmpeg. If you compile in ffmpeg support to mpd, and your ffmpeg build supports it, then mpd supports it. -Sean > > - Grant