Import newly released charts
This commit is contained in:
parent
2ac13510f2
commit
238d81f3bd
10 changed files with 28 additions and 13 deletions
|
@ -17,8 +17,8 @@ mkdir -p $dir_path
|
|||
cd $dir_path
|
||||
|
||||
http GET "$url" > temp
|
||||
convert ./temp ./base.jpg
|
||||
convert ./base.jpg -resize 256x256 ./base_256.jpg
|
||||
magick ./temp ./base.jpg
|
||||
magick ./base.jpg -resize 256x256 ./base_256.jpg
|
||||
rm temp
|
||||
img2sixel ./base.jpg
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
dir_path=$SHIMMERING_DATA_DIR/songs
|
||||
dir_path=$SHIMMERING_ASSETS_DIR/songs/raw
|
||||
|
||||
# Find all files in the directory and its subdirectories
|
||||
find "$dir_path" -type f | while read -r file; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue