App to manage a Favorites collection in MinUI and NextUI.
This project is a MinUI app to manage a collection named "Favorites". The app is packaged in a .pak folder to be used as a tool within MinUI. The current features include the ability to add and remove games from the Favorites collection, delete the collection and clear the Recently Played. The Favorites collection can be accessed under Collections in the main menu and is sorted alphabetically.
This pak is designed for the following MinUI Platforms and devices:
miyoomini
: Miyoo Mini Plus (not the Miyoo Mini)my282
: Miyoo A30rg35xxplus
: RG-35XX Plus, RG-34XX, RG-35XX H, RG-35XX SPtg5040
: Trimui Brick (formerlytg3040
), Trimui Smart Pro
- Mount your MinUI SD card.
- Download the latest release from GitHub.
- Copy the zip file to the correct platform folder in the "/Tools" directory on the SD card.
- Extract the zip in place, then delete the zip file.
- Confirm that there is a
/Tools/$PLATFORM/Favorites.pak/launch.sh
file on your SD card. - Unmount your SD Card and insert it into your MinUI device.
Note: The platform folder name is based on the name of your device. For example, if you are using a TrimUI Brick, the folder is "tg3040". Alternatively, if you're not sure which folder to use, you can copy the .pak folders to all the platform folders.
This option allows you to add a game from Recently Played to the Favorites collection. If the Favorites collection does not exist, it will be created for you.
This option allows you to remove a game from the Favorites collection. If the Favorites collection is empty, it will be removed.
This option deletes the Favorites collection. You will be asked if you are sure you want to delete the collection before it is removed.
This option clears your Recently Played list. You will be asked if you are sure you want to clear the list before it is removed.
It is possible to change the word used for "Favorites" to another word of your choice. This will be reflected in the app and in the Collections menu. This can be used to, for example, change "Favorites" to British English "Favourites" or another language of your choice.
To do this, edit the settings.json
file in the Favorites.pak
folder. Change the value of favorites_label
to the word you want to use. For example, to change "Favorites" to "Favourites" the settings section of the file would look like this:
"settings": {
"favorites_label": "Favourites"
}
You can also rename the Favorites.pak
folder to the word you want to use. For example, to change "Favorites" to "Favourites" rename the folder to Favourites.pak
.
- MinUI by Shaun Inman
- minui-list and minui-presenter by Jose Diaz-Gonzalez
- Also, thank you, Jose Diaz-Gonzalez, for your pak repositories, which this project is based on.
This project is released under the MIT License. For more information, see the LICENSE file.