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.
This commit is contained in:
2bits 2022-11-14 17:39:11 -08:00
parent d7c8ac7abc
commit 4f581d251a

View File

@ -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