Skip to content

Instantly share code, notes, and snippets.

@anthonylavado
Last active April 19, 2020 20:50
Show Gist options
  • Save anthonylavado/cca581ae71b1cc9ab95beb6d55bd1080 to your computer and use it in GitHub Desktop.
Save anthonylavado/cca581ae71b1cc9ab95beb6d55bd1080 to your computer and use it in GitHub Desktop.
Remove all traces of a Jellyfin library/config from a macOS system.
#!/usr/bin/env bash
rm -Rfv ~/.config/jellyfin
rm -Rfv ~/.cache/jellyfin
rm -Rfv ~/.local/share/jellyfin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment