|
|
@@ -14,6 +14,7 @@ The app does not provide any recording functionality - you must use the existing
|
|
|
* [Flexible signal organization](README.md#signal-organization) - utilizing the SDcard filesystem
|
|
|
* [Playlist support](README.md#playlists)
|
|
|
* [Flexible naming/sorting, hidden file/folder support](README.md#sorting-and-naming)
|
|
|
+* Customizable UI
|
|
|
|
|
|
## Screenshots
|
|
|
<table align="center">
|
|
|
@@ -78,10 +79,8 @@ The first two `.sub` files live in the `/ext/apps_data/quac` folder, which is wh
|
|
|
## Sorting and Naming
|
|
|
The list view UI is based on the sorted file and folder order. This is enforced by sorting the actual filenames. When there are cases where you need to force a specific order, you can prepend the file and folder names with `XX_` where `X` is a digit between 0-9. This will let you place an action called `On` before `Off`, even though when sorted alphabeticaly, `Off` would come before `On`. Therefore, you would name your files `00_On.rfid` and `01_Off.rfid`. When the files and folders are rendered for display, any `XX_` prefix will be stripped. All underscores will be replaced with spaces. Extensions will be stripped. Casing is preserved. Additionally, all files and folders that begin with a `.` will be ignored when drawing the UI. However, they can still be referenced in playlists. This keeps the UI unclutterd.
|
|
|
|
|
|
-## On deck... maybe?
|
|
|
-- Horizontal layout
|
|
|
-- Customize length of RFID playback. (Per file? hmm...)
|
|
|
-- Improved UI
|
|
|
+## On deck...
|
|
|
+- IR Signal support
|
|
|
|
|
|
## Building / Install
|
|
|
This app is currently built with `ufbt`, intended for the stock firmware. I have not tested this on other firmwares. The `.fap` file can be found in the Releases section on the right.
|