/audacious_3.4.3-1_i386.deb ...Unpacking audacious (3.4.3-1) ... audacious我试着在航站楼上“大胆”地跑,我得到的是:WARNING: Audacious seems to be already running but is not responding.-li
我使用find搜索结果从命令行快速创建了一个audacious播放列表:
mp3s=() ; while read -r -d $'\0'; do mp3s+=("$REPLY") ; done < <-type f -iname "*every*.mp3" -print0) ; audacious "${mp3s[0]}" & ; for f in "${mp3s[@]:1}" ; do audtool-type f -iname &qu