From db970b7f0c9604077dd1c1a5b01af1838fea856b Mon Sep 17 00:00:00 2001 From: zxkmm Date: Tue, 23 May 2023 10:18:28 +0800 Subject: [PATCH] Updated Playlist (markdown) --- Playlist.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Playlist.md b/Playlist.md index c4098a9..9571a6f 100644 --- a/Playlist.md +++ b/Playlist.md @@ -1,17 +1,17 @@ -This app allows users to create playlists of previously captured signals and replay them in a specific order. The playlist app shares a UI with the [Replay app](https://github.com/eried/portapack-mayhem/wiki/Replay). +This app allows users to create playlists of previously captured signals and replay them in a specific order. -A sample playlist.txt file is included in the SD card samples. +A sample PLAYLIST.PPL file is included in the SD card. + +The file with PPL extension is just text file, you could edit it with any of the text editor. Playlist files are comma delimited and have the following structure: FREQ,File_PATH,SAMPLE_RATE For example, a valid playlist file could contain: - - ##FREQ FILE SAMPLE RATE - 315000000,SAMPLES/TeslaChargePort_US.C16,500000 - 433920000,SAMPLES/TeslaChargePort_EU_AU.C16,500000 - -Note that lines beginning with # are treated as comments and ignored. +``` +315000000,SAMPLES/TeslaChargePort_US.C16,500000 +433920000,SAMPLES/TeslaChargePort_EU_AU.C16,500000 +``` [Video demonstration of playlist app](https://user-images.githubusercontent.com/164560/191515258-36621648-3827-4eed-b77b-e8dbaf9be63e.mov)