kyleneideck / BackgroundMusic

Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
GNU General Public License v2.0
16.38k stars 677 forks source link

unable to remove background music device from sound prefrences. #143

Open skullkidrae opened 6 years ago

skullkidrae commented 6 years ago

hi there. i am unable to remove the backround music device from my sound prefrences after removing your app. i have tryed both the uninstall.sh file which did nothing at all. and also tryed manualy uninstalling each componant. but nothing has worked. can you help at all?

kyleneideck commented 6 years ago

Have you gone through https://github.com/kyleneideck/BackgroundMusic/blob/master/MANUAL-UNINSTALL.md? If that didn't work, make sure you don't have a directory called Background Music Device.driver in /Library/Audio/Plug-Ins/HAL/ and try restarting your computer.

If that doesn't help, can you let me know what you have in /Library/Audio/Plug-Ins/HAL/?

skullkidrae commented 6 years ago

as stated in my orrigonal post. i have tryed manualy removing each componant. but this has done nothing. when i check library/audio i do not have a plug-ins or HAL file.

ghost commented 6 years ago

Encountered this same issue on OSX 10.13.4. I did all of the steps on "MANUAL-UNINSTALL.md", which did not work. I did not have /Library/Audio/Plug-Ins/HAL/, either.

EDIT: Fixed. After re-installing, running the uninstall.sh script through Terminal did the job.

ghost commented 4 years ago

Encountered this same issue on OSX 10.13.4. I did all of the steps on "MANUAL-UNINSTALL.md", which did not work. I did not have /Library/Audio/Plug-Ins/HAL/, either.

EDIT: Fixed. After re-installing, running the uninstall.sh script through Terminal did the job.

hey! @shibatan how did you fix it? I tried to do the uninstall.sh script through Terminal but didn't work and i actually dont know that much about macs. may you help??

kyleneideck commented 4 years ago

@ayca99 Did you check that Background Music Device.driver was removed from /Library/Audio/Plug-Ins/HAL/ and then restart your computer?

ghost commented 4 years ago

@kyleneideck I dont have a HAL folder. Just have components, digidesign and vst

kyleneideck commented 4 years ago

@ayca99 That's very strange then. Maybe macOS has some audio driver caching I've never heard about or something. Could you run these commands in Terminal and take a screenshot of the output?

sudo ls -la /Library/Audio/Plug-Ins/HAL/
sudo rm -rf /Library/Audio/Plug-Ins/HAL/Background\ Music\ Device.driver

Then try restarting your computer again.

ghost commented 4 years ago

Ekran Resmi 2020-04-20 02 28 44

now im restarting

ghost commented 4 years ago

@kyleneideck Thank you so much! It worked now.

GongasR commented 4 years ago

Hi, i´ve got the same problem. Just bought a MBP and don´t really know how to do this. Can you explain?

kyleneideck commented 4 years ago

@GongasR What have you tried so far and what part are you having trouble with?

purplekayla13 commented 4 years ago

I have the HAL file in my plug-ins folder is there something I should do?

kyleneideck commented 4 years ago

@purplekayla13 If you're trying to remove the Background Music device, you should delete the /Library/Audio/Plug-Ins/HAL/Background Music Device.driver folder and then restart your computer.

sfederici commented 4 years ago

i am unable to remove the backround music device from my sound prefrences after removing your app. i have tryed both the uninstall.sh file which did nothing at all. and also tryed manualy uninstalling each componant. but nothing has worked. can you help at all?

What worked for me in Catalina, as suggested above, was reinstalling Background Music and then, in Terminal:

cd /Applications/Background Music.app/Contents/Resources
sh uninstall.sh

Then, when the script ends, reboot your Mac

mhmuss99 commented 4 years ago

I've tried following the uninstall instructions. Mine can't find the file, but the app is still affecting my audio output. Anyone have any other ideas?

CloudAktsk commented 3 years ago

I also encountered this issue after I uninstall BackgroundMusic. None of the solutions above work for me. Eventually, I reset the SMC and NVRAM and it works like a charm! You can try these pages: Reset SMC Reset NVRAM

drwphi commented 3 years ago

This comment helped me to completely remove Background Music for me. The MANUAL-UNINSTALL.MD mentions Delete Background Music Device.driver from /Library/Audio/Plug-Ins/HAL but there was no visible HAL folder for me until I checked it with Terminal.

Structured-Unstructured commented 2 years ago

i am unable to remove the backround music device from my sound prefrences after removing your app. i have tryed both the uninstall.sh file which did nothing at all. and also tryed manualy uninstalling each componant. but nothing has worked. can you help at all?

What worked for me in Catalina, as suggested above, was reinstalling Background Music and then, in Terminal:

cd /Applications/Background Music.app/Contents/Resources
sh uninstall.sh

Then, when the script ends, reboot your Mac

Hello, I just reinstalled the app, following what you suggested, meaning: cd /Applications/Background Music.app/Contents/Resources sh uninstall.sh

and then restart. It worked as a charm. Many many thanks!!

oweezy9 commented 1 year ago

I was having the same trouble with background Music app uninstall. Followed the instructions above via terminal and they worked! Now it's completely removed. Thanks!