From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 05:06:01 2005 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 C547916A4CE for ; Thu, 27 Jan 2005 05:06:01 +0000 (GMT) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2682643D49 for ; Thu, 27 Jan 2005 05:06:01 +0000 (GMT) (envelope-from acurtis@ieee.org) Received: from [192.168.1.103] ([151.203.246.97]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050127050600.PHUK24714.out010.verizon.net@[192.168.1.103]>; Wed, 26 Jan 2005 23:06:00 -0600 In-Reply-To: <015201c50422$58a7ac70$c900a8c0@ostros> References: <64fe0420ea6b5eb51f0bff3c1e1b8f2d@ieee.org> <001001c503fe$48c9d310$c900a8c0@ostros> <011601c50406$d175cb80$c900a8c0@ostros> <682766fa3878c76da654158f68ae8991@ieee.org> <011f01c50409$f5746570$c900a8c0@ostros> <013f01c5040c$afe18bc0$c900a8c0@ostros> <014601c50418$e4e905d0$c900a8c0@ostros> <92cd31fc675555431b7b7c88a11ac9b4@ieee.org> <015201c50422$58a7ac70$c900a8c0@ostros> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8602d0eb03aae05439059118d1cbd514@ieee.org> Content-Transfer-Encoding: 7bit From: Alan Curtis Date: Thu, 27 Jan 2005 00:05:56 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.619.2) X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [151.203.246.97] at Wed, 26 Jan 2005 23:06:00 -0600 Subject: Re: mDNS, daapd iTunes etc 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: Thu, 27 Jan 2005 05:06:01 -0000 OK, I got it working. Sort of. With some offline help from Thomas Foster (with Thanks). I deinstalled and reinstalled mDNSResponder. That port now puts a file mdns.sh in /usr/local/etc/rc.d which starts mdnsd -- whatever that is. I created a new file mDNSResponder.sh which contains the mdns.sh script from http://www.section6.net/help/daapd.php. I set up everything else as detailed there. I rebooted. And I am able to see the server from iTunes on my mac. However, most of the songs have neither artist or any other tag and the time field says Continuous. How do I fix that? And does anyone know what all these versions of mdns are? Alan