Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
应该符合 unix philosophy 的一个命令行播放器
社区开发
1409
views ·
0
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Looking Deepin ci 25.2.0 Developer/Unstable repositories
How to fix grub boot menu that has disappeared?
Popular Events
More
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