WillyJL 80f30dc1dd Merge subghz_playlist_creator from https://github.com/coolerUA/Sub-Ghz-Playlist-Creator пре 7 месеци
..
.github 80f30dc1dd Merge subghz_playlist_creator from https://github.com/coolerUA/Sub-Ghz-Playlist-Creator пре 7 месеци
images 233e14aee5 Rename folder to underscores пре 7 месеци
scenes 7399afd688 Show subghz and playlist folders by default in file browser пре 7 месеци
.gitignore 233e14aee5 Rename folder to underscores пре 7 месеци
.gitsubtree 233e14aee5 Rename folder to underscores пре 7 месеци
LICENSE 233e14aee5 Rename folder to underscores пре 7 месеци
README.md 80f30dc1dd Merge subghz_playlist_creator from https://github.com/coolerUA/Sub-Ghz-Playlist-Creator пре 7 месеци
application.fam 1218f22bfd Fix category and consistent name пре 7 месеци
subghz_playlist_creator.c 7399afd688 Show subghz and playlist folders by default in file browser пре 7 месеци
subghz_playlist_creator.h 233e14aee5 Rename folder to underscores пре 7 месеци
subghz_playlist_creator.png 233e14aee5 Rename folder to underscores пре 7 месеци

README.md

SubGhz Playlist Creator

A Flipper Zero application for creating and managing playlists of .sub files.

Features

  • Create new playlists
  • Edit existing playlists
  • Add .sub files to playlists
  • Simple text-based playlist format

Installation

  1. Copy the application files to your Flipper Zero's applications folder
  2. Compile the application using the Flipper Zero firmware build system
  3. Install the compiled application on your Flipper Zero

Usage

  1. Launch the application from the Flipper Zero's applications menu
  2. Choose between creating a new playlist or editing an existing one
  3. For new playlists:
    • Enter a name for your playlist
    • Use the file browser to select .sub files to add
    • Press back to finish adding files
  4. For existing playlists:
    • Select the playlist you want to edit
    • Add or remove files as needed

Playlist Format

Playlists are stored as simple text files in the /ext/subghz/playlist directory. Each line in the playlist file contains the full path to a .sub file.

Notes

  • Playlists are stored in /ext/subghz/playlist directory
  • Each playlist is saved as a .txt file
  • The application only works with .sub files
  • Make sure your SD card has enough space for the playlists

All code generated by AI.