You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ The idea behind this app is to allow for you to test multiple copies of NFC's at
3
3
## How it works:
4
4
When starting the app you are greeted by a select file option where you choose the playlist you wanna run.
5
5
6
-
All playlists should be placed in `ext/apps_data/nfc_playlist`, but they can also be stored in other file locations. An example of the data format is shown below, and you can find an example file in the repository: [file](./playlist.txt). You are able to create your own playlists using the playlist editor in the app.
6
+
All playlists should be placed in `ext/apps_data/playlists/nfc_playlist`, but they can also be stored in other file locations. An example of the data format is shown below, and you can find an example file in the repository: [file](./playlist.txt). You are able to create your own playlists using the playlist editor in the app.
7
7
```txt
8
8
/ext/nfc/link.nfc
9
9
/ext/nfc/link2.nfc
@@ -24,9 +24,12 @@ As i know these firmwares are supported and working if you know any more please
24
24
- Skip errors (Makes it so you can make the emulation screen hide errors and skip delays between errors and emulation)
25
25
- Loop (Makes it so the playlist will loop back to the start when it reaches the end)
26
26
- User controls (Allows you to control the position of the playlist using the buttons on the flipper skipping and rewinding the playlist)
27
-
- Reset settings (Puts all the settings back to the defaults)
27
+
- Back to defaults (Resets all settings to their default values)
28
+
- Save settings (Saves the current settings so they persist after reopening the app)
29
+
- Reload settings (Reloads the settings from the saved configuration)
30
+
- Delete settings (Deletes the saved settings)
28
31
## Playlist editor:
29
-
- Create PLaylist (Creates a new playlist with the given name)
32
+
- Create playlist (Creates a new playlist with the given name)
30
33
- Delete playlist (Deletes the selected playlist)
31
34
- Rename playlist (Renames the selected playlist to the new name provided)
32
35
- Add NFC Item (Adds the selected nfc item to the currently selected playlist)
0 commit comments