Commit Graph

245 Commits

Author SHA1 Message Date
ChuckPa baf8398085 v1.11.04
1.  Add  Start/Stop support for Binhex containers
1.  Restart after update (optional)
2.  Remove DEFLATE (PMS 1.41.8)
2025-06-03 12:39:29 -04:00
Chuck 65f4e5d33d 911 - Deflate 2025-05-31 23:12:59 -04:00
Chuck 4872b82815 Merge pull request #211 from ChuckPa/chuckpa/add-log
v1.11.03 -Add summary logfile messages
2025-05-30 23:25:49 -04:00
ChuckPa 859f2bdbe1 Add Log entries to Deflate 2025-05-30 23:25:04 -04:00
Chuck 0e1797a4c0 Merge pull request #210 from ChuckPa/chuckpa/add-log
v1.11.03 -Add summary logfile messages
2025-05-30 23:21:38 -04:00
ChuckPa cf54baa5c4 v1.11.03 -Add summary logfile messages
v1.11.03
1.  Add DEFLATE command to provide fast database cleanup while Plex engineering fixes the root problems.
2.  Handle Databases not on same storage as AppSuppDir
3.  Calculate SpaceNeeded based on $DBDIR
4.  Fix menu items
5.  Fix reporting of SpaceNeeded when unable to process.
6.  Add summary logging for DEFLATE actions in case disk full.
2025-05-30 23:19:34 -04:00
Chuck b431e49455 Merge pull request #208 from ChuckPa/chuckpa/plex-bloat
Provide temporary DB bloat deflate capability for huge databases.

Documentation in the Release Notes
2025-05-30 19:31:42 -04:00
ChuckPa c5c1f7b683 v1.11.02
1.  Handle Databases not on same storage as AppSuppDir
2.  Calculate SpaceNeeded based on $DBDIR
3.  Fix menu items

4.  Fix reporting of SpaceNeeded when unable to process.

v1.11.02

