Popularity
3.0
Declining
Activity
0.0
Stable
5
2
1
Monthly Downloads: 0
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.2.3
netease-fm alternatives and similar packages
Based on the "Music" category.
Alternatively, view netease-fm alternatives based on common mentions on social networks and blogs.
-
csound-expression-typed
type system for csound-expression lib -
csound-expression-dynamic
dynamic core for csound-expression -
music-articulation
Abstract representation of musical articulation. -
music-graphics
Diagrams-based visualization of musical data structures.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of netease-fm or a related project?
README
netease-fm
网易云音乐客户端。用 Haskell 编写。
参考 musicbox。
安装
$ sudo apt-get install mpg123 aria2
$ git clone https://github.com/foreverbell/netease-fm
$ cd netease-fm
$ cabal install
$ netease-fm
建议使用 stack
,stack.yaml
添加 extra-deps
项使用 brick-0.6.4
。
flags: {}
extra-package-dbs: []
extra-deps:
- brick-0.6.4
- vty-5.5.0
resolver: lts-9.9
$ stack install
$ netease-fm
快捷键
快捷键 | 功能 |
---|---|
Space / Enter | 确认 / 播放 / 暂停 |
Esc | 停止 / 返回上一级菜单 |
n | 播放下一首歌曲 |
o | 播放模式选择 |
c | 缓存选中歌曲 |
C | 删除选中歌曲的缓存 |
- | 减小音量 |
= | 增大音量 |
m | 静音 / 取消静音 |