wow, found this programme, looks like I can do it
http://www.mac360.com/index.php/mac3...a_penny_a_day/
wow, found this programme, looks like I can do it
http://www.mac360.com/index.php/mac3...a_penny_a_day/
you might also look at directory synch with rsync. Already on your mac, no pretty front end though...
EDIT--
In a brief search I came across this page: http://www.macdevcenter.com/pub/a/ma...erminal_5.html
It also talks about ditto which in skimming the page will maintain resource forks and owner/permissions...
--m
I just use rsync. I created a quick shell script for "backing up" my .mov and .mp3 (and .m4a) files. Put it behind your "front end" and you're all set
ok... well my Mac isn't in my car yet, but it is in another room on wireless.
Car: 1997 VW Passat TDI moving to
1985 Mercedes-Benz 300D
CPU: HP ePC 1gig/256meg/250 gig
Status: Ghetto Install w/Inverter,
Xenarc & GPS & RadioShark
ToGo: DC-to-DC conversion, Grease conversion
Thanks.
Would it be possible to see a copy of your script?
I would like to learn how to script and this could be a good place to start.
I don't have it at my fingertips, but my Applescript O'Reilly book demonstrates how to use Applescript to connect to a remote machine and compare one directory to another. It would be a simple matter to copy the differences over at that point.
If you want an Applescript (rather than a shell script) example, I could see if I can find it for you.
Want to:
-Find out about the new iBug iPad install?
-Find out about carPC's in just 5 minutes? View the Car PC 101 video
rsync -avz <user_name>@<ip_address_or_host>:~/Music/ ~/Music/
rsync would sync the files, but how would Itunes know to add the new music to its library?
"If it works this good why F with it?" -KMFDM "Intro"
Strive for ethical wardriving: http://faq.wardrive.net/
My CarCPUs: v1 - 2000 | v2 - 2004
Mp3Car Meets: http://detrimental.org/eyecandy/MP3CarMeets
Originally Posted by BenjaminS
Yup, that's the ticket! don't forget to go the other way if you're loading/ripping music from your car computer
![]()
Car: 1997 VW Passat TDI moving to
1985 Mercedes-Benz 300D
CPU: HP ePC 1gig/256meg/250 gig
Status: Ghetto Install w/Inverter,
Xenarc & GPS & RadioShark
ToGo: DC-to-DC conversion, Grease conversion
GOOD point. I don't use iTunes to play music... so I'll have to look into that. I use MegaSeg and import the whole music directory after syncing.Originally Posted by kandyman676
Can the current versions of iTunes import it's own directory to add songs put there by other programs? I remember early versions would re-import existing music and cause duplication.
Car: 1997 VW Passat TDI moving to
1985 Mercedes-Benz 300D
CPU: HP ePC 1gig/256meg/250 gig
Status: Ghetto Install w/Inverter,
Xenarc & GPS & RadioShark
ToGo: DC-to-DC conversion, Grease conversion
Bookmarks