Giter Club home page Giter Club logo

lovelivemusicplayer's Introduction

LoveLiveMusicPlayer

一款送给 LLer 的专属播放器

持续更新中....欢迎点波star

你是否受够了[扣扣音乐]和[网抑云音乐]的版权忽有忽无,是否觉得国内播放器对舶来音乐不够重视,导致分类乱而难找。本项目旨在对 LoveLive 的全部歌曲做汇总整理,生成一份专属于 LLer 的播放器。

本程序非在线联网模式使用,只要下载资源便可离线运行,并且项目由 Electron 开发,支持 Windows、MacOS以及Linux部署。

郑重声明

  1. 本项目遵守MIT协议,如需转载请标明作者ID(朱神无敌)
  2. 请勿滥用,本项目仅用于学习和测试!请勿滥用,本项目仅用于学习和测试!请勿滥用,本项目仅用于学习和测试!
  3. 由于本项目的特殊性,可能随时停止开发或删档
  4. 本项目为开源项目,不接受任何的催单和索取行为
  5. 本人技术能力有限,职业是Android开发工程师,本项目旨在学习Electron开发

使用快捷键:

功能\平台 Windows/Linux MacOS
全屏 F11 F11
最小化 Ctrl+M Command+M
关闭窗口 Ctrl+W Command+W
退出 Ctrl+Q Command+Q
快进快退 左右箭头 左右箭头
播放暂停 Ctrl+P Command+P

计划目录 :(√代表已完成,x代表正在施工...)

  • [HTTP端口设置] √
  • [播放器组件] √
  • [专辑、歌曲数据库建立] √
  • [企划选择] √
  • [整张专辑播放与切换] √
  • [自定义歌单] √
  • [我喜欢] √
  • [在线中文、日文、罗马音歌词] √
  • [桌面歌词] √
  • [win系统托盘 + mac dock功能项] √
  • [播放数据上报] √
  • [歌曲快传 + 数据同步] √
  • [本地歌库 + HTTP远端歌库(IPv4 / 支持SSL证书的域名)] √
  • [模糊窗口效果] √
  • [专辑与歌曲分类] x
  • [歌曲与艺术家索引] x
  • [未完待续...] x

--Project_by 朱神无敌

交流 (Communication)

QQ粉丝交流群:724934644

B站空间:https://space.bilibili.com/4367965

发电 (Give a reward)

欢迎来py,大家的支持就是我继续开发的动力!

请可爱的wudi喝杯奶茶

校对歌词 (Proofread the lyrics)

昵称 链接 参与项
日文↓↓
Forever_ QQ:1537013852 μ's 单曲+BiBi
骑着蜗牛上大树 QQ:619205705 μ's 动画(除BD)+其他
桜の吹雪 https://github.com/stevewang00 μ's 独唱
灯塔 QQ:59608329 μ's 精选集
朱神无敌 QQ:404288461 μ's BD+小组曲(除BiBi)
萝莉碳 QQ:3257024815 Aqours 单曲+其他
Starfarer https://github.com/EndingEra Aqours 动画(除BD)
淡霖翼KAYA https://space.bilibili.com/8344201 Aqours BD+小组曲
蓝雨风萧萧 QQ:1040299724 Aqours 独唱+精选集
中须霞保护协会 https://github.com/KasuminDESU 虹咲学园 全部
太好听了吧 QQ:783341822 Liella! 全部

中文↓↓
Tsd丶恩熙 https://space.bilibili.com/34508756 μ's 单曲
骑着蜗牛上大树 QQ:619205705 μ's 动画(除BD)
hello!world QQ:1337048478 μ's BD
桜の吹雪 https://github.com/stevewang00 μ's 独唱
Forever_ QQ:1537013852 μ's 精选集
樱之诚 QQ:1483055329 μ's 小组曲
萝莉碳 QQ:3257024815 Aqours 单曲+其他
OceanFace QQ:2624657658 Aqours 动画(除BD)
蓝雨风萧萧 QQ:1040299724 Aqours 独唱+精选集
中须霞保护协会 https://github.com/KasuminDESU Aqours BD+小组曲
中须霞保护协会 https://github.com/KasuminDESU 虹咲学园 全部
Starfarer https://github.com/EndingEra Liella! 全部

罗马音↓↓
Overlord灬冰翼丶 https://space.bilibili.com/232694650 μ's
中须霞保护协会 https://github.com/KasuminDESU Aqours + 虹咲学园 + Liella!

二次校对↓↓
桜の吹雪 https://github.com/stevewang00 1/3 μ's
朱神无敌 QQ:404288461 1/6 μ's
中须霞保护协会 https://github.com/KasuminDESU 1/2 μ's + Aqours + 虹咲学园 + Liella!

特别鸣谢 (Special Thanks)

鸣谢 (Thanks)

开发 (Develop)

  • 所需环境:cmake
  • 配置electron_mirror镜像源:npm config set electron_mirror=https://npm.taobao.org/mirrors/electron/
  • 备注不要提前安装flac库
  • 依赖安装:yarn install
  • windows运行:yarn run win-start
  • mac/linux运行:yarn run start
  • windows打包:yarn run win-x32 / yarn run win-x64
  • linux打包:yarn run linux-arm64 / yarn run linux-x64
  • mac打包:yarn run mac-arm64 / yarn run mac-x64

许可证 (License)

MIT

lovelivemusicplayer's People

Contributors

zhushenwudi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.