Add DEFLATE command to provide fast database cleanup while Plex engineering fixes the root problems.
2025-05-30 19:22:34 -04:00
Chuck 8c5f7606a7 Merge pull request #202 from danrahn/master
Add statistics_bandwidth Cleanup to Windows Scripts
2025-05-24 19:17:45 -04:00
danrahn 3bb22f56cd Bump version 2025-05-24 14:34:44 -07:00
danrahn 481814ed2c Add statistics_bandwidth cleanup to Windows scripts 2025-05-24 10:34:41 -07:00
Chuck d6f4dbf263 Merge pull request #201 from danrahn/master
Update Windows scripts to reflect name change
2025-05-24 10:39:30 -04:00
danrahn 1c5c4b6fbc Update Windows scripts to reflect name change 2025-05-23 19:51:46 -07:00
ChuckPa 98c5274d86 Update Repo name URL and reissue 2025-05-23 21:17:40 -04:00
ChuckPa 1c1ed5a8c1 Comply with Plex, inc. Trademark Policy
Comply with Plex,inc. Trademark Policy
2025-05-23 19:55:51 -04:00
Chuck be74c6f85e Merge pull request #199 from ChuckPa/chuckpa/final-tags
Refactor version tags
2025-05-23 01:37:15 -04:00
ChuckPa 865da1cd3c Refactor version tags 2025-05-23 01:36:00 -04:00
Chuck ca489c6c3f Merge pull request #198 from ChuckPa/chuckpa/final-tags
Refactor version tags
2025-05-23 01:30:10 -04:00
ChuckPa 75481e41d3 Refactor version tags 2025-05-23 01:26:33 -04:00
Chuck 3262ec7f7a Cleanup update tag handling. Inform users of DB cleanup tasks.
Correct version tag handling (remove junk)
2025-05-22 19:40:14 -04:00
ChuckPa 8aed201782 Correct version tag handling (remove junk)
Users would see multiple versions' tag info.  This is undesirable.
2025-05-22 19:38:05 -04:00
Chuck 21196a3cc3 Merge pull request #196 from ChuckPa/chuckpa/may-cleanup
v1.10.05
2025-05-20 20:26:59 -04:00
ChuckPa a34511a219 May 2025 cleanup
Minor DB Cleanup extras.
2025-05-20 20:19:14 -04:00
Chuck e2a3d1d04b Merge pull request #194 from danrahn/master
[Windows] Check PMS state in more places
2025-04-30 20:06:45 -04:00
danrahn 82f1575293 [Windows] Check PMS state in more places
While it probably won't address #184 since the batch script works without issue,
but I was unable to replicate this on my system, so this is at least an
intermediate step. Also do some refactoring around the export process, and don't
remove temp files in scripted mode if the last operation failed.
2025-04-26 10:53:17 -07:00
Chuck 19b9b5bf6f Update README.md 2025-04-01 19:16:46 -04:00
Chuck dfebe80fa9 Merge pull request #191 from ChuckPa/chuckpa/handle-null-LC_ALL
Set LC_ALL=C when null
2025-03-18 21:54:25 -04:00
ChuckPa 2fcd006ed4 Set LC_ALL=C when null
MacOS fails regular expressions when null (as of Sequoia)
2025-03-18 21:44:11 -04:00
Chuck d505486e95 Merge pull request #188 from danrahn/capture_constraint_errors
[Windows] Add Honor/Ignore options and ensure all import errors are captured
2025-02-24 01:59:26 -05:00
danrahn ed72348a76 [Windows] Ensure all import errors are captured 2025-02-23 15:20:10 -08:00
Chuck eae8c5a6da Merge pull request #186 from setoy/master
Changed Write-Warn to be Write-Warning
2025-02-06 01:54:54 -05:00
setoy 4df5421699 Changed Write-Warn to be Write-Warning 2025-02-05 14:12:37 +01:00
Chuck 738dc8d7a0 Merge pull request #182 from ChuckPa/chuckpa/fix-busybox-posix
Change 'Update' to use non-POSIX techniques
2025-01-03 19:07:02 -05:00
ChuckPa 48f7ff7f36 Change Update to use non-POSIX techniques
QNAP BusyBox 'grep' no longer supports POSIX.
Refactor to alternative method
2025-01-03 19:03:01 -05:00
Chuck 804c9014d1 Merge pull request #180 from ChuckPa/chuckpa/cleanup-purge
Minor cleanup from 1.10 release
2025-01-02 18:33:37 -05:00
ChuckPa 984b4ff861 Minor cleanup from 1.10 release 2025-01-02 15:13:16 -05:00
Chuck 6aff3e4231 Update README.md 2024-12-31 00:52:35 -05:00
Chuck 46c4b1ddcc Update README.md 2024-12-30 11:54:16 -05:00
Chuck 1737631454 Merge pull request #178 from ChuckPa/chuckpa/Add-Purge
add purge
2024-12-29 00:57:57 -05:00
ChuckPa fe6c8d3ab6 Add Prune
Delete all images and temporary transcoder files/dirs in "/tmp".
2024-11-14 16:44:00 -05:00
ChuckPa f11d8de6be Fix: Forgot 'fi' on line 664 2024-09-04 20:02:20 -04:00
ChuckPa f4b987900a LSIO Start/Stop - updated path support
LSIO has multiple svc-plex pathnames.
This change adds support for /run/service/svc-plex.
2024-08-28 14:40:11 -04:00
ChuckPa 16d1807705 Update README.md 2024-07-21 20:53:43 -04:00
Chuck c74c6c601c Update README.md 2024-06-24 17:37:53 -04:00
Chuck 013f55bd96 Update README.md 2024-06-24 17:35:54 -04:00
Chuck 79f0153a96 Update README.md
Remove duplicate in 'databases databases' descriptive clauses.
2024-06-24 17:33:37 -04:00
Chuck c0000079d7 Merge pull request #164 from markhoney/patch-1
Update DBRepair.sh, fix typo
2024-06-24 17:29:42 -04:00
Mark Honeychurch f869520ef8 Update DBRepair.sh, fix typo
Removed duplicated "database" in instructions
2024-06-23 21:46:38 +12:00
ChuckPa 91562060d1 v1.07.00
1.  Add MacOS start/stop functionality from menu.
2.  Cleanup & dead code removal
2024-06-14 13:20:37 -04:00
Chuck 4f5b5abdc8 Merge pull request #161 from 2bits/master
Support Mac Start Stop
2024-06-14 13:08:09 -04:00