version bump 1.3.0 --> 1.3.1
This commit is contained in:
parent
a28451f89f
commit
ad7d7a592d
5
kunst
5
kunst
|
@ -7,7 +7,7 @@
|
||||||
# Dependencies: sxiv, imagemagick, bash, ffmpeg, mpc, jq, mpd
|
# Dependencies: sxiv, imagemagick, bash, ffmpeg, mpc, jq, mpd
|
||||||
|
|
||||||
|
|
||||||
VERSION=1.3.0
|
VERSION=1.3.1
|
||||||
COVER=/tmp/kunst.jpg
|
COVER=/tmp/kunst.jpg
|
||||||
MUSIC_DIR=~/Music/
|
MUSIC_DIR=~/Music/
|
||||||
SIZE=250x250
|
SIZE=250x250
|
||||||
|
@ -173,8 +173,6 @@ find_album_art(){
|
||||||
update_cover() {
|
update_cover() {
|
||||||
find_album_art
|
find_album_art
|
||||||
|
|
||||||
|
|
||||||
# Resize the image to 250x250
|
|
||||||
if [ "$ARTLESS" == false ]; then
|
if [ "$ARTLESS" == false ]; then
|
||||||
convert "$COVER" -resize "$SIZE" "$COVER" &> /dev/null
|
convert "$COVER" -resize "$SIZE" "$COVER" &> /dev/null
|
||||||
[ ! "$SILENT" ] && echo "kunst: resized album art to $SIZE"
|
[ ! "$SILENT" ] && echo "kunst: resized album art to $SIZE"
|
||||||
|
@ -210,7 +208,6 @@ main() {
|
||||||
FIRST_RUN=true
|
FIRST_RUN=true
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
|
||||||
update_cover
|
update_cover
|
||||||
|
|
||||||
if [ "$ARTLESS" == true ];then
|
if [ "$ARTLESS" == true ];then
|
||||||
|
|
Loading…
Reference in New Issue