dougscripts.com

November 18 2010 - 12:55 pm

Where'd My Half-Star Ratings Go?

I've been hearing from Correspondents that the half-stars they had meticulously set in their track ratings have disappeared. I think one of the v10 updates wiped out the half-star preference or something. Anyway, you can bring back the half-stars by doing the Terminal thing (quit iTunes first):

defaults write com.apple.iTunes allow-half-stars -bool YES

Or you can use Change Hidden iTunes Preferences which has an option to toggle 'em.

November 18 2010 - 11:30 am

Just Play This Track and Stop Redux

For years many iTunes users and Correspondents have asked about a script that can just play the selected track and stop. Various methods using timers and delays and idle handlers were thrown at the challenge but nothing worked perfectly. But then: the iTunes Team quietly added a once parameter to the iTunes play command.

tell app "iTunes" to play item 1 of selection with once

Run that on a selected track and iTunes will play it once and then stop.

You know when they added it?

In iTunes 6!

Incredulous, I went back to my original write-up on iTunes 6 from October 2005. Whack! It was the only AppleScript change I even mentioned...and then promptly forgot about. I even managed at the time to write a Missing Menu Script using it.

In any case, all of this was precipitated by a posting at Mac OS X Hints awhile back, authored by fellow AppleScripter Laine Lee, which mentions the once parameter and just-play-once-and-stop trick.

I can't believe it took five years for me to rediscover it.

November 18 2010 - 10:57 am

UPDATED: PDF Adder v3.2

PDF Adder v3.2 is a collection of three scripts (an applet, a droplet and a PDF Services workflow) that assist with adding and tagging PDFs in iTunes.

The latest version includes fixes to all three scripts, including a cancel loop bug and a misnamed bundle. I've also added Description to the tags you can apply. This is the PDF Services script in action, activated from the PDF popup in the Print Dialog:

I've written before on how the "Add as PDF to iTunes" workflow works great with Safari Reader and NetNewsWire.

November 17 2010 - 11:46 am

UPDATED: Sundry Info to Comments v2.0

Correspondent Kerry E. emailed to ask if it was possible to somehow sort tracks by their file's file path or at the very least be able to create a Smart Playlist using the file path. This reminded me to dust off Sundry Info To Comments and I have updated it to v2.0. This script can paste various non-standard tag data and file info into each track's Comments tag, including the file path, parent folder path, file creation date, and so on. Thus you can use text in the Comments for SP creation and sorting schemes.

November 12 2010 - 4:01 pm

iTunes 10.1 Released

iTunes 10.1 is available via Software Update and its download page at Apple. Adds AirPlay and iOS 4.2 syncing support.

November 11 2010 - 5:18 pm

Dropped the License Sheet

Most all new downloads will no longer present you with a license sheet to Agree to before the disk image has loaded. Actually, this was meant to be more of an emphatic installation instruction than a license agreement. Anyway, couple Correspondents complained after downloading a hundred-milliony scripts from the site one afternoon that agreeing to the licensing sheet of each .dmg was growing tedious and they were turning into zombies. Or words to that affect.

Scripts designated as Retro Scripts do not get re-packaged so a few of those will retain the license sheet. But there aren't nearly a hundred-milliony of those.

November 11 2010 - 11:16 am

UPDATED: AMG EZ Search v2.0

AMG EZ Search v2.0 will use the tags of the selected or playing iTunes track as the basis for a Song/Artist/Album search at the allmusic website. This version accounts for changes in the AMG site's search mechanism, can parse the stream title of a radio stream for tags if available.

November 9 2010 - 10:13 am

Script Faves from Macworld

Macworld Senior Contributor Kirk McElhearn lists Ten great AppleScripts for iTunes 10 at Macworld. Thanks!

October 25 2010 - 1:07 pm

NEW: Search YouTube

Search YouTube will use the Song Name and Artist of the selected or playing track as the basis for a search on YouTube.

I'm surprised I never had a need of this before, but I was looking for a clip from an old Dave Edmunds documentary on his sessions for the "Repeat When Necessary" album. There's a clip of Albert Lee doing solo stuff on "Sweet Little Lisa" that I wanted to check out. The script makes searching from iTunes a tad easier.

October 15 2010 - 11:55 am

Spins v1.0.2 Released

Spins analyzes your iTunes library and displays your most played tracks arranged and ranked by a variety of "breakout" configurations, not just the number of track spins...show rankers and breakouts based on plays by Song, Artist, Album; rankings can be filtered by Rating, Genre, and Year; see rankings for the entire library or a single playlist. Spins can give you a live-updated snaphot of plays and simple play percentages...give you instant play data on the currently playing or selected track...

With the registered version of Spins you can:

  • Quickly generate most-played track rankings from your iTunes library
  • Easily configure up to four panels each displaying various track plays and ranking information
  • Rank most played tracks, Artists, or Albums
  • Rank track plays in the total library or in selected playlists
  • Count unique track plays or pooled-from-the-artist's-albums track plays
  • Sort and filter track plays by Artist, Genre, Rating, and Year
  • Display plays data for the current playing track or a selected iTunes track
  • Display breakouts by Artists, Composers, Genres, Ratings, and Years


Left to right: Spins' "Breakouts" window, main window displaying one of four panels, and "Live Spins" floating display.

Updated in version 1.0.2 (current):

  • fixes issues when switching between multiple libraries
  • fixes bug displaying panels when selected playlist no longer exists in current library
  • fixes issue whereby initial scan of library cannot complete
  • will ignore radio stream play counts
  • fixes bug with "No Limit" setting (registered version)
  • added preference toggle to re-set panel options to defaults on each launch (registered version)
  • added Sparkle framework to provide update notifications and installations

This version is a free upgrade for registered users of v1.x.x.

Give Spins a spin...and see what you've been spinning.

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.