Posts Tagged ‘applescript’

I knew when I created the original script, there would be times when I needed to see the raw output (rather than just the count). This turned out to be every time the count turned out to be a number I didn’t expect. So I updated the script to v1.1 and added a “Show Details…” […]

Sunday, October 17th, 2010 at 23:33 | 0 comments
Categories: Uncategorized

When downloading TV episodes and the subtitle files that go with them, it is useful to know if all of the filenames match (with the exception of the extension, of course). This script does just that: tell application “Finder” set cmd to “ls ” & (quoted form of (POSIX path of (insertion location as string))) […]

Monday, October 11th, 2010 at 18:57 | 0 comments
Categories: Uncategorized

Between using [Handbrake](http://handbrake.fr/) on Windows and on OSX, I have found the UI differences to be maddening. (For the most part, I like the OSX GUI better, except when it comes to extracting more than four audio tracks and when it comes to importing chapter titles.) To (sort of) automate the process of importing chapter […]

Wednesday, July 14th, 2010 at 22:47 | 0 comments
Categories: Uncategorized

A while back I thought it would be a good idea to list the sites I tend to look at every morning—my morning read. Then, or so the thought went, if I couldn’t think of a good description of why I read the site, I could take it out of my list and not have […]

Saturday, March 14th, 2009 at 18:11 | 0 comments
Categories: Uncategorized

I use [Rename Files][3] to keep files renamed and [Organize Files][4] to keep everything the way I want it to be. Mac only, they are available right from iTunes and do the job quick. They allow you to rename and organize files based on any of the ID3 tag data items, including some basic if-then […]

Friday, October 3rd, 2008 at 10:21 | 0 comments
Categories: Uncategorized
TOP