Pages

Showing posts with label itunes. Show all posts
Showing posts with label itunes. Show all posts

Friday, February 26, 2010

Mac Mini Media Centre ° The Hickensian ° Hicksdesign

Relocating the Movies folder to the external hard drive was as easy as using an alias, but the iTunes library is a bit more troublesome. It should be as easy as choosing the new location in iTunes Preferences > Advanced, but I couldn’t manage to do this and retain paths. Everytime I wanted to play something, I had to select the new path to the file.

Instead, I created a folder on the hard drive, and rather than copy across everything manually, I chose this new folder as the library location in the advanced preferences, and used ‘consolidate library’. This not only copied everything across, but this time updated the paths to the media files, and everything plays as it should!

ah ... so That's the magic method to moving your iTunes library ...

Posted via web from mabelrxu's posterous

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

Handy Mac OSX Command Line Tricks | Snipe.Net

Enable half-star ratings in iTunes (via Lifehacker)
If you’re a music buff who uses iTunes, and the five-star rating system isn’t quite granular enough for you (“do I really like it, or do I really, really REALLY like it?”), this handy command will enable half-star ratings in iTunes.

itunes-half-stars

To set this up, just type:

defaults write com.apple.iTunes allow-half-stars -bool TRUE

oh my. I've been avoiding using stars because of my OCD, but now ... *must resist urge to re-rate EVERY SINGLE SONG IN MY COLLECTION*

Posted via web from mabelrxu's posterous