Rename scripts
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
df6b44e541
commit
410d0b33c6
46 changed files with 566 additions and 249 deletions
15
system/.local/bin/cmus-cover
Executable file
15
system/.local/bin/cmus-cover
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# cmus-cover
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Saves the current cmus cover to a file.
|
||||
#
|
||||
# USAGE:
|
||||
# ./cmus-cover
|
||||
FILE="$(cmus-remote -Q | grep -e "file " | cut -d " " -f 2-)"
|
||||
ffmpeg -y -i "${FILE}" -f image2 /home/severin/.local/share/cmus/.cover
|
Loading…
Add table
Add a link
Reference in a new issue