命令行播放器 feeluown-core

码农软件 · 软件分类 · Web多媒体播放器 · 2019-04-22 20:59:19

软件介绍

可以和 grep,awk,tmux,cut 等工具良好协作的命令行播放器

录了个两分钟的简短的演示视频 

Features

  1. C/S 架构,客户端和服务端基于 TCP 进行通信 protocol

  2. 输出为 text stream,能被 grep/awk/cut 等工具方便的处理

  3. 抽象 netease/xiami 相关三方资源

  4. 像管理 dotfile 一样管理播放列表、喜欢的歌手等音乐资源 for example

Install

sudo apt-get install libmpv1  # Debian or Ubuntu
brew install mpv  # mac osx
# please always use the latest release
pip3 install 'fuocore>=1.0.0a1'
pip3 install 'fuocli>=0.0.1a0'

Simple Usage

# start daemon
fuo --debug
# use fuocli
fuocli 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

本文地址:https://codercto.com/soft/d/4168.html

Math Adventures with Python

Math Adventures with Python

Peter Farrell / No Starch Press / 2018-11-13 / GBP 24.99

Learn math by getting creative with code! Use the Python programming language to transform learning high school-level math topics like algebra, geometry, trigonometry, and calculus! In Math Adventu......一起来看看 《Math Adventures with Python》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器