Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/listen1/listen1_desktop

one for all free music in china (Windows, Mac, Linux desktop)
https://github.com/listen1/listen1_desktop

desktop-app music-player

Last synced: 20 days ago
JSON representation

one for all free music in china (Windows, Mac, Linux desktop)

Awesome Lists containing this project

README

        

# Listen 1 音乐播放器(桌面版)

Listen 1 可以搜索和播放来自多个主流音乐网站的歌曲,让你的曲库更全面。并支持收藏功能,方便的创建自己的歌单。

支持音乐平台

- 网易云音乐
- QQ 音乐
- 酷狗音乐
- 酷我音乐
- bilibili
- 咪咕音乐
- 千千音乐

[![imgur](http://i.imgur.com/Ae6ItmA.png)]()

- 支持 Windows,Mac,Linux 平台

# 安装方式

访问 github 主页下载安装包安装

网址:https://listen1.github.io/listen1

## 生成完整代码

项目中包含了 listen1_chrome_extension 的引用,在 checkout 后需要把引用库初始化

git submodule update --init --recursive

## 运行

npm run start

## 生成安装包

全平台安装包

npm run dist

Windows 安装包

npm run dist:win32
npm run dist:win64

Mac 安装包

npm run dist:mac

Linux 安装包

npm run dist:linux32
npm run dist:linux64