dougscripts.com

August 6 2008 - 9:27 am

Update Flood

I have released a handful of updates to scripts that require fixing for compatibility with iTunes 7.7.1.

There are quite a number of scripts that need the treatment, so there will be more updates to come over the next few days. If you don't subscribe to my RSS feeds--see "RSS Feedings" links in the left column of my site--then now would be a good time to do so to keep up on the updates.

August 6 2008 - 9:24 am

UPDATED: Make Video Tags v1.2

Make Video Tags is now at version 1.2. I've added an Enabled Checkbox checkbox (no, not a typo) so that each video can be checked or unchecked in iTunes--handy so vids don't get iPod-sync'd if you'd rather not. Also added obligatory compatibility with iTunes 7.7.1.

August 6 2008 - 9:19 am

UPDATED: Re-Add Selected Tracks as Podcast v1.2

Re-Add Selected Tracks as Podcast will re-add the files of the selected tracks to iTunes as if they were a Podcast subscription. The files will then appear in the Podcasts playlist and "behave" as though they are a group of Podcast episodes. Requires Web Sharing be activated.

This newest version is compatible with iTunes 7.7.1.

Also, I should note that there is a known Leopard/Apache bug that may prevent Web Sharing from working correctly. Many users facing this problem have had success using information from this Apple discussions link and item 5 from this macosxhints forums link. I do not know the status of this bug other than what I have read in the posts cited above.

August 6 2008 - 9:17 am

UPDATED: Tracks Without Artwork to Playlist v3.3

Tracks Without Artwork to Playlist is up to version 3.3 and fixes the compatibility problem with iTunes 7.7.1.

August 6 2008 - 9:12 am

UPDATED: Make Bookmarkable v2.5

The popular Make Bookmarkable has been updated to v2.5 and is now compatible with iTunes 7.7.1. Make Bookmarkable will change the file type of the selected AAC tracks to "M4B " and file extension to ".m4b", thus making them bookmarkable. Additionally, when used with iTunes 7 or better, deletes and re-adds each track so it will appear in the Audiobooks Library. Ratings, play count, last played date, skip count, and skipped date are preserved.

August 4 2008 - 9:18 am

Updates Coming

I am working on updating several scripts and apps to accommodate the iTunes 7.7.1 issue and I'll be posting them when I can. Notably, Tracks Without Artwork to Playlist and Make Video Tags will be among the first to get fixed.

August 1 2008 - 8:25 am

Dupin v1.3.4 Released

Dupin v1.3.4 provides compatibility with iTunes 7.7.1. All users are encouraged to update.

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.

July 31 2008 - 2:50 pm

AppleScript Bug or Feature in iTunes 7.7.1

I think I have found a rather unusual AppleScript bug (or perhaps feature; one never knows) in iTunes 7.7.1. It affects several scripts that may need to reference a track using a persistent ID. When attempting to reference a single track with a whose clause, the track reference is returned coerced as a list. This requires that an additional step be taken to extricate the single item (the track reference) from the list. I have filed a bug report. It is reproducible with this script:

tell application "iTunes"
	set t to item 1 of selection
	set p to (get persistent ID of t)
	log ("p: " & p)
	set the_track to (some track of library playlist 1 whose persistent ID is p)
	-- the result is a list
	(*
		{file track id 33083 of library playlist id 10591 of source id 46}
		*)
	log the_track
end tell

July 31 2008 - 10:28 am

iTunes 7.7.1 Released

Apple has updated iTunes to version 7.7.1. As many people have already noted, the information from Apple about what's new is particularly unforthcoming. However, this TidBITS article has a few findings.

July 25 2008 - 9:11 am

Join Together v5.3 Released

I've just released Join Together v5.3. This AppleScript Studio application automates the process of joining the files of selected iTunes tracks together with QuickTime and exporting them as a single AAC Music or Audiobook file/track. Optionally, you can create a "chapterized" audio file of the exported AAC file with pointers to the individually joined tracks.

Join Together comes in two flavors:

The basic version of Join Together is free and always will be. It has the same or better features--and performs as well or better--as it ever has without restrictions. Most users will find the free basic version of Join Together satisfactory for their track-joining needs.

Join Together Plus is an optional shareware upgrade that provides additional pre-flight and post-op features that have been requested by power-users. You can upgrade to Join Together Plus from the free basic version for US$7. This is to cover development and support expenses, which, in turn, helps make Join Together work better for everybody. See Join Together's Help pages for more information on its Plus features.

Updated in v5.3:

  • Added disc number and disc count tags for final track
  • Added "Track Names to Chapter Names" menu item [Plus version]
  • Fixed error in "Finished!" dialog [Plus version]
  • Updated GUI
  • Updated Help pages
  • Performance enhancements

Visit the Join Together information and download page.

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.