GithubHelp home page GithubHelp logo

qt6.5_music-player's Introduction

项目介绍

项目介绍

主界面

主界面

搜索界面

搜索界面

歌词界面

歌词界面

  • 使用Qt Quick QML开发的一款云音乐播放器程序

  • 实现了推荐内容、搜索音乐、播放音乐、历史记录、我喜欢等功能

  • 基础功能:上一首,暂停/播放,下一首,进度条跟踪显示(显示时间,歌曲名称),随机播放,倍速播放,调节音量等等

  • 轮播图,推荐歌单,新歌推荐

  • 本地音乐实现歌曲播放,列表显示(显示有点问题)

  • 运用了RowLayout、ColumnLayout、Grid等布局

  • 使用了ListView进行列表展示、歌词滚动

  • 使用MediaPlayer实现媒体播放

  • 使用Settings实现历史记录、我喜欢等数据存储(有点问题)

  • 有部分自定义组件

  • 使用了系统托盘图标功能

  • 网络请求中使用了C++与qml交互

  • 会用到一点前端的JavaScript相关知识

  • 用到了Docker容器运行搜索服务程序,一些基础的Docker操作

docker安装

  • docker命令:
  • 安装:
  • yay -Sy docker
  • 启动:
  • sudo systemctl start docekr
  • sudo systemctl status docekr
  • docker pull binaryify/netease_cloud_music_api
  • docker run -d -p 3000:3000 --name music binaryify/netease_cloud_music_api

qt6.5_music-player's People

Contributors

gq19 avatar 2535521265 avatar dengmeinv avatar

Stargazers

liusuwan avatar

Watchers

 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.