Commit Graph

64 Commits

Author SHA1 Message Date
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
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
danrahn
630d5b3b6e [Windows] Ensure PowerShell uses UTF-8 Encoding 2024-06-02 11:44:20 -07:00
danrahn
f3175713a9 Add Windows README and ReleaseNotes
Also fix Help command that broke after some last-minute refactoring, and tweak
interactive EOF handling.
2024-05-11 20:10:18 -07:00
danrahn
c9a9a1eb81 Move everything to PowerShell on Windows
Port existing batch script behavior over to PowerShell, and switch over to a
command-based pattern like DBRepair.sh - that is, allow the user to pass in a
list of commands to be run automatically, or, if no commands are provided,
interactively allow the user to choose what to do.
2024-05-11 15:24:35 -07:00
Chuck
ec9edaf304 Merge pull request #152 from ChuckPa/chuckpa/plexsqlite-dir-path
v1.06.02
2024-05-11 03:43:05 -04:00
Chuck
2e92ba88de Update README.md 2024-05-11 03:30:10 -04:00
Chuck
57055172e0 Update README.md 2024-05-11 03:29:42 -04:00
Chuck
93c7b0fbe2 Update README.md 2024-05-10 21:31:39 -04:00
ChuckPa
32c30e6826 v1.06.01 - Support directory or full path with '--sqlite' option. 2024-05-10 18:04:12 -04:00
ChuckPa
907f233a06 Manual Configuration: How to use with Docker 2024-05-10 13:30:16 -04:00
ChuckPa
852fdfc0d5 Manual mode - Initial commit 2024-05-01 02:02:32 -04:00
ChuckPa
ee8556d0f9 Update README.md 2024-04-23 22:04:52 -04:00
ChuckPa
c8162a487f Change Transcoder Cache dir to variable.
Structure differences on MacOS.
Update documentation
2024-03-08 00:35:02 -05:00
Chuck
89ea800bdb Update README.md
Clarify grouping of Plex,inc and LSIO images as "Docker" platform.

Hosts using these,  such as Unraid, are identified as "Docker".
2024-02-10 14:51:04 -05:00
ChuckPa
26a8bf3e49 Add Kubernetes (and TrueNAS) container support 2024-02-09 01:54:49 -05:00
ChuckPa
d96f091823 v1.04.00 - Add SNAP support
Adds support for SNAP packaging  (/snap, /var/snap)
2024-01-30 19:57:29 -05:00
ChuckPa
6ebb342973 Correct case where PAGESIZE != 2^n where n={10,11,12,13,14,15,16}
1.  Correct PAGESIZE allowed values
2.  Improved performance of prune
3.  Cosmetic output cleanup
4.  Improve error messaging and handling
5.  Update documentation
2024-01-17 21:15:56 -05:00
ChuckPa
2a8a8e242b Add 'purge' & Environment variable support.
PlexDBRepair - release v01.03.00

1.  Purge command  ('piurge') - Remove old image files from Transcode cache
2.  Environment variables support to tailor operation
    - DBREPAIR_CACHEAGE -  Set max age of files to retain
    - DBREPAIR_PAGESIZE    -  Set Plex SQLite database page_size
2024-01-17 00:33:07 -05:00
ChuckPa
8863beeab2 Update Release Notes & README.md
Logging - Add missing logging record when making active
One logging record was missing.

Add DSM 7 Task Scheduler usage documentation
2024-01-12 16:47:57 -05:00
ChuckPa
38749aef78 New: Add menu option to ignore/honor duplicates / constraint errors
update code.
bump to version 1.02.00 (new feature)
update release notes.
update readme
2023-11-26 00:43:39 -05:00
ChuckPa
8cbbc2b0b2 v1.01.00 - Add self-update capability
And update documentation
2023-10-16 19:16:48 -04:00
Dave Russell
ce439e0258 Update README.md
Fixed typos
2023-09-12 12:08:58 +10:00
ChuckPa
cd39ce5d14 Update: Docker manual PMS stop instructions
Add How to stop PMS manually from within a container.
2023-08-16 21:53:51 -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
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
e0ed282ffc Update README.md 2023-03-31 03:37:36 -04:00
Chuck
14f015d44a Update README.md 2023-03-23 22:02:13 -04:00
Chuck
d2639c89e2 Update README.md 2023-03-14 01:39:18 -04:00
Chuck
94202b85e3 Update README.md 2023-03-13 22:04:57 -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
1ef2d87b45 DBRepair v1.0.0 development 2023-02-27 12:57:20 -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
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
19b5260168 Update README.md 2023-01-08 13:53:52 -05:00
ChuckPa
28cc96e32f Add HOTIO container support
Thanks to @causefx and @sittingmongoose.
2023-01-07 20:07:32 -05:00
Chuck
6b675bc2b3 Update README.md 2022-12-26 22:12:20 -05:00
Chuck
6ade729e56 Merge branch 'master' into ChuckPa/DBRepair-Windows-dev 2022-12-24 21:05:04 -05:00
ChuckPa
d4005fba15 . 2022-12-24 20:55:20 -05:00
ChuckPa
b621ca1ab1 . 2022-12-24 20:47:23 -05:00
ChuckPa
1e4a8e4b26 . 2022-12-24 19:21:43 -05:00
Chuck
605d7fa44c Update README.md 2022-12-24 19:04:03 -05:00
Chuck
89e158b16a Update README.md 2022-12-24 18:45:45 -05:00
Chuck
5e27807031 Update README.md 2022-12-24 18:44:23 -05:00
Chuck
a32345ac0c Update README.md 2022-12-16 16:59:01 -05:00
ChuckPa
de8bb48901 Improve database backup selection logic, Add BINHEX support
Added informative output and correct issue selecting final available backup.
Added binhex (Arch) docker support
Updated READMEmd

Add support for all Docker variants

Change detection to use cgroup

Add BINHEX support,  Update README.md
2022-12-14 01:43:46 -05:00