Skip to content

Commit

Permalink
[generate_covers_grid.sh] … more commet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Oct 11, 2023
1 parent 02189af commit aaaba13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/generate_covers_grid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

script_dir="$(dirname "$(readlink -e "$0")")"

# When omitting the shuffling, `montage "$script_dir/../plugins/*/cover.jpg" -tile …` should suffice.
# When omitting the shuffling, `montage "$script_dir/../plugins/*/cover.jpg" -tile …` should suffice,
# because the ImageMagick tools (as montage) provide built-in file-name globbing.
ls -1dQ "$script_dir"/../plugins/*/cover.jpg \
| shuf \
| tr '\n' ' ' \
Expand Down

0 comments on commit aaaba13

Please sign in to comment.