From 4f581d251a116f5c59d74e675003f0a62a9e249d Mon Sep 17 00:00:00 2001 From: 2bits <1025689+2bits@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:39:11 -0800 Subject: [PATCH] Initial commit. Modify README to include Apple Mac Initial commit for PlexDBRepair to add support for Mac. Modify `README.sh` to inlcude Mac as a supported host. Show how to run `DBRepair.sh` from the command line as Administrator. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 113ced5..4175a0f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ It is a simple menu-driven utility with a command line backend. 5. Synology (DSM 6 & DSM 7) 6. Docker (via 'docker exec' command line) 7. Western Digital (OS5) + 8. Apple (MacOS) ## How to install @@ -48,6 +49,7 @@ It is a simple menu-driven utility with a command line backend. Western Digital | Public | /mnt/HD/HD_a2/Public (Does not support 'MyCloudHome' series) Docker | N/A | Container root (adjacent /config) Linux (wkstn/svr) | N/A | Anywhere + Apple | Downloads | ~/Downloads ``` ### To install & launch: 1. Place the tar/zip/sh file in the appropriate directory @@ -82,6 +84,16 @@ It is a simple menu-driven utility with a command line backend. ./DBRepair.sh ``` +### To launch in MacOS (on the administrator account) +``` + osascript -e 'quit app "Plex Media Server"' + cd ~/Downloads + tar xvf PlexDBRepair-0.3.4.tar.gz + cd PlexDBRepair-0.3.4 + chmod +x DBRepair.sh + ./DBRepair.sh +``` + ## The menu Plex Media Server Database Repair Utility