A simple bash script that automatically creates a playlist file in the M3U format for a given directory containing audio files. The script is designed to be run by a regular user and supports multiple audio formats, including MP3, WAV, FLAC. AAC. WMA, and OGG.
Find a file
2024-09-30 14:57:28 +00:00
generate-playlist.sh add feedback for amount of files 2024-08-28 11:35:34 +05:30
LICENSE Initial commit 2024-04-17 10:59:23 +00:00
README.md Update README.md 2024-09-30 14:57:28 +00:00

Please don't upload to GitHub

Usage

To make playlists, follow these steps:

  1. Download the script from the releases page.
  2. Place the script in the folder where all the music files are in.
  3. Make sure the script is executable
  4. Just double click or run ./generate-playlist.sh
  5. A .m3u file will be made with the music files.

Please note that the script assumes that the audio files are located in the current directory. Make sure to navigate to the correct directory before running the script.

Issues

For any issues or questions, please refer to the repository's issue tracker or contact the repository owner.