Skip to content

ruinb0w/electron-netease-cloud-music

 
 

Repository files navigation

Electron Netease Cloud Music

UNOFFICAL client for music.163.com . Powered by Electron, Vue, and Muse-UI.

build status dependencies staus devDependencies staus

ScreenShots

Now Playing

Player

All screenshots

收藏歌曲到歌单

Add to Playlist

我的歌单

Playlists

侧栏

Sidebar

首页(目前仅有每日歌曲推荐)

Index

搜索

Search Music

应用设置

Settings

自定义色调

Color Picker

暗色主题

Player_Dark

Collect_Dark

Playerlists_Dark

Features

  • 高仿 音乐播放界面
  • 用户登录(手机号/邮箱/用户名)
  • 签到(可同时签到 PC 端和移动端)
  • 每日歌曲推荐
  • 播放收藏/创建的歌单
  • 喜欢音乐(加红心)
  • 收藏音乐到歌单
  • 搜索单曲与歌单
  • 收藏/取消收藏歌单
  • Linux 桌面媒体控制( MPRIS )集成
  • 自定义主题颜色,可选全局暗色主题

其他鸽了计划中的功能请移步 TODOs

Installation

Arch Linux

electron-netease-cloud-musicAUR is avalible in AUR now!

Clone the repo

git clone https://aur.archlinux.org/electron-netease-cloud-music.git

or install with your favorite AUR helper

yay -S electron-netease-cloud-music

Other GNU/Linux distro or macOS

Download prebuilt binary packages (include bundled electron) there -> hreoku status

asar archive without electron

Install electron with npm or your distro's package manager first.

Jump to release page and download asar package, then run with

electron /path/to/electron-netease-cloud-music_*.asar

TODOs

All TODOs
  • 各种搜索
    • 单曲
      • 显示结果
      • 播放搜索到的歌曲
      • 浏览/发布歌曲评论
    • 歌手
      • 显示结果
      • 歌手页面
    • 专辑
      • 显示结果
      • 专辑详情页面
    • 歌单
      • 显示结果
      • 歌单内容页面
      • 收藏歌单
      • 浏览/发布歌单评论
    • MV
      • 显示结果
      • 播放 MV
    • 用户
      • 显示结果
      • 用户信息页面
  • 私人 FM (这个功能我几乎不用,就先鸽着吧)
  • 推荐歌单 (好像有点用处,但似乎也没怎么用过)
  • 各种榜单 (反正我不用,鸽了鸽了)
  • 推荐 MV (真的有人用一个音乐 App 来看 MV 吗)
  • 首页 Banner (哈?这是广告吧)
  • 朋友动态 (嗯 ... 我觉得不太行)

Development & Build

# install dependencies
yarn

# serve with hot reload at http://localhost:24353
yarn dev

# bundle JavaScript and CSS
yarn dist

# package the app
yarn build linux
yarn build darwin

Acknowledgement

About

UNOFFICAL clinet for music.163.com. Powered by Electron and Vue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 52.7%
  • JavaScript 44.7%
  • HTML 1.8%
  • Shell 0.8%