ollicle: Ollicle Reflex refined for smarter feed reading

When I first started using NetNewsWire, I began using a theme called Citizen Kubric (no longer available online, that I could find). When it came time to install NetNewsWire on my new MacBook Pro, I was unable to locate this theme, and ended up using one of the default themes.

The Ollicle Reflex theme is far more readable than Citizen Kubric, and the layout is simple and useful. I will now be using this theme on all my NetNewsWire installations.

(Via Ranchero - Brent Simmons.)

Posted in Tumble at March 15th, 2008. No Comments.

“Open Terminal Here” and lselect (glob select) in Leopard Finder: The Pug Automatic: “”

Sometimes it’s just easier to drop into a terminal, this makes it really easy.

Posted in Tumble at February 6th, 2008. No Comments.

I’ve recently started watching video on my iPod Touch while exercising on our elliptical machine. I place the iPod on the book holder, plug in headphones, and off I go.

I had been watching TV or movies on the TV near the elliptical, but the whole view is blocked by a post, and I had to turn the volume way up to be able to hear it over the movement, and distance. There’s also the problem of either stopping or calling someone to change DVDs for me as the TV shows would sometimes span DVDs during my workout.

My workouts are 45 minutes in length, normally I can fit in an hour long episode (wonderful without the commercials), 2 half hour episodes, or an episode of diggnation.

Recently I’ve been converting Futurama episodes for the iPod, and loading them into iTunes. I’ve run into a couple of speed bumps.

First, iTunes doesn’t like adding 22 episodes of video at a time. While my system and network are no where near taxed, iTunes slows to a crawl. 5 to 6 episodes at a time it handles no problem.

Second, while iTunes 7 has added features for video specifics, it still expects the audio track name and number filled out for display. This means updating information in 2 different tabs in iTunes. I had started entering this information manually, but today I grew tired of copying and pasting and started looking for an easier method.

As always, looking for an easier method with iTunes starts with Doug’s AppleScripts where I found this script, that’ll allow me to update multiple video tracks at one time, something iTunes doesn’t do.

Now this only gets me part way there, but my job is much easier. I still need to edit the Episode ID with the name. There’s no way around doing this manual, so I just did it.

This still didn’t put the name of the episode into the iTunes TV Shows list though. For that, the information needed to be copied from the Video tab to the Info tab. I wrote this quick and dirty AppleScript to help with that:

tell application "iTunes"
    set sel to selection
    repeat with i from 1 to (count sel)
        set t to item i of sel
        tell t
            set album to show as string
            set disc number to season number as number
            set track number to episode number as number
            set name to episode ID as string
            set genre to video kind as string
        end tell
    end repeat
end tell

The time to process new shows in iTunes has now dramatically decreased.

Third, smart playlists and the Video Kind setting don’t allow me to exclude any video from a smart playlist. I keep a smart playlist of all recently added tracks, this allows me to easily see what has been recently added, but also because my music is stored on a NAS, I can use some simple AppleScript to automatically add recent tracks to other Macs throughout the house. To get around this, I ended up using the genre to specify the video kind and filter based on it. The script above handles setting the genre to video kind for me.

Those are the issues I’ve found with iTunes, so far, and how I managed to work around them.

Posted in Apple, Technology at February 6th, 2008. No Comments.

How to Convert a MacOS X 10.5 Leopard Upgrade DVD into a Retail MacOS X 10.5 Leopard

Having recently gone through the process of installing 10.4, only to erase it immediately and install 10.5, this would have come in useful and saved me 2 to 3 hours.

(Via Uneasy Silence.)

Posted in Apple, Technology, Tumble at December 29th, 2007. No Comments.

Grep in Project command for TextMate - The Pug Automatic

I find myself dropping to a terminal window just to run grep, but not anymore. This TextMate command is fast, and saves me time versus running grep in a terminal window.

Posted in Tumble at November 30th, 2007. No Comments.

Long and shortened URL scripts

I’m a Quicksilver junkie, so much so that when I’m on a mac without Quicksilver, I have a hard time finding the programs and actions I’m looking for. Having said that, I know I’ve barely scratched the surface. I come across these tips from time to time, and think they’re a really good idea. Time will tell if I’ll use it or not however, but it’s still a good idea.

Posted in Tumble at November 30th, 2007. No Comments.

Zip Quick Look Plugin

Quick Look has to be one of my favourite Leopard features. It looks good, works, and does so quickly. This plugin adds Quick Look for zip files.

Posted in Apple, Tumble at November 28th, 2007. No Comments.

Creating a Leopard Volumes Stack

Now that network mounted volumes no longer show on the desktop, nor in the left hand bar of a Finder window. I’ve been looking for a quick easy way to see what volumes I have mounted and this does nicely.

This is the only way I have found to see MacFusion mounts.

Posted in Apple, Tumble at November 28th, 2007. No Comments.


Usingmac.com - Mac OS X Leopard: 200+ Productivity Booster Keyboard Shortcuts

I’m always searching for the startup key combinations for Macs. This is a comprehensive list of those keys, plus many other shortcut keys.

Posted in Tumble at November 23rd, 2007. No Comments.

I often come across “Top $x OS X Applications” blog posts. I usually take a quick look, see the usual suspects and move along. Every once in a while I’ll find an application that fills my need. This happens enough times to keep me coming back.

Today I came across Top 100 best open source mac software. The biggest find in this batch was AppFresh.

AppFresh searches your hard drive in all the usual places (unusual places can be added in the preferences) for applications. The application list is compared against the application list at iusethis.com, checking for updates. Each application lists the current version number, the last time it was accessed (doesn’t seem to work that well), the up to date status, and if the version is not current, and its iusethis.com.

The iusethis.com integration allows you to see what is offered in the newer version, how many other people are using this application, plus, if you configure your iusethis.com profile, you can update your profile from within AppFresh.

While most of the software I use does automatically check for updates, it’s not always running, nor do I launch all the software daily or even weekly. Having one central place to check for all application updates is well worth the download.

The software is useful, it is still rough around the edges, but still worth installing.

Posted in Apple, Technology at October 11th, 2007. No Comments.