1.1 KiB
1.1 KiB
name, description, version, author, tags, skills, trigger, inputs
| name | description | version | author | tags | skills | trigger | inputs | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Convert To MP3 | Convert audio files to MP3 320kbps, preserving metadata. | 1 | pastilhas |
|
|
|
|
Convert To MP3
Convert audio files to MP3 320kbps, preserving metadata.
Steps
- Determine whether
file_pathpoints to a single audio file or a directory. - If it is a single file, use the Convert Audio To MP3 skill's single-file script to convert it. The source file is deleted on success.
- If it is a directory, use the Convert Audio To MP3 skill's batch script with the directory name as the artist name. All audio files within subdirectories are converted recursively.
- Verify the conversion completed successfully and report the result to the user.