sootyfoot macrumors newbie Original poster Nov 4, 2019 3 0 Nov 4, 2019 #1 I have set ptferences>CD's and DVD's to ignore when inserting music CD over and over to no avail. I cannot make it stop. Any advice? iMac OS 10.15
I have set ptferences>CD's and DVD's to ignore when inserting music CD over and over to no avail. I cannot make it stop. Any advice? iMac OS 10.15
mikzn macrumors 68040 Sep 2, 2013 3,005 2,300 North Vancouver Nov 4, 2019 #2 same here - looks like a bug no matter what the settings - if I insert an audio cd - it starts palying the CD
same here - looks like a bug no matter what the settings - if I insert an audio cd - it starts palying the CD
sootyfoot macrumors newbie Original poster Nov 4, 2019 3 0 Nov 4, 2019 #3 mikzn said: same here - looks like a bug no matter what the settings - if I insert an audio cd - it starts palying the CD Click to expand... Thank you for replying
mikzn said: same here - looks like a bug no matter what the settings - if I insert an audio cd - it starts palying the CD Click to expand... Thank you for replying
bogdanw macrumors 604 Mar 10, 2009 6,518 3,308 Nov 5, 2019 #4 Close the System Preferences and try Code: /usr/libexec/PlistBuddy -c "Delete :com.apple.digihub.cd.music.appeared" ~/Library/Preferences/com.apple.digihub.plist then Code: /usr/libexec/PlistBuddy -c "Add :com.apple.digihub.cd.music.appeared:action integer 1" ~/Library/Preferences/com.apple.digihub.plist
Close the System Preferences and try Code: /usr/libexec/PlistBuddy -c "Delete :com.apple.digihub.cd.music.appeared" ~/Library/Preferences/com.apple.digihub.plist then Code: /usr/libexec/PlistBuddy -c "Add :com.apple.digihub.cd.music.appeared:action integer 1" ~/Library/Preferences/com.apple.digihub.plist
sootyfoot macrumors newbie Original poster Nov 4, 2019 3 0 Nov 5, 2019 #5 Brilliant! You solved it. Thank you so much!