Skip to content

Commit a3595f0

Browse files
authored
Update README.md
1 parent 044cedc commit a3595f0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ This app allows you to organize previously recorded signals, of any type*, so th
55
The app does not provide any recording functionality - you must use the existing Flipperzero apps to create the saved files for your action/device. Additionally, you must manage the folder structure manually on your SD card.
66

77
```
8-
* Only Sub-Ghz (.sub) and RFID (.rfid) files are supported at this time, IR is coming soon!
8+
* Only Sub-Ghz (.sub), RFID (.rfid), and Infrared (.ir) files are supported at this time. NFC support coming soon.
99
```
1010

1111
## Features
1212
* [Playback of rfid, sub-ghz, (and soon IR) signals](README.md#signal-playback)
1313
* [Easy navigation](README.md#navigation--controls)
1414
* [Flexible signal organization](README.md#signal-organization) - utilizing the SDcard filesystem
15+
* [In-app file operations](README.md#action-settings)
1516
* [Playlist support](README.md#playlists)
1617
* [Flexible naming/sorting, hidden file/folder support](README.md#sorting-and-naming)
17-
* [Customizable UI](README.md#settings)
18+
* [Customizable UI](README.md#application-settings)
1819

1920
## Screenshots
2021

@@ -27,6 +28,7 @@ The app does not provide any recording functionality - you must use the existing
2728
- Pressing `OK` on an action (indicated as a label surrounded by a border) will transmit that signal.
2829
- Pressing `Back` will take you up one folder
2930
- Pressing `Up` and `Down` will, you know, select things up and down...
31+
- Long pressing `Right` will open that item's settings: Rename, Delete, Import Here, Create Group
3032

3133
## Signal playback
3234
The signal files are played back as recorded. During playback/transmit, the LED light will flash blue until the action is complete. For RFID signals, they are continuously played back for 3 seconds.
@@ -52,6 +54,13 @@ Here's an example file layout for the screenshots above:
5254
02_my_Playlist.qpl
5355
```
5456

57+
## Action Settings
58+
Long pressing the `Right` button will launch a settings menu for the currently selected action. This provides the following options:
59+
- Rename: Allows you to rename the selected item. Useful for changing sorting order. The file extension is preserved on signal files. **Note: folder renaming is broken right now**
60+
- Delete: Deletes files and folders - folders must be empty
61+
- Import Here: Launches file browser to let you select a signal file from anywhere on the SDcard and then copies it to the current folder.
62+
- Create Group: Prompts for the name of a new folder that will be created at that point in the folder structure.
63+
5564
## Playlists
5665
You can chain multiple signal playback actions together by creating a playlist. Simply create a text file which contains a list of paths to the signals you wish to transmit - they will be played sequentially. Playlist names show up as clickable button, like all other individual signals/actions. Playlist files feature the following:
5766
* Comments: lines that start with a `#` are ignored
@@ -74,7 +83,7 @@ The first two `.sub` files live in the `/ext/apps_data/quac` folder, which is wh
7483
## Sorting and Naming
7584
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.
7685

77-
## Settings
86+
## Application Settings
7887
![Settings menu](screenshots/screenshot_2.png)
7988

8089
The settings menu will appear as the last item when you are viewing the "root" directory. Within the settings you can control:
@@ -84,7 +93,7 @@ The settings menu will appear as the last item when you are viewing the "root" d
8493
- RFID Duration: Changes the length of time a RFID signal is transmitted. Can be overridden, per `.rfid` file in a Playlist
8594

8695
## On deck...
87-
- IR Signal support
96+
- Sub-GHz External Antenna support
8897

8998
## Building / Install
9099
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.

0 commit comments

Comments
 (0)