XMMS2 的命令current
只打印艺术家、曲目、持续时间等。我想知道当前正在播放的文件的路径。
$ xmms2
Welcome to the XMMS2 CLI shell!
Type 'help' to list the available commands and 'exit' (or CTRL-D) to leave the shell.
xmms2> current
Playing: Unknown - Track 01: 06:21 of 07:58
xmms2>
根据手动的有一个-f <format>
选项,但只支持显示position
、playback_status
、playtime
、duration
、minutes
数据。有什么命令可以用来获取路径吗?seconds
答案1
尝试
xmms2 info
或者
xmms2 current -f '${url}'