mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
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.
23 lines
682 B
Plaintext
23 lines
682 B
Plaintext
# PlexDBRepair-Windows
|
|
|
|
Release notes for the Windows counterpart to DBRepair.sh (DBRepair-Windows.ps1)
|
|
|
|
# Release Info
|
|
|
|
v1.00.02
|
|
- Check whether PMS is running at more points in the process.
|
|
- Don't remove temp files in scripted mode if the last operation failed.
|
|
- Better export process that improves upon the UTF-8 fix in v1.00.01.
|
|
|
|
v1.00.01
|
|
- Bug Fix: Ensure UTF-8 characters get exported/imported properly.
|
|
|
|
v1.00.00
|
|
- Initial Windows PowerShell script release, aiming to provide a similar experience as DBRepair.sh, with command-name-based input.
|
|
- Initial command support:
|
|
- AUTO(matic)
|
|
- EXIT
|
|
- PRUN(e)
|
|
- STAR(t)
|
|
- STOP
|