Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/listen1/listen1_desktop
- Owner: listen1
- License: mit
- Created: 2016-05-19T08:19:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T15:23:31.000Z (7 months ago)
- Last Synced: 2024-10-01T13:03:46.935Z (about 1 month ago)
- Topics: desktop-app, music-player
- Language: JavaScript
- Homepage: http://listen1.github.io/listen1
- Size: 721 KB
- Stars: 9,961
- Watchers: 135
- Forks: 1,438
- Open Issues: 893
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- favorite-link - listen1 desktop。
- awesome-github-star - listen1_desktop
- awesome-hacking-lists - listen1/listen1_desktop - one for all free music in china (Windows, Mac, Linux desktop) (JavaScript)
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:win64Mac 安装包
npm run dist:mac
Linux 安装包
npm run dist:linux32
npm run dist:linux64