| Build Discography |
Identify all albums in an artist folder, rename directories, fetch detailed info and cover art for each. |
1 |
pipeline |
|
| artist_name |
| type |
description |
autofill |
| string |
Artist / band name |
entry_name |
|
|
| task |
inputs |
| convert-audio |
| file_path |
target_format |
delete_source |
| . |
mp3 |
true |
|
|
| task |
inputs |
| clean-playlist-files |
|
|
| task |
inputs |
| prepare-discography |
| artist_name |
| ${artist_name} |
|
|
| task |
foreach |
concurrency |
skip_if |
inputs |
| fetch-album-info |
subdirectory |
5 |
album-info.md |
| artist_name |
album_name |
| ${artist_name} |
${folder_name} |
|
|
| task |
foreach |
concurrency |
inputs |
| tag-album |
subdirectory |
5 |
| artist_name |
album_name |
| ${artist_name} |
${folder_name} |
|
|
|