3 lines
197 B
Bash
Executable file
3 lines
197 B
Bash
Executable file
#!/bin/sh
|
|
|
|
yt-dlp --embed-metadata -x --audio-format aac -f bestaudio "ytsearch:$(playerctl -i firefox metadata --format '{{ artist }} - {{ title }}')" -o "~/Music/%(artist)s - %(title)s.%(ext)s"
|