Files
platform/seed/tasks/convert-to-mp3/TASK.md
T

935 B

name, description, version, author, tags, skills, tools, trigger, inputs
name description version author tags skills tools trigger inputs
Convert To MP3 Convert audio files to MP3 320kbps, preserving metadata. 2 pastilhas
audio
conversion
convert-audio-to-mp3
convert_audio_to_mp3
type extensions
file
flac
wav
ogg
wma
aac
m4a
opus
aiff
aif
ape
wv
alac
dsf
dff
type
directory
name description required
file_path Path to an audio file or an artist directory to convert. true

Convert To MP3

Convert audio files to MP3 320kbps, preserving metadata.

Steps

  1. Determine whether file_path points to a single audio file or a directory.
  2. Call convert_audio_to_mp3 with the appropriate mode:
    • Single file: mode="single", path=file_path
    • Directory: mode="batch", path=file_path
  3. Report the result to the user.