From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 12:07:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2728016A4CE for ; Fri, 5 Dec 2003 12:07:51 -0800 (PST) Received: from warp.phpwebhosting.com (warp.phpwebhosting.com [69.0.162.175]) by mx1.FreeBSD.org (Postfix) with SMTP id D10BD43FF9 for ; Fri, 5 Dec 2003 12:07:49 -0800 (PST) (envelope-from bsawyer@aloneincrowds.org) Received: (qmail 31374 invoked from network); 5 Dec 2003 20:07:37 -0000 Received: from unknown (HELO raistphrk.cableone.net) (24.116.72.243) by aloneincrowds.org with SMTP; 5 Dec 2003 20:07:37 -0000 From: Bill Sawyer To: freebsd-questions@freebsd.org Date: Fri, 5 Dec 2003 14:08:03 +0000 User-Agent: KMail/1.5.4 References: <1070653004.42128.8.camel@localhost.localdomain> In-Reply-To: <1070653004.42128.8.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312051408.03955.bsawyer@aloneincrowds.org> Subject: Re: xmms will only play 1 mp3 and then stop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:07:51 -0000 X-List-Received-Date: Fri, 05 Dec 2003 20:07:51 -0000 On Friday 05 December 2003 07:36 pm, Ray Seals wrote: > xmms will only play one MP3 and then will not play another one. The new > song will display the title but won't play. If I click the play button > it just blinks the display and show 00:00. This is the case with > selected mp3's from a directory or a play list. The only way to play > another mp3 is to exit out of X and restart X. I encountered a similar problem. I think it has to do with the way artsd interacts with sound sockets produced by xmms. I'd pretty much fixed the problem by using the command "artsdsp xmms" when running xmms, and then setting the output plugin to esd. I had problems with the oss plugin, and the native artsd plugin was similarly ineffective. A number of programmers have commented on the cumbersome nature of artsd, but I haven't explored the nature of their complaints in depth. Bill