diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-01 16:22:41 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-01 16:22:41 +0900 |
| commit | d93ab321ee3644b7431114868a08781229db30bd (patch) | |
| tree | 47be58b5bd79dd9c5905cbcbedee2acfab26415e /ar/.local/bin/qndl | |
| parent | 035443bd6980482b8b63a7d150ec50e5ec98530f (diff) | |
feat(qndl): unify artist folder/album_artist via qndl-artist after_move hook
Diffstat (limited to 'ar/.local/bin/qndl')
| -rwxr-xr-x | ar/.local/bin/qndl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ar/.local/bin/qndl b/ar/.local/bin/qndl index b9d8fa7..114e85b 100755 --- a/ar/.local/bin/qndl +++ b/ar/.local/bin/qndl @@ -293,6 +293,7 @@ download_music() { --parse-metadata "%(release_date,upload_date)s:%(meta_date)s" \ --download-archive "$_archive" \ --print-to-file "$_title_fmt" "$_titles" \ + --exec "after_move:qndl-artist apply-download %(filepath)q" \ --output "$_fmt" } @@ -500,6 +501,7 @@ restore_archive() { --audio-format mp3 \ --audio-quality 0 \ --parse-metadata "%(release_date,upload_date)s:%(meta_date)s" \ + --exec "after_move:qndl-artist apply-download %(filepath)q" \ --output "$_format" done <"$_tmpfile" rm -f "$_tmpfile" |
