Skip to content

maakhai/genm3u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This script is a simple Bash tool designed to generate .m3u playlists from audio or video files in the current directory. It scans for files with specified extensions and creates a playlist file with the name you provide.

Usage

./script_name <command> <playlist_name>

Commands:

  • -a or --audio: Creates a playlist containing all audio files (.mp3, .flac, .aac, .ogg) in the current directory.
  • -v or --video: Creates a playlist containing all video files (.mp4, .mkv, .avi) in the current directory.

Example:

./script_name -a my_playlist

This command will create a playlist named my_playlist.m3u containing all audio files in the current directory.

About

A simple Bash script for generating .m3u playlists from audio or video files in the current directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages