mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2026-02-12 22:16:11 -06:00
Compare commits
4 Commits
master
...
0d5f850c56
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d5f850c56 | ||
|
|
7b3a4d7173 | ||
|
|
6df10f9c3d | ||
|
|
1d182271d9 |
@@ -2,12 +2,12 @@
|
|||||||
#########################################################################
|
#########################################################################
|
||||||
# Plex Media Server database check and repair utility script. #
|
# Plex Media Server database check and repair utility script. #
|
||||||
# Maintainer: ChuckPa #
|
# Maintainer: ChuckPa #
|
||||||
# Version: v1.07.00 #
|
# Version: v1.07.01 #
|
||||||
# Date: 14-Jun-2024 #
|
# Date: 01-Jul-2024 #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
# Version for display purposes
|
# Version for display purposes
|
||||||
Version="v1.07.00"
|
Version="v1.07.01"
|
||||||
|
|
||||||
# Have the databases passed integrity checks
|
# Have the databases passed integrity checks
|
||||||
CheckedDB=0
|
CheckedDB=0
|
||||||
@@ -1676,6 +1676,7 @@ do
|
|||||||
# Or is it the direct path to Plex SQLite
|
# Or is it the direct path to Plex SQLite
|
||||||
elif echo "$2" | grep "Plex SQLite" > /dev/null && [ -f "$2" ] ; then
|
elif echo "$2" | grep "Plex SQLite" > /dev/null && [ -f "$2" ] ; then
|
||||||
PLEX_SQLITE="$2"
|
PLEX_SQLITE="$2"
|
||||||
|
ManualConfig=1
|
||||||
|
|
||||||
else
|
else
|
||||||
Output "Given 'Plex SQLite' directory/path ('$2') is invalid. Aborting."
|
Output "Given 'Plex SQLite' directory/path ('$2') is invalid. Aborting."
|
||||||
@@ -1697,7 +1698,6 @@ do
|
|||||||
LOGFILE="$DBDIR/DBRepair.log"
|
LOGFILE="$DBDIR/DBRepair.log"
|
||||||
ManualConfig=1
|
ManualConfig=1
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
Output "Given Plex databases directory ('$2') is invalid. Aborting."
|
Output "Given Plex databases directory ('$2') is invalid. Aborting."
|
||||||
exit 2
|
exit 2
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||

|

|
||||||
|
|
||||||
# Release Info:
|
# Release Info:
|
||||||
|
v1.07.01
|
||||||
|
|
||||||
|
1. ManualConfig - Flag missing when asserting --sqlite option. This is cosmetic but fixing anyway (--databases is ok)
|
||||||
|
|
||||||
v1.07.00
|
v1.07.00
|
||||||
|
|
||||||
1. Mac start/stop - DBRepair now supports start/stop from the menu.
|
1. Mac start/stop - DBRepair now supports start/stop from the menu.
|
||||||
|
|||||||
Reference in New Issue
Block a user