Re: iTunes sharing over the internet

2013-01-04 Thread Daniel Sabsay
Hi Scot, Have you tried Simplify? http://appyourmac.com/2009/08/simplify-media-your-streaming-music-server/ -- ~~ Daniel Sabsay, Cybernetic Moments http://cyberneticmoments.com Superstition is slavery On Jan 3, 2013, at 11:10 PM, Scot

Re: iTunes sharing over the internet

2013-01-04 Thread Scot Hacker
Hmm, when I click through to download, I see this: Google has acquired Simplify Media. For media inquiries, please contact... Perhaps Simplify got absorbed as part of music.google.com (or will be soon)? On Jan 4, 2013, at 12:11 AM, Daniel Sabsay danielsab...@pacbell.net wrote: Hi Scot,

Re: iTunes sharing over the internet

2013-01-04 Thread Derek Chesterfield
I've not tried it, but I've been intrigued by Slink. https://itunes.apple.com/app/slink/id402358338?mt=12 Slink is the easy way to remotely access your home network. Listen to your iTunes music and watch your movies from anywhere, get the files from your home Mac or Time Capsule that you

Re: iTunes sharing over the internet

2013-01-04 Thread LuKreme
On 04 Jan 2013, at 00:10 , Scot Hacker shac...@birdhouse.org wrote: On Jan 3, 2013, at 7:45 PM, LuKreme krem...@kreme.com wrote: I found it rather easy to build two library files for iTunes. One for Match with 24880 files an one for everything else. So when you're listening to your

Re: iTunes sharing over the internet

2013-01-04 Thread Scot Hacker
On Jan 4, 2013, at 3:14 AM, LuKreme krem...@kreme.com wrote: The Music MAtch library contains the stuff that I listen to, and anything I wold ever want to listen to idly while doing something else. The stuff not in the match library is stuff that I would not listen without making

Re: shell script

2013-01-04 Thread William Ehrich
I wrote: I'm trying to write a shell script (in a tcsh) which uses a filename argument without its extension: filename=$1:r echo filename doesn't work. What is the right way to do it? This works (it just needed the #!): #! echo $1:r ~/pp shellscript boo.com boo