118 Commits

Author SHA1 Message Date
ChuckPa
507dca0af9
Enforce UID=0 on selected platforms 2023-06-02 00:00:31 -04:00
Chuck
40a8873ce1
Merge pull request #75 from ChuckPa/chuckpa/binhex-test-typo
Binhex:   Fat-fingered IF test.
2023-05-31 23:21:46 -04:00
ChuckPa
d508e761d2
Binhex: Fat-fingered IF test. 2023-05-31 23:17:12 -04:00
Chuck
d50124a0e6
Merge pull request #74 from ChuckPa/chuckpa/macos-confirm-db-writeable
Fixes: MacOS priorization & Binhex detection
2023-05-30 23:00:24 -04:00
ChuckPa
2c85008dc3
Fixes:
Fix Binhex container detection.
Re-prioritize host detection;  move MacOS detection higher up to avoid  mis-identification.
2023-05-28 16:18:41 -04:00
Chuck
b810055546
Merge pull request #70 from ChuckPa/chuckpa/quit-exit-menu
Fix Quit / Exit behavior
2023-05-16 20:49:25 -04:00
ChuckPa
1f23bf8419
Fix Quit / Exit behavior
Separate Quit and exit into two commands.
- Quit is immediate exit without cleanup
- Exit provides option to remove temp files
- EOF exit will always retain temp files.
2023-05-16 20:46:17 -04:00
Chuck
9833228f71
Merge pull request #67 from ChuckPa/chuckpa/add-arch-support
Version 1.0.5 
- Add Arch Linux support
- Improve override file processing
- Documentation cleanup
2023-05-10 07:26:19 -04:00
ChuckPa
c00a52fda4
Version 1.0.5
1. Add Arch Linux support
2. Improve override file processing
3. Documentation cleanup
2023-05-05 00:23:35 -04:00
Chuck
7717283a5a
Update README.md 2023-04-25 17:38:02 -04:00
ChuckPa
ae18fbf1c7
Contribute: Add branch
Generate PRs to this branch.
PRs will merge to master after testing completed.
2023-04-19 12:06:27 -04:00
Chuck
4b4e5fdf48
Merge pull request #63 from ChuckPa/chuckpa/contributing
Contributing:  Clarify guidelines.
2023-04-19 11:31:57 -04:00
ChuckPa
e5ea99d09b
Contributing: Clarify guidelines. 2023-04-19 11:30:58 -04:00
ChuckPa
14cbc979c8
Contributor instructions
How to contribute to PlexDBRepair
2023-04-19 10:29:40 -04:00
Chuck
bfb189f7b3
Merge pull request #56 from CLHatch/patch-2
Add start/stop command for ReadyNAS
2023-04-14 20:46:41 -04:00
CLHatch
6431bfee86
Add start/stop command for ReadyNAS
I just tested this on my ReadyNAS 316, and it works.  The service file is stored at `/apps/plexmediaserver/fvapp-plexmediaserver.service`.
2023-04-01 23:41:47 -05:00
Chuck
884228835c
Merge pull request #55 from ChuckPa/chuckpa/Start-stop-fixes
Start/stop cleanup
2023-04-01 17:27:38 -04:00
ChuckPa
621bb274d2
Start/stop cleanup 2023-04-01 17:16:09 -04:00
Chuck
199cf3d385
Merge pull request #54 from CLHatch/patch-1
Set Plex Start/Stop commands for HOTIO
2023-04-01 16:58:57 -04:00
ChuckPa
e0ed282ffc
Update README.md 2023-03-31 03:37:36 -04:00
CLHatch
a50cc39c46
Set Plex Start/Stop commands for HOTIO
The if commands to set start and stop commands were never reached for HOTIO.
2023-03-30 03:59:38 -05:00
Chuck
5a08d0ac41
Merge pull request #53 from ChuckPa/chuckpa/unexpected-eof
block if/fi correction
2023-03-29 04:19:23 -04:00
ChuckPa
6aa4bac4c4
block if/fi correction 2023-03-29 04:18:06 -04:00
Chuck
6043ac44c6
Merge pull request #52 from ChuckPa/chuckpa/qnap-df-posix
QNAP:  Force POSIX mode 'df' output formatting
2023-03-29 02:19:29 -04:00
ChuckPa
69206eb356
QNAP: Force POSIX mode 'df' output formatting 2023-03-29 02:17:08 -04:00
Chuck
110a243774
Merge pull request #50 from ChuckPa/chuckpa/fix-command-line-eof
Handle unexpected EOL when scripted
2023-03-28 00:25:25 -04:00
ChuckPa
a0184bdf24
Handle unexpected EOL when scripted 2023-03-28 00:23:20 -04:00
Chuck
14f015d44a
Update README.md 2023-03-23 22:02:13 -04:00
Chuck
b15d5a55c8
Restore owner and permissions 2023-03-16 02:08:34 -04:00
Chuck
a618da8a97
Restore owner and permissions
Corrects timing problem when to set owner and permissions after database operations.
2023-03-16 01:59:06 -04:00
Chuck
52f4c6b90f
v1.0.0 release 2023-03-14 16:34:11 -04:00
ChuckPa
3f32a57d1b
Syntax error 2023-03-14 15:45:02 -04:00
Chuck
d2639c89e2
Update README.md 2023-03-14 01:39:18 -04:00
Chuck
07fd79339d
Update ReleaseNotes 2023-03-13 22:07:05 -04:00
Chuck
94202b85e3
Update README.md 2023-03-13 22:04:57 -04:00
Chuck
b1738d3da0
Update DBRepair.sh 2023-03-13 22:04:08 -04:00
Chuck
5374d287e6
Update DBRepair.sh 2023-03-13 18:34:16 -04:00
Chuck
ef31078617
Merge pull request #45 from ChuckPa/chuckpa/keyword-commands
v1.0.0 release
2023-03-13 15:17:25 -04:00
ChuckPa
9b3c0ed40e
Release 1.0.
New menu w/ command name support
Stop containers within the utility
Updated documentation
2023-03-13 15:10:26 -04:00
ChuckPa
7497df41b2
Incremental commit - BETA 3
development push -- changing repos


