aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/rmpcover
blob: 5ce77c41e7ed53b464022054c90704ecf1d26f86 (plain)
1
2
3
4
5
6
#!/bin/sh

prefix="/mnt/ssd/music"
albumdir=$(rmpc song | jq -r '.file' | sed 's#/[^/]*$##')
final=$(fd . -e jpg -e png -t f "$prefix/$albumdir/" | head -n 1)
echo "$final"