• Time To Learn

  • Be More Productive


  • Archive for May, 2007

    « Previous Entries

    Fabrix offers two new Delux laptop cases

    Thursday, May 31st, 2007

    Fabrix today added two new designs to its Delux Laptop Case collection, providing decorative protect…

    Google Gears for WebKit

    Thursday, May 31st, 2007

    Posted by Dan Waylonis, Mac Software EngineerHave you heard about Google Gears? It’s an extension to your favorite web browser and a new open source project from Google. It adds support for local data storage and helps web application developers manage…

    See all your iTunes Plus Tracks

    Thursday, May 31st, 2007

    To see all of your purchased iTunes Plus tracks, create a new smart playlist and set the rule to:

    Kind - contains - Purchased AAC

    The other iTunes Store tracks ar Protected AAC, so you’ll be able to segregate them, if you want to create different backups or for any other reason.

    iTunes Plus songs On Nokia N95

    Thursday, May 31st, 2007

    Unfortunately, it looks like the Nokia music player on the N95 doesn’t recognize the format of the new iTunes Plus downloads. To get around this, I right-clicked on the files in iTunes and selected “Convert to AAC”. The newly converted files could then be transferred to the N95 and worked flawlessly (including Artwork).

    [kirkmc adds: Interesting. This suggests that they are not standard AAC files. Can anyone else confirm whether these files work on other AAC-supporting devices? Note that the “Convert to AAC” command, in the Advanced menu, will change the bit rate of the songs, if your iTunes Importing preferences are not set to 256 kpbs. Perhaps the bit rate is causing the problem?]

    Google Developer Day

    Wednesday, May 30th, 2007

    posted by Scott Knaster, Technical WriterSeasoned Mac developers and fans know that Apple’s upcoming Worldwide Developer Conference (better known as WWDC) is a highlight of every year. And for the first time this year, we are getting into the developer…

    A Python script to back up DVDs to MP4 files

    Wednesday, May 30th, 2007

    This is a script that came from my desire to easily back up dvds that I don’t have the time to watch now.

    HandBrake is an awesome program, but it requires user intervention. If I want to use it on a headless Mac, I want to automate it. This script is a wrapper around HandBrakeCLI, the command-line version of Handbrake.. First it locates the DVD, by scanning /Volumes. Next, it scans the titles for the longest feature on the disc (the movie). Finally, it rips the DVD to an mp4 file. I have hard-coded all the options (2048 kbps, 192kbps AAC, pixel aspect ratio). If these settings don’t work for you, look in the code and change them.
    To use:

    ./rip.py [destination dir]

    Dependencies: