我找不到将 ncmpcpp 中当前播放的歌曲标题复制到剪贴板的方法。
有没有什么捷径可以做到这一点?
Ubuntu 版本:19.10:
$ lsb_release -r
Release: 19.10
ncmpcpp 0.8.2:
$ ncmpcpp -v
ncmpcpp 0.8.2
optional screens compiled-in:
- tag editor
- tiny tag editor
- outputs
- visualizer
- clock
encoding detection: enabled
built with support for: fftw ncurses taglib
答案1
感谢@K7AAY 我找到了答案:
#!/bin/bash
SONG=`ncmpcpp --current-song -q`
echo "NAME: ${SONG}"
echo -n $SONG | xclip -selection c
运行上述脚本将打印歌曲名称并将其复制到剪贴板。
$ ./get-current-song.sh
NAME: (-:--) Daniel Gomez - Two Ways [New York] 055 (18 December 2019) Hour 1