Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Mac > Mac Australia > copy ipod music
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 3245 of 3306
Post > Topic >>

copy ipod music

by Chris Brown <cbrown@[EMAIL PROTECTED] > Dec 10, 2007 at 07:41 AM

wanting to copy music from an iPod. Certain utilities can do this, but 
how to do this via terminal?

Found a method stating this:
mkdir ~/Desktop/frompod
find /Volumes/tony/iPod_Control/Music/ -name "." -exec cp {} 
~/Desktop/fromipod\;

but after creating the dir  (frompod); the second command generates 
find: -exec: no terminating ";"
so then trying :
find /Volumes/TONY/iPod_Control/Music/ -name "." -exec cp {} 
~/Desktop/frompod\
generates a line:
 >

but nothing further happens.



what does the (>) indicate? (I assume a process initiated).
There is no prompt (%), and although It does not appear to be do 
anything,  trying to do a cd after this:
 > cd ~/desktop/frompod
returns
find: -exec: no terminating ";"
suggests a process started but it does not seem to be getting getting 
anywhere.


an alternate is to use ditto
ditto /Volumes/[iPod'sNAME]/iPod_Control/Music/ ~/Desktop/AAA/
the folders are copied, and can be seen while the process is being 
executed, but then they become invisible. The issue is then how to make 
all the contents of an invisible folder, visible. All invisibles can be 
made visible/invisible by using;
defaults write com.apple.finder AppleShowAllFiles TRUE
defaults write com.apple.finder AppleShowAllFiles FALSE
and the copied music can be moved out of the AAA folder, but the copied 
music reverts to invisible, once the defaults is reset

File Sherriff can achieve the result - change visibility of all contents 
of a selected directory, but how to do this in terminal? I can change 
individual visibility using mv /AAA  /.AAA format, but how to apply this 
to all contents?
 




 1 Posts in Topic:
copy ipod music
Chris Brown <cbrown@[E  2007-12-10 07:41:33 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Jul 9 7:31:39 CDT 2008.