ExtremeYu / ieaseMusic

这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 :metal:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ieaseMusic

Build Status js-standard-style GitHub license

Icon by octiviotti

Elegant NeteaseMusic desktop app, Rock with NeteaseMusic 🤘

Built by Electron, React, MobX, JSS

不吹不黑这大概是目前最好的网易云音乐客户端了吧,精力有限没有适配WindowsLinux。目前 APIBinaryify/NeteaseCloudMusicApi 提供(可能会自己重造轮子,全姿势解锁)。

Preview

preview 2017-10-13 10 26 13

Feature

  • 很帅
  • 非常帅
  • JSS Theme support
  • OSX Friendly
  • Cross Platform
  • Keyboard support
  • Desktop notifications
  • Modern UI design
  • High quality music(FLAC)
  • Track your listen to Last.fm
  • Fix dead music link #3(QQ music and Kugou music, need more)
  • 就这些吧,编不下去了

海外党网解锁请参考

fengjueming/unblock-NeteastMusic

解锁后播放音乐存在延时过高问题可以参考 #4

Install

Download the last version on the website or below.

Mac(10.9+)

Download the .dmg file, Or use homebrew:

brew cask install ieasemusic

Linux

Download the .deb file for 'Debian / Ubuntu':

$ sudo dpkg -i ieaseMusic-1.0.6-linux-amd64.deb

Download the .rpm file for 'Centos/RHEL':

$ sudo yum localinstall ieaseMusic-1.0.6-linux-x86_64.rpm

Download the .Appimage file for other distribution:

$ chmod u+x iease-music-1.0.6-x86_64.AppImage
$ ./iease-music-1.0.6-x86_64.AppImage

Archlinux pacman install:

$ pacman -S iease-music

or

$ pacman -S iease-music-git

Screenshots

preview preview preview preview preview preview preview preview

Development

git submodule init
git submodule update
$ npm install
$ npm run dev

Keyboard shortcuts

Description Keys
暂停/播放 Space
上一曲 Left
下一曲 Right
音量加 Up
音量减 Down
喜欢歌曲 Cmd L
播放历史记录 Cmd 0 ... 9
搜索 Cmd F
跳转首页 Shift Cmd H
查看榜单 Shift Cmd T
所有歌单 Shift Cmd P
我的电台 Shift Cmd F
菜单 Shift Cmd M
播放列表 Cmd P
偏好设置 Cmd ,

其实这些在鼠标右键菜单上面都有,上面这些看看就好,我也没记住 preview

贡献曲库

请参考

export default async(keyword, artists) => {
    // Your code
    return {
        src: 'Music link'
    };
};

曲库导出一个方法,接受2个参数,歌曲名称歌手名称(多个名称以逗号分隔,eg:王心凌,罗志祥),返回一个Promise,对于搜索结果应使用歌手名称来匹配正确曲目,返回对象中src为歌曲链接。

Question

目前接口上面收藏歌单和 Follow 用户暂时没有(DONE),界面部分搜索和评论(貌似很多人不喜欢这个)没做,DJ界面不打算做,感觉内容质量较差,这部分旅游结束后进行

对于灰色版权受限的资源,想问下大佬们哪里能找到相关资源去爬取?

TODO:

  • Home
  • Playlist
  • Top
  • My FM
  • User
  • Artist
  • Album
  • Search
  • Login
  • Pllylist subscribe
  • Follow
  • Flac high quality audio
  • Fix dead music link(#3)
  • Scrobble to Last.fm
  • Comment(Read only)
  • Lyrics
  • Auto update
  • Website

参考列表

License

还是 MIT 吧,懒得改了

If you like my works you can buy me a coffee

About

这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 :metal:

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:Shell 0.1%