Git Product home page Git Product logo

othershare's Introduction

kk-music


最终效果(大概)

我的系统是manjaro

视频简单解说

bilibili第一次解说: https://www.bilibili.com/video/av84993922

使用方法

克隆本项目,如果是在码云克隆项目的话改一下地址就好了

git clone https://github.com/byack/kk-music.git
cd kk-music
pip3 install -r requirements.txt
python3 kk-music.py

可执行文件还未打包出来

概述

最近刚学了一点爬虫,想尝试着做一点东西,所以结合了pyqt5做了一个带界面的音乐播放器,只有一些基本功能,后续我会尽量维护完善这个项目,目前数据来源与网易云音乐。

一些可能的问题

欢迎邮箱反馈,我没有做详细的测试

暂时我遇见的还未解决的Bug

  • 先点击播放首页电台,然后点击首页歌单或是搜索歌曲,出现播放无声,需要暂停再播放,无声时进度也是进展的,暂停播放后等同于重头播放,会导致进度对不上,需要拖动进度条矫正进度显示

  • 先点击歌单,然后播放歌单中的歌曲,然后使用搜索功能,报错为:非法指令

    Process finished with exit code 132 (interrupted by signal 4: SIGILL)
    
  • 首次运行下一首线程时,终端会有如下报告,但运行暂时无异常

    QObject::connect: Cannot queue arguments of type 'QItemSelection'
    (Make sure 'QItemSelection' is registered using qRegisterMetaType().)
    QObject::connect: Cannot queue arguments of type 'QItemSelection'
    (Make sure 'QItemSelection' is registered using qRegisterMetaType().)
    
  • 先加入歌单,播放歌单的时候,会没有声音,需要暂停之后再播放,每一首切换都是如此。添加延时解决

  • 哪位大佬如果看出了问题所在教教我吧,感谢

感谢

可能有些遗漏,表示感谢

说明

本项目仅供学习,不能用作商业用途,克隆本项目后,如有侵权行为,请自行删除, 与作者无关。

如本项目有侵权行为,我会立即删除。

othershare's People

Watchers

James Cloos avatar Alan 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.