Skip to content

Instantly share code, notes, and snippets.

@UltimateNova1203
Last active June 15, 2024 01:37
Show Gist options
  • Save UltimateNova1203/b77e8827829014c41daed22c8cbc257e to your computer and use it in GitHub Desktop.
Save UltimateNova1203/b77e8827829014c41daed22c8cbc257e to your computer and use it in GitHub Desktop.
You can manually set the preference in Terminal:
# CD Insert Action:
defaults write com.apple.music cdInsertAction 3
- 2: Import CD
- 3: Import CD and Eject
- 4: Play CD/Show CD
# Artwork Action
defaults write com.apple.music automaticallyDownloadArtwork 1
defaults write com.apple.music dontAskDownloadArtwork 1
- 0: False
- 1: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment