ChuckPa
1a75cc9ede
Initial Test Release - v1.00.00 of Windows suite
2024-05-12 10:13:22 -04:00
Chuck
f2ec7d2ea9
Merge pull request #154 from danrahn/master
...
Interactive Windows Script via PowerShell
2024-05-12 10:07:42 -04:00
danrahn
361889230d
Adjust Windows version
2024-05-11 20:13:56 -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
ChuckPa
029020ebc5
v1.06.02 bug fix
...
Manual configuration mode error handling and reporting.
2024-05-11 02:37:37 -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
d0084c96fb
Manual config support
...
See Release notes about --sqlite and --databases options.
2024-05-05 01:22:32 -04:00
Chuck
ec7e04dc35
Merge pull request #147 from ChuckPa/chuckpa/manual-config
...
Allow running DBRepair in non-standard/unknown locations
2024-05-05 00:58:00 -04:00
ChuckPa
1a3228e648
Windows: Make path discovery better
...
DBRepair (Win) now understands mixed mode (32 bit on 64 bit OS)
2024-05-05 00:51:52 -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
d8d2283c01
HOTIO path locator fixes
...
Contributed path changes for HOTIO
Version bump
2024-03-26 14:42:33 -04:00
Chuck
43ba32afa4
Merge pull request #139 from causefx/patch-3
...
fix: add new path for update hotio image
2024-03-13 06:59:49 -07:00
causefx
4d880bf788
fix: add new path for update hotio image
2024-03-11 16:18:55 -07:00
Chuck
d98dfa68bf
Merge pull request #138 from ChuckPa/chuckpa/macos-cache-dir
...
Change Transcoder Cache dir to variable.
2024-03-07 21:43:22 -08: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
Chuck
3ef48d099a
Merge pull request #129 from ChuckPa/chuckpa/add-kubernetes-support
...
Add Kubernetes (and TrueNAS) container support
2024-02-09 15:25:20 -08:00
ChuckPa
26a8bf3e49
Add Kubernetes (and TrueNAS) container support
2024-02-09 01:54:49 -05:00
Chuck
1ea8b86aea
Merge pull request #126 from ChuckPa/chuckpa/add-snap
...
v1.04.00 - Add SNAP support
2024-01-30 17:01:13 -08: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
Chuck
e02e5bc398
Merge pull request #124 from ChuckPa/chuckpa/pagesize-constraint-check
...
Correct case where PAGESIZE != 2^n where n={10,11,12,13,14,15,16}
2024-01-17 18:25:53 -08: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
Chuck
a489a7f9e6
Merge pull request #123 from ChuckPa/chuckpa/add-cache-cleaning
...
Add 'purge' & Environment variable support.
2024-01-16 21:49:11 -08: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
Chuck
d6d6c47928
Merge pull request #116 from ChuckPa/chuckpa/ignore-option-control
...
New: Add menu option to ignore/honor duplicates / constraint errors
2023-11-25 21:50:09 -08: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
Chuck
6c7157cb5f
Merge pull request #114 from ChuckPa/chuckpa/missing-ignore-errors-check
...
Fix unable to repair DB when UNIQUE constraint errors occur
2023-11-25 16:51:54 -08:00
ChuckPa
fa760e3ddf
Update version to 1.01.04 after patch
...
update version to 1.01.04 after patch
2023-11-25 19:39:05 -05:00
ChuckPa
80fb3a751c
Fix unable to repair DB when UNIQUE constraint errors occur
...
Not all DBs were repairable. This fix addresses UNIQUE constraint failures.
2023-11-25 19:36:57 -05:00
Chuck
00bb897a92
Merge pull request #113 from ChuckPa/chuckpa/missing-ignore-errors-check
...
Fix unable to repair DB when UNIQUE constraint errors occur
2023-11-25 16:27:44 -08:00
ChuckPa
fcf132f9e1
Fix unable to repair DB when UNIQUE constraint errors occur
...
Not all DBs were repairable. This fix addresses UNIQUE constraint failures.
2023-11-25 19:25:21 -05:00
ChuckPa
4f21080862
Update DBRepair-Windows.zip after fixing Path discovery
2023-11-11 15:02:06 -05:00
Chuck
66ad17da60
Merge pull request #110 from ChuckPa/chuckpa/cleanup-version
...
Cleanup version output
2023-11-10 12:47:09 -08:00
ChuckPa
4dcb686ab1
Cleanup version output
...
Update Release Notes
2023-11-10 15:40:26 -05:00
Chuck
c5a4a88f82
Merge pull request #109 from ChuckPa/chuckp/rewrite-update
...
Correct confirmation when not scripted.
2023-11-10 12:17:40 -08:00
ChuckPa
f6008d76b7
Correct confirmation when not scripted.
...
Fixes: https://github.com/ChuckPa/PlexDBRepair/issues/108
2023-11-10 15:13:43 -05:00
ChuckPa
ee335a69a5
Update ReleaseNotes
...
Release notes
2023-10-16 20:32:51 -04:00
Chuck
2958fb5c26
Merge pull request #105 from ChuckPa/chuckpa/UpdateDBRepair
...
v1.01.00 - Add self-update capability
2023-10-16 16:42:04 -07:00
ChuckPa
8cbbc2b0b2
v1.01.00 - Add self-update capability
...
And update documentation
2023-10-16 19:16:48 -04:00
Chuck
2d7e46dd6d
Merge pull request #102 from causefx/causefx-patch-update-feature
...
Add update feature to DBRepair.sh
2023-10-13 18:45:46 -07:00
causefx
db1edd13a4
Add update feature to script
2023-10-13 08:35:32 -07:00
Chuck
47bd6e7c56
Merge pull request #101 from psitem/master
...
Plex path discovery on Windows
2023-10-08 14:11:36 -07:00