mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-05 18:58:53 -05:00
Merge pull request #218 from ChuckPa/chuckpa/menu
v1.11.05 - Cleanup menu Thanks @kimpenhaus
This commit is contained in:
commit
f96032e9c4
@ -2,12 +2,12 @@
|
||||
#########################################################################
|
||||
# Database Repair Utility for Plex Media Server. #
|
||||
# Maintainer: ChuckPa #
|
||||
# Version: v1.11.04 #
|
||||
# Date: 03-Jun-2025 #
|
||||
# Version: v1.11.05 #
|
||||
# Date: 05-Jun-2025 #
|
||||
#########################################################################
|
||||
|
||||
# Version for display purposes
|
||||
Version="v1.11.04"
|
||||
Version="v1.11.05"
|
||||
|
||||
# Have the databases passed integrity checks
|
||||
CheckedDB=0
|
||||
@ -1964,8 +1964,7 @@ do
|
||||
echo " 88 - 'update' - Check for updates."
|
||||
echo " 98 - 'quit' - Quit immediately. Keep all temporary files."
|
||||
echo " 99 - 'exit' - Exit with cleanup options."
|
||||
echo " "
|
||||
echo "911 - 'deflate' - Deflate a bloated PMS database"
|
||||
|
||||
fi
|
||||
|
||||
if [ $Scripted -eq 0 ]; then
|
||||
|
||||
@ -8,11 +8,15 @@
|
||||

|
||||
|
||||
# Release Info:
|
||||
v1.11.05
|
||||
|
||||
1. Remove menu option - Deflate menu option wasn't previously removed. Now removed.
|
||||
|
||||
v1.11.04
|
||||
|
||||
1. Binhex start/stop - Add support for stopping and starting PMS in Binhex containers.
|
||||
1. Restart after update - Add option to restart after live updating.
|
||||
2. Remove temp Deflate - Remove deflate function as of PMS 1.41.8 availability
|
||||
2. Restart after update - Add option to restart after live updating.
|
||||
3. Remove temp Deflate - Remove deflate function as of PMS 1.41.8 availability
|
||||
|
||||
v1.11.01 - v1.11.03 - Temporary versions to assist PMS database bloat issue.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user