jellyfin / jellyfin-server-macos

The menu bar app and package for Jellyfin Server on macOS.
https://jellyfin.org
Mozilla Public License 2.0
60 stars 14 forks source link

Manual Uninstall #41

Closed anthonylavado closed 4 years ago

anthonylavado commented 4 years ago

Hi Anthony, I’ve had to uninstall due to issues with android tv app. Which files do I need to delete that adding app to trash doesn’t delete. Cheers

Originally posted by @brabs27 in https://github.com/jellyfin/jellyfin-server-macos/issues/36#issuecomment-643842691

anthonylavado commented 4 years ago

Hi @brabs27, I've just made a separate issue for this.

You can run this in a terminal, or go to these folders in the Finder:

rm -Rfv ~/.config/jellyfin
rm -Rfv ~/.cache/jellyfin
rm -Rfv ~/.local/share/jellyfin

They're hidden folders by default on macOS, if you want to do it manually, you'll need to use the Go menu in the Finder to do so.

brabs27 commented 4 years ago

Thanks Anthony, that did the trick!