应该符合 unix philosophy 的一个命令行播放器
Tofloor
poster avatar
cosven
deepin
2018-01-11 19:21
Author
本帖最后由 cosven 于 2018-1-11 11:27 编辑

录了个两分钟的简短的演示视频
项目地址:https://github.com/cosven/feeluown-core
v2ex 链接:https://www.v2ex.com/t/421833
Features
  • C/S 架构,客户端和服务端基于 TCP 进行通信 protocol
  • 输出为 text stream,能被 grep/awk/cut 等工具方便的处理
  • 抽象 netease/xiami 相关三方资源
  • 像管理 dotfile 一样管理播放列表、喜欢的歌手等音乐资源 for example
简单安装
sudo apt-get install libmpv1
pip3 install 'fuocore>=1.0.0a1'
pip3 install 'fuocli>=0.0.1a0'

简单使用# start daemon
fuo --debug
# use fuoclifuocli search '谢春花' | grep songs | head -n 10 | awk '{print $1}' | fuocli add
fuocli add fuo://netease/songs/45849608
fuocli remove fuo://netease/songs/45849608
fuocli play fuo://netease/songs/458496082
fuocli list
fuocli status
fuocli pause
fuocli resume


Reply Favorite View the author
All Replies

No replies yet