forked from datagonerogue/playlist-creater
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.
- Shell 100%
| generate-playlist.sh | ||
| LICENSE | ||
| README.md | ||
Usage
To make playlists, follow these steps:
- Download the script from the releases page.
- Place the script in the folder where all the music files are in.
- Make sure the script is executable
- Just double click or run
./generate-playlist.sh - 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.