Archive

Archive for the ‘Efficiency’ Category

Quickly and Neatly Open Two Pre-Specified Finder Windows Via Applescript

November 8th, 2009 Brian Cometa No comments

Several times a day on my Plex Mini I was opening the same two Finder windows (the “new downloads” folder and the “tv shows” folder) to make sure stuff in “new downloads” was being automatically transferred (using Episode Linker) to my “tv shows” folder.

Well, instead of manually opening the two Finder windows, resizing the windows, and navigating to the correct folders, I made an Applescript (with help from various other applescript sites/posts around the web) that does it automatically… Read more…

Popularity: 1% [?]

Create Keyboard Shortcuts for Safari Bookmarks

August 25th, 2009 Brian Cometa 1 comment

For instant access to any bookmark in Safari (and probably Firefox) you can set up a keyboard shortcut to automatically open the bookmarked website.

Here’s how:

1) Go to Safari and note the exact title for the bookmark(s) you want to quickly access. In my case, it’s “wells”, “amex”, and “ing” – my banking sites.

Picture 2.jpg

2) Go to Apple Menu (top left of screen), System Preferences, Keyboard & Mouse, and click the Keyboard Shortcuts tab.

Read more…

Popularity: 2% [?]

Use Applescript & Quicksilver to Rate iTunes Songs From Any Application

July 27th, 2009 Brian Cometa 1 comment

I’ve recently become obsessed with rating songs on my iPhone. I have too many bad songs and need to weed them out. But, when listening to music throughout the day it’s a pain to stop what I’m doing, switch to iTunes, rate the track, then go back to what I was doing. So, I made an Applescript, six actually, to get this done for me.

1) Download a .zip file of the applescripts here.

2) Move the enclosed .scpt files to a folder of your choosing.

Read more…

Popularity: 1% [?]

Safari: Open .torrent Files Automatically After Downloading

April 12th, 2009 Brian Cometa 6 comments

I’m all about efficiency — especially when it comes to downloading my torrents. I’ve been gradually getting more and more annoyed that every time I download a .torrent file, I have to double click it (in the Downloads window) to have it open in Transmission.

Solution: Download this zip file which contains a revised version of com.apple.DownloadAssessment.plist. This is the file that tells Safari what files are safe to open after downloading – it’s been revised to include .torrent files as “safe.”

After unzipping, just move the file to YourUserName/Library/Preferences; replace the file if it already exists.

Happy Downloading!

P.S. Thanks to Manuel Studer for this tip!

Popularity: 8% [?]

Browse Files Using the Arrow Keys in Quick Look’s Full Screen Mode

February 3rd, 2009 Brian Cometa 1 comment

A new hint was posted today on Mac OS X Hints explaining how to re-gain use of the arrow keys in Quick Look’s full screen mode. The solution worked but I thought that there had to be a better, quicker, easier way.

So, I started trying various other keys when in Quick Look full screen and I stumbled upon a much easier solution:

[video solution after jump]
Read more…

Popularity: 8% [?]