Re: iTunes server SUCCESS!! Here are my notes

2005-01-06 Thread FreeBSD questions mailing list

Oh, there's one big caveat: there's apparently no way to tell iTunes
to look for a iTunes server, it does it automatically... and I
presume that it would NOT work over the internet, perhaps not even
over a different subnet.
TjL
hi,
here's a link to an application that will allow your iTunes to listen 
to a streaming iTunes server on the internet:
http://ileech.sourceforge.net/index.php?content=RendezvousProxy-Tutorial

have fun
Arno
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-05 Thread jason henson
You are welcome!  The script seems to be a little dated.  Entry
20041010 in /usr/src/UPDATING says you don't need KEYWORD: FreeBSD, and  
I think there are some other updates to the format too.  The old ones  
will continue to be supported for now.

On 01/04/05 13:49:18, Timothy Luoma wrote:
This outlines some extra steps I had to take to setup an iTunes  
server in FreeBSD 5.3

I followed the instructions at  
http://home.introweb.nl/~dodger/itunesserver.html

There are a few notes (I suspect those instructions are a bit old/ 
outdated in a few places):

ORIGINAL TEXT:
"Now you'll have to download Rendezvous.tar.gz from Apple. Go to  
http://www.opensource.apple.com/projects/rendezvous/source/Rendezvous.tar.gz,  
register and download the file to the directory /usr/ports/distfiles.  
After doing this, go back to /usr/ports/net/rendezvous (if needed)  
and type:"

CORRECTION:
Rendezvous is now found at  /usr/ports/net/p5-Net-Rendezvous
[Thanks to Jason Henson for pointing this out to me]
NEW #1:  /usr/local/etc/rc.d/mDNSResponder.sh didn't exist, so I  
copied it from /usr/ports/net/mDNSResponder/files/mDNSResponder.sh.   
Then I had to manually edit the file.  Mine now looks like this:

#!/bin/sh
# PROVIDE: mDNSResponder
# REQUIRE: NETWORKING
# KEYWORD: FreeBSD
. /etc/rc.subr
name=mDNSResponder
rcvar=`set_rcvar`
# CHANGE THIS to wherever it is installed
# It used to be installed to /usr/local/sbin/
command=/usr/local/bin/mDNSResponder
# DON'T change this here.  Change it in /etc/rc.conf
mDNSResponder_enable=${mDNSResponder_enable:-"NO"}
# OLD: These flags no longer seem to work (2005-01-04)
#mDNSResponder_flags=${mDNSResponder_flags:-"-b -n `/bin/hostname - 
s`"}

pidfile="/var/run/mDNSResponder.pid"
load_rc_config $name
run_rc_command "$1"
#EOF
NEW #2:
I added these lines to /etc/rc.conf:
daapd_enable="YES"
mDNSResponder_enable="YES"
FYI: here are the config files as I have them
$ cat /usr/local/etc/mDNSResponder.conf
FreeBSD iTunes server
_daap._tcp.
3689
$ cat /usr/local/etc/daapd.conf
Port3689
ServerName  daapd server
DBName  FreeBSD iTunes server
Password
Root/usr/home/itunes
Cache
Timescan2
RescanInterval  0
NOTE: I had to restart the FreeBSD system to get it to show up in  
iTunes.  Doesn't seem like it ought to be necessary, but it was for  
me.

I think those were all the steps I had to take.
I hope this will help anyone else who is trying to do the same.
TjL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-05 Thread Vincent Zee
On Wednesday,  5 January 2005 at 16:28:26 +0100, Gregory Nou wrote:
> Timothy Luoma wrote:
> 
> >
> >On Jan 4, 2005, at 2:10 PM, Alvaro J. Gurdián wrote:
> >
> >> Are you controlling iTunes (and all it's music library) on your Mac 
> >>from a FreeBSD box somewhere on the net, and playing it on the 
> >>FreeBSD box?
> >
> >
> >Oh, there's one big caveat: there's apparently no way to tell iTunes 
> >to look for a iTunes server, it does it automatically... and I presume 
> >that it would NOT work over the internet, perhaps not even over a 
> >different subnet.
> >
> >TjL
> >
> Did someone however try to install something like jTunes ? I was 
> wondering installing it, and would have appreciate some tips about it. 
> Anyway, thanks for the tips.
> 
> -- 
> GN
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

I'm using SlimServer (/usr/ports/audio/slimserver) which is great
for streaming music to wherever. It is written in Perl and is has
also a web interface.

Look here for more info: http://www.slimdevices.com/pi_features.html

/\
Vincent
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-05 Thread Andrew L. Gould
On Tuesday 04 January 2005 07:48 pm, Timothy Luoma wrote:
> On Jan 4, 2005, at 2:10 PM, Alvaro J. Gurdián wrote:
> >  Are you controlling iTunes (and all it's music library) on your
> > Mac from a FreeBSD box somewhere on the net, and playing it on the
> > FreeBSD box?
>
> Oh, there's one big caveat: there's apparently no way to tell iTunes
> to look for a iTunes server, it does it automatically... and I
> presume that it would NOT work over the internet, perhaps not even
> over a different subnet.
>
> TjL

You could share a music directory via webdav.  Doesn't Mac OSX supports 
webdav by default?

Andrew Gould
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-05 Thread Gregory Nou
Timothy Luoma wrote:
On Jan 4, 2005, at 2:10 PM, Alvaro J. Gurdián wrote:
 Are you controlling iTunes (and all it's music library) on your Mac 
from a FreeBSD box somewhere on the net, and playing it on the 
FreeBSD box?

Oh, there's one big caveat: there's apparently no way to tell iTunes 
to look for a iTunes server, it does it automatically... and I presume 
that it would NOT work over the internet, perhaps not even over a 
different subnet.

TjL
Did someone however try to install something like jTunes ? I was 
wondering installing it, and would have appreciate some tips about it. 
Anyway, thanks for the tips.

--
GN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-04 Thread Timothy Luoma
On Jan 4, 2005, at 2:10 PM, Alvaro J. Gurdián wrote:
 Are you controlling iTunes (and all it's music library) on your Mac 
from a FreeBSD box somewhere on the net, and playing it on the FreeBSD 
box?
Oh, there's one big caveat: there's apparently no way to tell iTunes to 
look for a iTunes server, it does it automatically... and I presume 
that it would NOT work over the internet, perhaps not even over a 
different subnet.

TjL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-04 Thread Bob Bomar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Jan 4, 2005, at 7:41 PM, Timothy Luoma wrote:
On Jan 4, 2005, at 2:10 PM, Alvaro J. Gurdián wrote:
This sounds very interesting.  But I am not sure I understand very 
well what exactly is the task you were trying to accomplish. Are you 
controlling iTunes (and all it's music library) on your Mac from a 
FreeBSD box somewhere on the net, and playing it on the FreeBSD box?

Because that sounds like something I might be interested in doing
It's mostly about impressing women, but there are more practical 
purposes as well :-)

iTunes is on my Mac, playing music which is stored on my FreeBSD 
machine.  They are both on the same private subnet.

The practical aspect of this is that I can remove my MP3 collection 
from my Powerbook and just keep it on the FreeBSD server.

If the FreeBSD machine were not behind a firewall, yes I could play my 
iTunes collection anywhere on the internet (and I suppose with some 
tweaking of my firewall, I still could) but that would be dealing with 
much smaller bandwidth.

If there were others on my subnet, yes, they too would be able to play 
music from the same collection.

I just setup a Samba server, and setup a directory that holds my music, 
then use
Hymn (playfair) to convert m4p to mp4, then lame and some other tools
to convert to mp3, and share the music across the network.  I tried 
using Netatalk, but
ran into some problems with file name lengths, and samba works just 
fine.

- --
Bob Bomar
[EMAIL PROTECTED]
http://bob.bomar.us
- ---
FreeBSD: The Power To Serve
http://www.FreeBSD.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFB20bI9Jm/aTrtdKoRAn6jAKCFaLtAtcDV5CLF4Bwk8pDxGlwmQwCeOGoG
gzEYGv2CBv6fvV65byTjadM=
=V82/
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-04 Thread Timothy Luoma
On Jan 4, 2005, at 2:10 PM, Alvaro J. Gurdián wrote:
This sounds very interesting.  But I am not sure I understand very 
well what exactly is the task you were trying to accomplish. Are you 
controlling iTunes (and all it's music library) on your Mac from a 
FreeBSD box somewhere on the net, and playing it on the FreeBSD box?

Because that sounds like something I might be interested in doing
It's mostly about impressing women, but there are more practical 
purposes as well :-)

iTunes is on my Mac, playing music which is stored on my FreeBSD 
machine.  They are both on the same private subnet.

The practical aspect of this is that I can remove my MP3 collection 
from my Powerbook and just keep it on the FreeBSD server.

If the FreeBSD machine were not behind a firewall, yes I could play my 
iTunes collection anywhere on the internet (and I suppose with some 
tweaking of my firewall, I still could) but that would be dealing with 
much smaller bandwidth.

If there were others on my subnet, yes, they too would be able to play 
music from the same collection.

TjL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: iTunes server SUCCESS!! Here are my notes

2005-01-04 Thread Alvaro J. Gurdián
This sounds very interesting.  But I am not sure I understand very well  
what exactly is the task you were trying to accomplish.
 Are you controlling iTunes (and all it's music library) on your Mac  
from a FreeBSD box somewhere on the net, and playing it on the FreeBSD  
box?

Because that sounds like something I might be interested in doing
Thanks,
Alvaro Gurdián
On Jan 4, 2005, at 1:49 PM, Timothy Luoma wrote:
This outlines some extra steps I had to take to setup an iTunes server  
in FreeBSD 5.3

I followed the instructions at  
http://home.introweb.nl/~dodger/itunesserver.html

There are a few notes (I suspect those instructions are a bit  
old/outdated in a few places):

ORIGINAL TEXT:
"Now you'll have to download Rendezvous.tar.gz from Apple. Go to  
http://www.opensource.apple.com/projects/rendezvous/source/ 
Rendezvous.tar.gz, register and download the file to the directory  
/usr/ports/distfiles. After doing this, go back to  
/usr/ports/net/rendezvous (if needed) and type:"

CORRECTION:
Rendezvous is now found at  /usr/ports/net/p5-Net-Rendezvous
[Thanks to Jason Henson for pointing this out to me]
NEW #1:  /usr/local/etc/rc.d/mDNSResponder.sh didn't exist, so I  
copied it from /usr/ports/net/mDNSResponder/files/mDNSResponder.sh.   
Then I had to manually edit the file.  Mine now looks like this:

#!/bin/sh
# PROVIDE: mDNSResponder
# REQUIRE: NETWORKING
# KEYWORD: FreeBSD
. /etc/rc.subr
name=mDNSResponder
rcvar=`set_rcvar`
# CHANGE THIS to wherever it is installed
# It used to be installed to /usr/local/sbin/
command=/usr/local/bin/mDNSResponder
# DON'T change this here.  Change it in /etc/rc.conf
mDNSResponder_enable=${mDNSResponder_enable:-"NO"}
# OLD: These flags no longer seem to work (2005-01-04)
#mDNSResponder_flags=${mDNSResponder_flags:-"-b -n `/bin/hostname -s`"}
pidfile="/var/run/mDNSResponder.pid"
load_rc_config $name
run_rc_command "$1"
#EOF
NEW #2:
I added these lines to /etc/rc.conf:
daapd_enable="YES"
mDNSResponder_enable="YES"
FYI: here are the config files as I have them
$ cat /usr/local/etc/mDNSResponder.conf
FreeBSD iTunes server
_daap._tcp.
3689
$ cat /usr/local/etc/daapd.conf
Port3689
ServerName  daapd server
DBName  FreeBSD iTunes server
Password
Root/usr/home/itunes
Cache
Timescan2
RescanInterval  0
NOTE: I had to restart the FreeBSD system to get it to show up in  
iTunes.  Doesn't seem like it ought to be necessary, but it was for  
me.

I think those were all the steps I had to take.
I hope this will help anyone else who is trying to do the same.
TjL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to  
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


iTunes server SUCCESS!! Here are my notes

2005-01-04 Thread Timothy Luoma
This outlines some extra steps I had to take to setup an iTunes server  
in FreeBSD 5.3

I followed the instructions at  
http://home.introweb.nl/~dodger/itunesserver.html

There are a few notes (I suspect those instructions are a bit  
old/outdated in a few places):

ORIGINAL TEXT:
"Now you'll have to download Rendezvous.tar.gz from Apple. Go to  
http://www.opensource.apple.com/projects/rendezvous/source/ 
Rendezvous.tar.gz, register and download the file to the directory  
/usr/ports/distfiles. After doing this, go back to  
/usr/ports/net/rendezvous (if needed) and type:"

CORRECTION:
Rendezvous is now found at  /usr/ports/net/p5-Net-Rendezvous
[Thanks to Jason Henson for pointing this out to me]
NEW #1:  /usr/local/etc/rc.d/mDNSResponder.sh didn't exist, so I copied  
it from /usr/ports/net/mDNSResponder/files/mDNSResponder.sh.  Then I  
had to manually edit the file.  Mine now looks like this:

#!/bin/sh
# PROVIDE: mDNSResponder
# REQUIRE: NETWORKING
# KEYWORD: FreeBSD
. /etc/rc.subr
name=mDNSResponder
rcvar=`set_rcvar`
# CHANGE THIS to wherever it is installed
# It used to be installed to /usr/local/sbin/
command=/usr/local/bin/mDNSResponder
# DON'T change this here.  Change it in /etc/rc.conf
mDNSResponder_enable=${mDNSResponder_enable:-"NO"}
# OLD: These flags no longer seem to work (2005-01-04)
#mDNSResponder_flags=${mDNSResponder_flags:-"-b -n `/bin/hostname -s`"}
pidfile="/var/run/mDNSResponder.pid"
load_rc_config $name
run_rc_command "$1"
#EOF
NEW #2:
I added these lines to /etc/rc.conf:
daapd_enable="YES"
mDNSResponder_enable="YES"
FYI: here are the config files as I have them
$ cat /usr/local/etc/mDNSResponder.conf
FreeBSD iTunes server
_daap._tcp.
3689
$ cat /usr/local/etc/daapd.conf
Port3689
ServerName  daapd server
DBName  FreeBSD iTunes server
Password
Root/usr/home/itunes
Cache
Timescan2
RescanInterval  0
NOTE: I had to restart the FreeBSD system to get it to show up in  
iTunes.  Doesn't seem like it ought to be necessary, but it was for me.

I think those were all the steps I had to take.
I hope this will help anyone else who is trying to do the same.
TjL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"