Coder Social home page Coder Social logo

huangxin96 / cleanplayer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pansinm/cleanplayer

0.0 0.0 0.0 1.36 MB

基于Qt编写的音乐播放器,界面由QML编写,网络和文件由C++实现,能够搜索和播放在线歌曲。

JavaScript 1.53% C++ 22.62% QML 73.22% QMake 2.63%

cleanplayer's Introduction

Clean Player


此项目不再维护,

因为接口变更,可能存在不能播放的情况

CleanPlayer是Baidu音乐的在线客户端程序,基于Qt5.4,支持歌曲搜索、在线播放、歌词解析。

点击专辑封面进入或退出歌词界面

TODO

  • 自定义列表
  • 本地歌曲

外观

百度音乐API

  • 搜索建议

      http://sug.music.baidu.com/info/suggestion?format=json&word=关键字&version=2&from=0&callback=函数名
    
  • 搜索(需要从html中截取有效信息)

      http://music.baidu.com/search?key=关键字&start=起始位置&size=20
      起始位置 =(当前页面数-1)× 20
    
  • 歌曲信息

      http://play.baidu.com/data/music/songinfo?songIds=歌曲id 或
      http://play.baidu.com/data/music/songinfo?songIds=id1,id2,id3
    
  • 歌曲链接

      http://play.baidu.com/data/music/songlink?songIds=歌曲id&type=m4a,mp3
    

其他

  1. 基于QT5.4,遵守LGPL协议
  2. 软件由QML结合C++编写而成,QML编写界面,C++编写网络、文件读写;
  3. 此程序只作为学习交流使用;

cleanplayer's People

Contributors

pansinm avatar mutse 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.