All those who wander are not lost.

Tag: macosx

Audiobooks in iTunes

Well, first you’ll need to convert the mp3s to AAC (M4A) – yes I know transcoding between lossy formats is bad but I recently converted from MP3 to M4A for just this purpose (using the Spoken Podcast option in iTunes > Preferences > Advanced > Importing) and was impressed with the quality. Once you’ve put it onto that setting I just mentioned, select and then Control-Click the mp3s in your iTunes library and then Convert to AAC.

Once that’s finished (it may take some time) you need to do a few more things to make iTunes recognise the files as audio book content. First, select the newly-converted AAC (M4A) files and Get Info. Under Options, select ‘Remember playback position’ and ‘Skip when Shuffling’. Then use the Reveal in Finder command after ok’ing the Get Info dialog and – here’s the crappy part – manually rename all the extensions of the .m4a files to .m4b. No, there’s no quick way to do it, each one, manually. Makes you sick doesn’t it. Once that’s done, delete the old AAC (M4A) converts from your iTunes library and then add the .m4b files you just renamed to the library and voila.

Apple sure make things easy. Of course you could just use the ‘Skip when shuffling’ option but then it wouldn’t be in the Audiobooks menu, and if you’re like me you want Audiobooks to be in the goddamn Audiobooks menu!

Login to Console

console still works for me in 10.5.2; it’s just that there’s a log message printed over the “login:” prompt so you can’t see it (but it is there). For those who don’t know about >console, basically at the login window you enter >console as the username, with no password, and then loginwindow will exit and you get a text console. If your login window is set to show a list of users, hit the up or down arrow key to select an item in the list and then press option-shift-return. Then you can type in >console. At the login prompt (obscured by the log messages), type your username (short version), hit Return, then type your password and hit Return again.

Edit in Textmate

Remove old version:

rm ~/Library/InputManagers/Edit\ in\ TextMate

Create InputManagers folder:

sudo mkdir /Library/InputManagers

Copy the input manager to /Library:

sudo cp -pR /Applications/TextMate.app/Contents/Resources/Edit\ in\ TextMate/
Library/InputManagers

Ensure everything is owned by root:

sudo chown -R root:admin /Library/InputManagers

CUPS Printing

Just go to http://localhost:631/, authenticate with your password and have access to all the CUPS-options you’ll ever need.

© John Laudun