Bulk Refreshing Data in Apple Music

Sometimes I use external programs to update my Music files; specifically, I like using MusicBrainz Picard to add extra information. Once you change the info externally, you need to tell Music to re-read the file and update. You can always “Get Info” on each file individually, if you only have a few files to refresh. … Read more

Fixing Incorrect Types in Apple Music

Recently, I’ve been going through my Music collection and doing cleanup. I’ve been using iTunes and now the hot mess of Apple Music since the very beginning. Throughout the years, various tracks have randomly disappeared, or gotten corrupted in some way. I’m not entirely sure why, though I think it might have something to do … Read more

Fixing MacOS Cloud Sync

Sometimes, especially with Monterey, I have had iCloud file syncing hang where it shows there are files that need to be uploaded, but for whatever reason it stops uploading the files; sometimes for a couple of hours, sometimes completely. And, of course it will do this when I have other projects open I don’t want … Read more

Quick Way to Verify a MacOS Application Integrity

If you ever have an app that seems to be having problems launching, you can quickly check the integrity with the spctl command: spctl –assess -vv /Applications/<Application>.app As an example, if I wanted to check the integrity of Handbrake (a kick-ass video encoder), the command would be: spctl –assess -vv /Applications/HandBrake.app The output you should … Read more