Pages

Friday, February 26, 2010

Useful Mac OS X Terminal Commands « Art Of Geek

Change a file’s type code to make an AAC file an iTunes/iPod audio book

/Developer/Tools/SetFile -t 'm4b ' filename.m4b
Note: You must have the Mac OS X developer tools installed for this command to work!

This gem of a command will set the type code of a file to ‘m4b ‘ (there is a space after the ‘b’), which tells iTunes it’s an audio book. This is required if you have ever ripped an audio book from CD, and want iTunes to see it as an audio book. The file must be an AAC file, and you need to change the file extension to .m4b. The truth is, this command can come in handy any time you need to implicitly set a file’s ‘type’ or ‘creator’ codes. You can view the SetFile man page for help by typing man SetFile at the terminal prompt and hitting return.

That’s all the time (and commands) we have for today folks! I’ll post more in a future article!

from one of the linked sites ... I wonder if I'm doing the same thing by going to Track Info and setting them as type 'Audiobook' instead of type 'Music'?

Posted via web from mabelrxu's posterous

No comments:

Post a Comment