mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Compare commits
No commits in common. "32d5f8f73793426d8727fbc8d6fe71b4a4736d58" and "ac6058dd483845610a1db7dd3b241672a2f355e5" have entirely different histories.
32d5f8f737
...
ac6058dd48
10
DBRepair.sh
10
DBRepair.sh
@ -2,8 +2,8 @@
|
|||||||
#########################################################################
|
#########################################################################
|
||||||
# Database Repair Utility for Plex Media Server. #
|
# Database Repair Utility for Plex Media Server. #
|
||||||
# Maintainer: ChuckPa #
|
# Maintainer: ChuckPa #
|
||||||
# Version: v1.11.07 #
|
# Version: v1.11.06 #
|
||||||
# Date: 25-Jun-2025 #
|
# Date: 22-Jun-2025 #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
# Version for display purposes
|
# Version for display purposes
|
||||||
@ -647,14 +647,14 @@ HostConfig() {
|
|||||||
# Use FreeBSD RC configuration to set paths
|
# Use FreeBSD RC configuration to set paths
|
||||||
if [ "x$plexmediaserver_plexpass_support_path" != "x" ]; then
|
if [ "x$plexmediaserver_plexpass_support_path" != "x" ]; then
|
||||||
DBDIR="${plexmediaserver_plexpass_support_path}/Plex Media Server/Plug-in Support/Databases"
|
DBDIR="${plexmediaserver_plexpass_support_path}/Plex Media Server/Plug-in Support/Databases"
|
||||||
CACHEDIR="${plexmediaserver_plexpass_support_path}/Plex Media Server/Cache"
|
CACHEDIR="${plexmediaserver_plexpass_support_path}/Cache"
|
||||||
elif [ "x$plexmediaserver_support_path" != "x" ]; then
|
elif [ "x$plexmediaserver_support_path" != "x" ]; then
|
||||||
DBDIR="${plexmediaserver_support_path}/Plex Media Server/Plug-in Support/Databases"
|
DBDIR="${plexmediaserver_support_path}/Plex Media Server/Plug-in Support/Databases"
|
||||||
CACHEDIR="${plexmediaserver_support_path}/Plex Media Server/Cache"
|
CACHEDIR="${plexmediaserver_support_path}/Cache"
|
||||||
else
|
else
|
||||||
# System is using default Ports package configuration paths
|
# System is using default Ports package configuration paths
|
||||||
DBDIR="/usr/local/plexdata${BsdPlexPass}/Plex Media Server/Plug-in Support/Databases"
|
DBDIR="/usr/local/plexdata${BsdPlexPass}/Plex Media Server/Plug-in Support/Databases"
|
||||||
CACHEDIR="/usr/local/plexdata${BsdPlexPass}/Plex Media Server/Cache"
|
CACHEDIR="/usr/local/plexdata${BsdPlexPass}/Cache"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Where is the software
|
# Where is the software
|
||||||
|
|||||||
14
README.md
14
README.md
@ -92,13 +92,12 @@ Enter command # -or- command name (4 char min) :
|
|||||||
- BINHEX
|
- BINHEX
|
||||||
- HOTIO
|
- HOTIO
|
||||||
- Podman (libgpod)
|
- Podman (libgpod)
|
||||||
4. FreeBSD (14+)
|
4. Linux workstation & server
|
||||||
5. Linux workstation & server
|
5. MacOS
|
||||||
6. MacOS
|
6. Netgear (OS5 Linux-based systems)
|
||||||
7. Netgear (OS5 Linux-based systems)
|
7. QNAP (QTS & QuTS)
|
||||||
8. QNAP (QTS & QuTS)
|
8. Synology (DSM 6 & DSM 7)
|
||||||
9. Synology (DSM 6 & DSM 7)
|
9. Western Digital (OS5)
|
||||||
10. Western Digital (OS5)
|
|
||||||
```
|
```
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
@ -117,7 +116,6 @@ Enter command # -or- command name (4 char min) :
|
|||||||
Binhex | N/A | Container root (adjacent /config)
|
Binhex | N/A | Container root (adjacent /config)
|
||||||
Docker (Plex,LSIO) | N/A | Container root (adjacent /config)
|
Docker (Plex,LSIO) | N/A | Container root (adjacent /config)
|
||||||
Hotio | N/A | Container root (adjacent /config)
|
Hotio | N/A | Container root (adjacent /config)
|
||||||
FreeBSD (14+) | N/A | Anywhere
|
|
||||||
Kubernetes | N/A | Container root (adjacent /config)
|
Kubernetes | N/A | Container root (adjacent /config)
|
||||||
Linux (wkstn/svr) | N/A | Anywhere
|
Linux (wkstn/svr) | N/A | Anywhere
|
||||||
MacOS | N/A | Anywhere
|
MacOS | N/A | Anywhere
|
||||||
|
|||||||
@ -8,11 +8,6 @@
|
|||||||

|

|
||||||
|
|
||||||
# Release Info:
|
# Release Info:
|
||||||
v1.11.07
|
|
||||||
|
|
||||||
1. Add support FreeBSD - Add support for FreeBSD (14+)
|
|
||||||
Thanks to @cdf-eagles for the work.
|
|
||||||
|
|
||||||
v1.11.06
|
v1.11.06
|
||||||
|
|
||||||
1. Restart after update - Correct missing variable initialization.
|
1. Restart after update - Correct missing variable initialization.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user