dougscripts.com

Updates

April 28 2009 - 11:40 am

Daypart v1.0.2 Released

Daypart v1.0.2 is now available.

Updated in v1.0.2:

  • Fixed issue with Calendar View re-display
  • Fixed issue saving schedule/locating .db file
  • Fixed issue with setting fade delay

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

This update is free for registered users.

April 6 2009 - 4:34 pm

iTunes 8.1.1 Released

Apple released iTunes 8.1.1 which enabled HD movie rentals and supplies some VoiceOver and syncing fixes.

The shortcut bug introduced in version 8.1--whereby scripts assigned keyboard shortcuts would run twice--appears fixed. Hooray!

March 31 2009 - 9:18 am

Daypart v1.0.1 Released

Daypart v1.0.1 has been released. With Daypart you can:

  • Schedule playlists flexibly, for just a few minutes or several hours
  • Schedule intricate configurations of playlists on a weekly basis
  • Segue between playlists without cutting off songs
  • Automatically shuffle and/or repeat playlists
  • Store and re-use frequently used scheduling criteria
  • See how playlists are scheduled over a period of days
  • Automatically load and engage a schedule at startup

Plus, Daypart features:

  • Uncluttered, easy-to-use interface
  • Scheduling tips
  • Scheduling conflict-awareness
  • Customizable windows positioning
  • Ample keyboard shortcuts
  • Detailed Help book

Updated in v1.0.1:

  • Fixed issues related to date/time formatting
  • Fixed "sortedDataRows" error
  • Addressed error issues when adding Event to Schedule
  • Addressed slight delay at startup issue

This update is free for registered users.

Information, Video, Screenshots & Download.

March 14 2009 - 1:25 pm

Dupin v2.0 Released

Dupin is your iTunes duplicates manager.

Dupin allows you to quickly find all sets of duplicate tracks in iTunes based on the criteria you choose. It can then automatically select the "Keeper" tracks from among a number of duplicates using your choice of a variety of versatile filter options. Tracks you decide not to keep can be purged from iTunes and their files optionally moved to the Trash. Dupin is flexible, fast, and easy to use.

With Dupin you can:

  • Locate, sort, filter, and purge duplicate tracks
  • Preserve play history and ratings
  • Re-populate iTunes playlists
  • Manage intentionally duplicated tracks
  • Copy tracks to new iTunes playlists
  • Sort tracks and view track info
  • Export a list of duplicates to a text file
  • Locate tracks in the Finder and in iTunes
  • Audition tracks

In addition, Dupin features:

  • Familiar iTunes-like interface
  • Robust Help
  • Ample keyboard shortcuts
  • Visual progress feedback during operations
  • Customizable toolbars
  • Optional update checking

Updated in version 2.0

  • New "Consolidate History" tool can consolidate the play, skip, and ratings information from all tracks in a Dupe Group to the single "Keeper" track
  • New "Re-Playlist" tool can re-populate iTunes playlists replacing "non-Keeper" tracks with "Keeper" tracks
  • Added "Track Number" and "Disc Number" to "Get Duplicates" Criteria
  • "Library Matrix" replaced with Playlist Popup
  • "Filter Controls" setting "Volume Location" replaced with "Folder Location", "Protected" kind with "Purchased" kind
  • GUI enhancements
  • Speed and efficiency enhancements

Dupin is $15.00. For more details, visit the Dupin product page.

March 11 2009 - 8:59 pm

New track Property

New in iTunes 8.1, the track object has a new release date property.

March 11 2009 - 8:56 pm

iTunes 8.1 Released

Apple Released iTunes 8.1 today (v8.0.2 was the previous version). Among the new features are its ability to handle larger libraries more speedily, iTunes Plus (256kbps AAC) importing via CD, and Genius playlists that will scour for video media.

I know of at least one AppleScript enhancement. A track's played date and skipped date properties can now be wiped by setting either to 0 (zero) or missing value. Before, you could never set these properties to anything but a date. While you could set played count and skipped count to 0, the only way to fudge the played or skipped date was to give it a date in the past, like date "January 1, 1970". Now, you can do this:

tell application "iTunes"
	set sel to selection
	repeat with aTrack in sel
		tell aTrack
			set played date to missing value
			set played count to 0
			-- and/or
			set skipped date to missing value
			set skipped count to 0
		end tell
	end repeat
end tell

I'll have a look for any other changes.

February 27 2009 - 9:41 am

UPDATED: No Lyrics to Playlist v2.0

No Lyrics to Playlist has been updated to version 2.0. It will search a selected playlist for all tracks in the selected playlist that do not contain lyrics and copy them to a playlist it will create called "No Lyrics". Includes a second script to clear the "No Lyrics" playlist of tracks with lyrics.

This set of scripts was written by Herwin Lans and originally posted about four years ago. Because of changes in iTunes, it required updating and, particularly, the "Clear No Lyrics Playlist" script needed an over-haul.

December 12 2008 - 9:59 am

UPDATED: Add from eMusic Downloads Folder v1.1

Add from eMusic Downloads Folder v1.1 (like Add from Amazon MP3 Folder) will display the Album folders in your designated eMusic downloads folder so you can select which of them to add to iTunes. Optionally, if you allow iTunes to "Copy files to iTunes Music folder when adding to library", you can choose to move the original folder and files out of the eMusic download folder and to the Trash. Latest version runs as application to avoid a potential startup error.

December 12 2008 - 9:56 am

UPDATED: Add from Amazon MP3 Folder v1.1

Add from Amazon MP3 Folder v1.1 will display the Album folders in your designated "Amazon MP3" downloads folder so you can select which of them to add to iTunes. Optionally, if you allow iTunes to "Copy files to iTunes Music folder when adding to library", you can choose to move the original folder and files out of the "Amazon MP3" download folder and to the Trash. Saves a few keystrokes. This newest version runs as an application since the compiled version would often generate an error at startup.

Although the Amazon MP3 Downloader application has a preference to add downloaded purchases to iTunes, I could never get it to work.

December 3 2008 - 1:14 am

UPDATED: Reset Bookmarks to Start v2.0

(Formerly "Reset Bookmarks".) Reset Bookmarks to Start will reset the bookmark of each selected track to its Start Time, effectively clearing the bookmark from its position later in the track. Tracks which have been set to "remember playback position" or which are "M4B" types will have a bookmark position.

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.