dougscripts.com

October 20 2011 - 10:23 am

UPDATED: Track Down Purchases v2.0

If you have been making purchases from the iTunes Store using several names or account names then maybe you'll have noticed that there's no easy way to sort purchased tracks by the name or account name used to make the purchase. Oh, wait a minute. Yes there is.

Track Down Purchases v2.0 will examine each track in your entire iTunes library—or a selection of tracks—for items purchased from the iTunes Store (audio, video, and books) and then sort them by either the purchaser's name (the "Purchased by" entry in a track's Get Info Summary tab) or account ("Account Name") into discrete playlists.

This latest version is written as a Cocoa-AppleScript applet for OS 10.6 or 10.7 only, adds the ability to sort by account name, and provides a progress indicator. (My thanks to Correspondent Andrew Wynn Rouse for inventing the account name search portion.)

October 14 2011 - 11:14 am

UPDATED: Assimilate View Options v3.0

Assimilate View Options v3.0 re-creates a selected playlist so its View Options (visible columns) are the same as the main Music library (taking advantage of the fact that new playlists acquire the Music library's View Options). Works only with regular playlists and Smart playlists.

This latest version works with playlists inside a folder playlist.

Assign it a keyboard shortcut for ease of use.

October 11 2011 - 2:57 pm

iTunes 10.5 Released

Apple released iTunes 10.5 today. The long-anticipated 10.5 release includes support for iCloud, iTunes Match, and automatic downloads. OS 10.5 (Leopard) or better required. (Interestingly, the iTunes 10.5.1 beta was released to developers.)

October 8 2011 - 7:45 am

WikiScoop v1.0.2 Released

WikiScoop is an app that lets you search for and browse Wikipedia articles written about the Artists in your iTunes library. This latest version accounts for changes in Wikipedia's page formatting which prevented images and inline links to display. Available at the Mac App Store.

October 6 2011 - 6:29 am

Steve Jobs, 1955-2011

October 5 2011 - 11:21 am

UPDATED: Rate Me! Rate Me! v4.0

Rate Me! Rate Me! watches your playing tracks and when an un-rated track starts playing displays a window with a demand it be rated.

While you could easily rate the current track from the iTunes icon in the Dock, this script interrupts you and compels you to do so.

This latest version is re-written as a Cocoa-AppleScript Applet for OS X 10.6 and 10.7 only.

September 29 2011 - 11:32 am

UPDATED: Make PDF Booklet v2.0

Make PDF Booklet v2.0 is a Cocoa-AppleScript applet that will create a PDF booklet containing tag info from the selected tracks (or every track from the selected playlist) and then add the PDF to iTunes and copy it to the playlist where the selected tracks reside.

The layout and text formatting of the document created is somewhat restricted, but I hope it is eminently readable and printable. However, you are able to choose which tag data to include for each track:

Here are example PDFs using audio tracks and using TV Show tracks made with the script.

This latest version is a Cocoa-AppleScript Applet, so it can only be run on OS X 10.6 and 10.7. A previous version which can run on earlier systems is available from the Make PDF Booklet entry page.

September 28 2011 - 11:40 am

Smarts is a Mac Gem

Thanks to Dan Frakes for the great write-up at Macworld on my Smarts Smart Playlist manager app. It's free from the Mac App Store.

September 28 2011 - 8:59 am

Column Browser Go Home

I've found that iTunes' Column Browser feature is one of the best ways to navigate the Music library. But I'm often annoyed that I can't easily restore the browser window to a full view of tracks after digging down to a particular set of tracks. To do so requires a lot of scrolling up and clicking. Correspondent Josh Rafofsky emailed me complaining of the same frustration and his solution was pretty good: Command-B to Hide the Column Browser, fn-Left Arrow to got to the top of the browser, and the Command-B again to Show the Column Browser. But even this gets tiresome and he asked if there might be a one-step scripting solution.

You know there is.

I put together this script which uses a combination of standard AppleScripting and GUI Scripting to emulate Josh's shortcuts solution:

tell application "iTunes" to activate
tell application "System Events"
	key code 11 using command down
	tell application "iTunes" to reveal track 1 of (get view of front window)
	key code 0 using {command down, shift down}
	key code 11 using command down
end tell


Save this as whatever you like—I call it "Column Browser Go Home"—save it to the ~/Library/iTunes/Scripts folder, and assign it a shortcut (make sure you have enabled GUI Scripting, too, as outlined in this article on using key codes). When launched after you've Column Browsed to a discrete set of tracks it will restore the entire list of tracks and jump to the top of the selected playlist. In my case this is usually the Music library playlist, but it will work with any playlist that's being viewed with the Column Browser.

[UPDATE] And after all that, @tonyhazeldine tweets: "The same can be done by clicking on the column titles at the top of the column browser." Yes, but each column has to be clicked.

September 27 2011 - 1:37 pm

Daypart v2.0.0 Released

Daypart is a simple yet full-featured Mac application that allows you to schedule iTunes playlists when to play, giving you an easy way to program varied musical content throughout the week in your home or workplace.

With Daypart you can:
(more…)

Site contents © 2001 - 2025 (that's right: 2001) Doug Adams and weblished by Doug Adams. Contact support AT dougscripts DOT com. About.
All rights reserved. Privacy.
AppleScript, iTunes, iPod, iPad, and iPhone are registered trademarks of Apple Inc. This site has no direct affiliation with Apple, Inc.
The one who says "it cannot be done" should not be interrupting the one who is doing it.