dougscripts.com

Managing Track Info

December 11 2019 - 9:04 pm

UPDATED: Filenames to Song Names v4.0

For macOS 10.15 Catalina and later. This script will rename each selected track's Name tag with its filename (minus the extension). Despite its title, this script will also work with the TV app.

Obviously, files must be local. Perhaps most likely only of use when files are not automatically organized in the Media folder.

To remove characters from the beginning of tag text try using the script Remove n Characters From Front or Back.

Latest version:

  • Accommodations for macOS 10.15 Catalina
  • Performance and security enhancements

More information for Filenames to Song Names v4.0 and download link is here.

December 3 2019 - 1:22 am

That Category Tag

When iTunes was ka-blammed into the Media apps, I thought it was interesting to see how track tags were re-assigned. Obviously, tags like Season, Show and Episode ID are TV app-centric so they were removed from the Music app. Similarly, the Album and Album Artist tags do not appear for TV Shows or Movies in the TV app. And so on.

So I guess Category has always been a Music-centric tag. I knew that it was used by Podcast tracks, but I've recently noticed that some of my radio stream tracks (originally dragged from Radio Stations in iTunes) also use it. Wouldn't it be useful to put the Category tag into service as a secondary Genre tag, or what have you?

But there's no easy way to access the Category tag. It doesn't appear in a track's Info panel. I'm pretty sure it isn't written to its file's metadata. And although the Category column can still be seen in Songs View, Category tags can't be edited there either, like a cell in a table, as other tags can be.

Happily, our benefactors at Apple have kept the AppleScript category property available. Here is a script that will allow you to view and/or edit the Category tags of the selected tracks in the Music app:
(more…)

November 26 2019 - 9:25 am

UPDATED: Multi-Item Edit v6.5

For macOS 10.15 and later only. This applet will allow you to view and edit most tags (and some additional options) of the selected track(s) in a single floating window using single-edit mode (one selected track) or multi-edit mode, which emulates the pre-iTunes 12 "multiple items" format; that is, a checkbox adjacent to each tag allows you to select which changes are to be applied to the selection's tags.

Can also be used to copy collected tags from one set of tracks to another set of tracks by toggling "Information Tracking".

Thanks to Wolfgang Reszel for the icon.

Latest version:

  • Address issue with some TV app tags (TV's Short Description issue still a problem)
  • Ratings popup dropped for more Music-like ratings widget

More information for Multi-Item Edit v6.5 and download link is here.

November 22 2019 - 7:14 pm

UPDATED: Year of Release Date to Year v3.0

For macOS 10.15 Catalina and later only. This script will try to grab the year from the Release Date tag of each selected track and copy it to its Year tag. Results are not always fruitful--like, if there is no Release Date tag associated with the track--in which case a track's current Year tag is left unchanged.

FYI: Release Date, like Date Added, is read-only and cannot be altered.

Latest version:

  • Accommodations for macOS 10.15 Catalina
  • Performance and security enhancements

More information for Year of Release Date to Year v3.0 and download link is here.

November 22 2019 - 4:32 pm

UPDATED: Player Position to Start or Stop v3.0

For macOS 10.15 Catalina and later only. Sets the Start or Stop time of the currently paused or playing track to the time of the current player position.

Also seeCopy From Start to Stop and Reset Tracks Start-Stop.

Latest version:

  • Accommodations for macOS 10.15 Catalina
  • Performance and security enhancements

More information for Player Position to Start or Stop v3.0 and download link is here.

November 22 2019 - 1:02 pm

UPDATED: This Tag That Tag v5.4

For macOS 10.15 Catalina and later only. This applet will assist with swapping, copying, and appending data between two user-chosen tags in selected tracks or tracks in the selected playlist:

Swap - swap data between tags, ex: ARTISTCOMPOSER
Copy - copy data from one to another tag, ex: ARTIST->COMPOSER ARTIST
Append - append data from one tag to the end of another, ex: ARTIST->COMPOSER - ARTIST
Prepend - append data from one tag to the beginning of another, ex: ARTIST->ARTIST - COMPOSER

The latter three actions also provide an option to delete the info from the first tag after the copy. Read Me explains all.

More information for This Tag That Tag v 5.4 and download link is here.

November 22 2019 - 1:01 pm

UPDATED: Rate Me! Rate Me! v6.0

For macOS 10.15 Catalina and later only. This stay-open applet watches your playing tracks and when one begins playing displays a notification-sized panel whereby a rating for the track can be entered. Features options to display only unrated playing tracks and timer preferences for how soon and how long the panel is displayed.
While you could easily rate the current track from the Music app's icon in the Dock, this script interrupts you and compels you to do so.

More information for Rate Me! Rate Me! v 6.0 and download link is here.

October 23 2019 - 12:41 pm

UPDATED: New Play Count v4.0

Set the Plays of the selected tracks to a user-entered value (they will all be set to the same value). If this value is 0 then the Last Played date of each track will be erased. (The Music app has the ability to "Reset" Plays to 0 from a track's Show Info window.)

Also see Reset Plays, Add or Subtract Play Count and New Last Played Date. iCloud Music Library users should beware of a potential bug.

More information for New Play Count and download is here.

October 23 2019 - 12:40 pm

UPDATED: Add or Subtract Play Count v3.0

For macOS 10.15 Catalina and later only. Add or subtract a user-entered number from the current Plays of each selected track. If the resulting Plays is 0 then the track's Last Played date will be erased--as if it had never been played.

Also see New Play Count and New Last Played Date.

More information for Add or Subtract Play Count and download is here.

October 23 2019 - 12:38 pm

UPDATED: New Last Played Date v5.0

For macOS 10.15 Catalina and later. Set Last Played/Last Skipped date of selected tracks to a new date, with option to increase or decrease Plays/Skips, or set to no date and no Plays/Skips.

Also see Add or Subtract Play Count. iCloud Music Library/Apple Music users should be aware of a potential bug.

More information for New Last Played Date and download is here.

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.