Code Monkey home page Code Monkey logo

musicbox's Introduction

XF音乐盒

一个在线音乐播放器
在线使用:https://mu-jie.cc/musicBox/

pagePC pageMbile

说明

  • flask文件夹:转发前端请求的后端接口,使用了python的flask框架,提供了酷我和网易云的搜索、歌词、mp3的接口,网易云API用的是开源项目NeteaseCloudMusicApi,请到app.py查看详细说明

app.py中

from kw import kwFirstUrl

kw.py来自某位未知大佬,详见 #5

  • html文件夹:前端静态页面资源,可直接部署到服务器/虚拟主机上

近期更新

V3.2.1

  1. 新增网易云歌单搜索
  2. 优化播放页歌曲进度条样式

V3.2.0

  1. 新增歌单推荐的分类功能
  2. 优化侧边栏选项和歌单推荐的样式

V3.1.9

  1. 新增酷我推荐歌单
  2. 新增玻璃模糊,可前往[设置>>自定义主题]中开启(背景为自定义图片时模糊效果才比较明显)

V3.1.8

  1. 新增网易云推荐歌单

V3.1.7

  1. 支持导入网易云歌单

V3.1.6

  1. 新增网易云曲库

V3.1.5

  1. 播放页面初步完善

V3.1.4

  1. 新增系统控制中心歌曲交互卡(支持主流浏览器)
  2. 新增系统歌词显示(实验功能,在[设置>>系统歌词显示]中开启)

(以上均只支持电脑端,且系统歌词只支持Chrome、Edge浏览器)

V3.1.3

  1. 新增侧边栏
  2. 新增歌曲播放页

V3.1.2

  1. 新增歌单和列表的数据备份恢复功能

V3.1.1

  1. 回来了~

V3.1.0

  1. 新增『我的喜欢』

V3.0.9

  1. 修复n个小bug
  2. 优化轮播体验

V3.0.8

  1. 新增定时关闭

V3.0.7

  1. 可导入酷我歌单

V3.0.6

  1. 搜索歌曲支持翻页
  2. 优化歌单搜索功能

V3.0.5

  1. 新增音乐盒(歌单)功能,用户可从播放列表保存歌单并上传云端,其他设备可通过歌单ID号一键导入到本地音乐盒

V3.0.4

  1. 新增一键导入/导出主题
  2. 新增主题市场(Beta)

V3.0.3

  1. 新增主题自定义
  2. 更换依赖包源,访问更快

musicbox's People

Contributors

xfmujie avatar

Stargazers

张云山 avatar 湖图 avatar Kadriye avatar  avatar  avatar  avatar LMC avatar  avatar 九戈戈 avatar  avatar  avatar  avatar  avatar  avatar  avatar Dreamling avatar Adversary avatar  avatar Wolo avatar zizhiguoba avatar  avatar  avatar Allotrope avatar  avatar  avatar  avatar  avatar 穆夕 avatar 牵手千缘 avatar Cheney avatar  avatar pei avatar  avatar 66dashun avatar  avatar  avatar  avatar xinging avatar Huibq avatar  avatar ONEDAY avatar 难忘的旋律 avatar 不上镜先生 avatar RunningChese avatar  avatar  avatar  avatar XDY. avatar Eternity avatar  avatar Sky avatar  avatar  avatar  avatar 古月丶 avatar  avatar Qin's BrO 子弹 avatar  avatar  avatar RandomName avatar 一个人丶99 avatar  avatar  avatar limeng-whu avatar lilin454 avatar ゑ筱冰ぬ avatar ᏲᎯᏫᏋᎯᏁᏪᏆᏁᏩ avatar  avatar 清韵 avatar 秋月常 avatar  avatar  avatar UaoanLao avatar 呆萌助手 avatar

Watchers

 avatar

musicbox's Issues

修复个bug

kw.zip
这个之前有大佬写的根据加密算法得到App协议的直链接
musicBox我用着挺不错的,希望可以复活
d4030b79bb2f27b675fe55251bafdfd3

建议加个搜索功能

很感谢作者开源的这款软件,这个软件真的很好用,不过搜索功能要是能加个像百度搜索提示就更好了,下面的代码是我生成的,稍微改了下,希望作者添加类型的功能,谢谢!
`if (typeof openSug === "function" && document.getElementById("search_box") != null) openSug( "search_box", {
// Background color of the prompt box.
bgcolor : "#e1ffe5",

// Highlighted background color of the prompt box.
bgcolorHI : "#cae5d1dd",

// Border color of the prompt box.
borderColor : "",

// Color of the text in the prompt box.
fontColor : "",

// Highlight the text color in the prompt box.
fontColorHI : "#b10dc9",

// Font of the text in the prompt box.
fontFamily : "Montserrat,sans-serif",

// Text font size in the prompt box.
fontSize : "14px",

// Inner margin of the prompt box
padding : "6px 25px",

// The circular corner radius of the border.
radius : "20px",

// The shadow effect of the border.
shadow : "rgb(0 0 0 / 50%) 0px 6px 10px",

// Search for the data source of the prompt box.
source : "kugou",

// Whether the form is automatically submitted when selecting the prompts.
sugSubmit : true,

// The width of the prompt box.
// Recommended null value.
width : "",

// The lateral offset of the prompt box relative to the input box.
// Negative values are shifted to the right
XOffset : "",

// The longitudinal offset of the prompt box relative to the input box.
// Negative values are offset downward
YOffset : "-4"

}, function (){
});`

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.