Add AuroraDriveFixerSmart and DeadEntryCleaner utility scripts - #56
Open
EduDicaseGameplay wants to merge 5 commits into
Open
Add AuroraDriveFixerSmart and DeadEntryCleaner utility scripts#56EduDicaseGameplay wants to merge 5 commits into
EduDicaseGameplay wants to merge 5 commits into
Conversation
Swizzy
reviewed
Jul 26, 2026
| scriptTitle = "Dead Entry Cleaner (BETA)" | ||
| scriptAuthor = "Eduardo Henrique/Channel Edu Dicas e Gameplay" | ||
| scriptVersion = "1.0" | ||
| scriptDescription = "Removes ghost entries from Aurora (ContentItems). Does not alter games, DLCs, or TUs. May require a re-scan." |
Contributor
There was a problem hiding this comment.
You can trigger a Rescan/Restart if memory serves me right, check some of the other scripts we've made - there should be something in there for that.
…ntifiers and reducing false positives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request introduces two utility scripts for Aurora, designed to simplify maintenance and improve the overall user experience.
AuroraDriveFixerSmart
Automatically detects storage devices and repairs common issues related to scan paths after drive changes, cloning, or storage migration. The script helps Aurora locate games correctly again without requiring users to manually recreate their scan paths.
Key features:
DeadEntryCleaner
Scans Aurora's
content.dbdatabase for invalid or orphaned entries ("dead entries") and removes them safely, keeping the database clean and preventing duplicate or broken game listings.Key features:
Testing
Both scripts have been thoroughly tested on Aurora 0.7b.2 using multiple storage configurations (HDD and USB). The scripts were also tested with different game layouts and databases to ensure safe and reliable operation.
Notes
These scripts are intended to automate common maintenance tasks while minimizing the risk of user error. They are designed to be safe, lightweight, and easy to use for both new and experienced Aurora users.