DDPS
December 21, 2023, 11:21am
8
Here’s a second tip I thought I could contribute. If you are running the Roon app on your Mac you want to completely erase all of its local files and settings (perhaps to start fresh, or simply to stop using Roon on that Mac and remove all vestiges, or for whatever reason you like), I recommend having a script available.
I name this script “RoonClean.sh” - you have to set execute permissions on it at the command line. The contents of the script should be as follows:
#!/bin/bash
rm -rf ~/Libra…
You can also use the Finder’s “Go” menu with the option key held down to get to your Library folder and remove those files/folders manually if you wish.