From 6012be2dc0bad8c471609cfe93bba2c6f851bca6 Mon Sep 17 00:00:00 2001 From: g026r Date: Sun, 13 Oct 2024 00:18:53 -0400 Subject: [PATCH] docs: Add brief troubleshooting section to docs. --- docs/userguide.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/userguide.md b/docs/userguide.md index 2fbfa69..16d7f77 100644 --- a/docs/userguide.md +++ b/docs/userguide.md @@ -15,6 +15,25 @@ General keys: * Go back a screen: `esc` * Force-quit without saving: `ctrl+C` +### Troubleshooting + +Though the chances this application wrecks your library are low, it is doing something Analogue did not intend for users +to do & as such is provided with no warranties. + +Though the application creates backups of any files it modifies by default, it is still recommended that you create a +manual backup of the files in your `System/Played Games` and `System/Library/Images` directories before using. + +#### Problems with Your Pocket After Using + +If problems occur, first power down your Pocket. Then replace any modified files on the SD card (list.bin, +playtimes.bin, *_thumbs.bin) with the last known good backups. + +If you no longer have backups, the only solution is to delete the files & start with a fresh library. + +#### Problems with the Application + +Please consider [opening an issue.](https://github.com/g026r/pocket-library-toolkit/issues) + ### Main Menu ![main.png](images/main.png) @@ -142,4 +161,4 @@ If blank, this value will be set to the current date & time. The total time the game has been played. Contains 3 parts: an hour section, indicated by `h`, a minute section (`m`), and a seconds section (`s`). Any of these sections are optional. -If left blank, the total time played will be set to 0. \ No newline at end of file +If left blank, the total time played will be set to 0.