Clean up music tags with a Groovy script I demonstrate a Groovy script to clean up the motley assembly of tag fields.
Clean up unwanted files in your music directory using Groovy In this demonstration, I facilitate removing unwanted files in the album directories.
How I use Groovy to analyze album art in my music directory Here's how I use open source tools to analyze my music directory including album cover files.
My favorite open source library for analyzing music files Here's how I use the JAudiotagger library with a Groovy script I created to analyze my music files.
How I analyze my music directory with Groovy To simplify Java's clunkiness, I made a Groovy tool to analyze my music directory.
A guide to JVM interpretation and compilation Use interpretation, just-in-time compilation, and ahead-of-time compilation efficiently by understanding the differences among them.