Cleanup finalized

Waiting to complete testing.
2023-03-01 19:58:39 -05:00
ChuckPa
1ef2d87b45
DBRepair v1.0.0 development 2023-02-27 12:57:20 -05:00
Chuck
6803d3958c
Merge pull request #44 from CLHatch/patch-1
Update README.md
2023-02-08 14:49:05 -05:00
CLHatch
cf2ed54198
Update README.md
"Logfile" is "Option 8", not "Option 7".  I'm guessing you added an option after you wrote the "Typical Usage" section and missed updating it.
2023-02-06 22:55:58 -06:00
Chuck
2126320388
Merge pull request #40 from CLHatch/patch-1
Update README.md
2023-02-05 19:46:22 -05:00
Chuck
f818f982b6
Merge pull request #43 from Dracon09/patch-1
Update README.md
2023-02-05 19:44:15 -05:00
Dracon09
425f08b026
Update README.md
Update sh commands to current released version
2023-02-05 12:24:39 -05:00
CLHatch
fa9e974787
Update README.md
Fix "Exit" to be "Option 9" instead of "Option 8" under "Typical Usage".
2023-02-03 04:47:18 -06:00
Chuck
a38da9e44e
Merge pull request #38 from ChuckPa/chuckpa/fix-timestamp-again
Remove date from Timestamp.   Dates not predictable in CMD environment.
2023-01-17 01:37:33 -05:00
ChuckPa
c10169d7fd
Fix problem with date in timestamp
Date format subject to user system settings.  Results inconsistent.
This is a limitation of windows CMD

Date removed from TimeStamp.
2023-01-17 01:23:49 -05:00
Chuck
ddf02345a8
Merge pull request #37 from ChuckPa/chuckpa/windows-12-24-hour-clock
DBRepair-Windows:  Fix Date/Time stamp
2023-01-13 20:23:12 -05:00