Version 1.0.5

1. Add Arch Linux support
2. Improve override file processing
3. Documentation cleanup
This commit is contained in:
ChuckPa
2023-05-05 00:23:20 -04:00
parent 7717283a5a
commit c00a52fda4
3 changed files with 111 additions and 29 deletions

View File

@@ -93,14 +93,15 @@ If sufficient privleges exist (root), and supported by the environment, the opti
Where to place the utility varies from host to host.
Please use this table as a reference.
Some hosts will not be listed here by name (e.g. Unraid, Proxmox).
They will likely be supported by the container/VM PMS runs in.
```
Vendor | Shared folder name | directory
Vendor | Shared folder name | Recommended directory
-------------------+---------------------+------------------------------------------
Apple | Downloads | ~/Downloads
Arch Linux | N/A | Anywhere
ASUSTOR | Public | /volume1/Public
binhex | N/A | Container root (adjacent /config)
Docker | N/A | Container root (adjacent /config)
@@ -130,16 +131,16 @@ If sufficient privleges exist (root), and supported by the environment, the opti
### EXAMPLE: To install & launch on Synology DSM 6 / DSM 7
### EXAMPLE: To install & launch on Synology DSM 6
cd /volume1/Plex # /volume1/PlexMediaServer on DSM 7
cd /volume1/Plex (/volume1/PlexMediaServer on DSM 7)
sudo bash
tar xf PlexDBRepair-x.y.z.tar.gz
cd PlexDBRepair-x.y.z
chmod +x DBRepair.sh
./DBRepair.sh
### EXAMPLE: Using DBRepair inside containers (manual start/stop included)
#### (Select containers allow stopping/starting PMS from the menu. See menu for details)