A Flipper Zero application for creating and managing playlists of .sub files.
- Create new playlists
- Edit existing playlists
- Add .sub files to playlists
- Simple text-based playlist format
- Copy the application files to your Flipper Zero's applications folder
- Compile the application using the Flipper Zero firmware build system
- Install the compiled application on your Flipper Zero
- Launch the application from the Flipper Zero's applications menu
- Choose between creating a new playlist or editing an existing one
- 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
- For existing playlists:
- Select the playlist you want to edit
- Add or remove files as needed
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.
- Playlists are stored in
/ext/subghz/playlistdirectory - 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.