dougscripts.com

Controlling iTunes

July 28 2007 - 11:28 am

UPDATED: Rip To iPod v1.6

I have updated Rip To iPod to account for the free space/capacity AppleScript problem in iTunes I mentioned earlier. This script will rip each enabled (check-marked) CD track to iTunes and immediately copy it to iPod, delete the file, and remove the track from the iTunes library, giving the appearance of seamless CD-to-iPod importing. You can also change your encoder on-the-fly and your Preferences-set encoder will be restored after the rip.

June 20 2007 - 4:31 pm

NEW: Nudge Stream URL

Nudge Stream URL is a stay-open applet that will attempt to keep the currently playing radio stream active. If the stream drops out, or another track is selected, the applet will re-open the stream's URL.

March 14 2007 - 3:22 pm

UPDATED: Assimilate View Options v1.2

The script Assimilate View Options has been updated since one of its routines attempted to display the entire library playlist and this is no longer possible in iTunes 7.1. The script re-creates your playlists, excepting Smart Playlists and "special" playlists (Purchased, Podcasts, Party Shuffle, Audibooks, TV Shows, and Movies), then deletes the old ones so all of the View Options are the same as the main Music library (taking advantage of the fact that new playlists acquire the Music library's View Options).

March 7 2007 - 8:04 am

Show Entire Library Workaround

For those of you iTunes 7.1 users who are dismayed by the inability to display the entire library (as noted in this post) here's a workaround. Create a Smart Playlist whose only criteria is "Size is greater than 0" and click on Live updating. Name this new SP something obvious like "Everything" or "Full Library" or what have you. Then create a script like this, substituting the name of your SP where appropriate:

tell application "iTunes"
	set view of front browser window to playlist "Everything"
end tell

Save it to your iTunes Scripts folder and give it a shortcut so you can easily display the SP when necessary. Thanks to Correspondent George Dick for the idea.

January 4 2007 - 4:01 pm

NEW: Batch Trim Start or Stop Time (Seconds)

Correspondent Chris Habig submitted a script which trimmed :15 seconds from the start of selected tracks (he wanted to skip over superfluous material from the beginning of a few podcasts). I added a routine that allows the user to enter any number of seconds, and another that allowed those seconds to be used as the new Start Time or to be subtracted from the Stop Time. Result: Batch Trim Start or Stop Time (Seconds).

Site contents © 2001 - 2024 (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.