MusicBox icon indicating copy to clipboard operation
MusicBox copied to clipboard

:blush: :musical_note: MusicPlayer 一站式收听多平台音乐(网易云, 虾米, QQ)的跨平台音乐播放器,尽情享受吧~:sparkles:

Results 23 MusicBox issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/usr/local/bin/musicplayer", line 11, in load_entry_point('Music-Player==1.0.5.1', 'console_scripts', 'musicplayer')() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 480, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point return ep.load()...

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" 读取或保存cookies出错 ['cookies/playlist/musicList.cks'] 读取或保存cookies出错 ['cookies/mediaPlaylist/musics.cks', 'cookies/mediaPlaylist/mediaList.cks'] 读取或保存cookies出错 ['cookies/headers/loginInfor.cks'] 读取或保存cookies出错 ['cookies/downloadInfo/downloadFolder.cks'] 尝试重新获取音乐地址出错,请清空或删除无效的音乐信息后重试。 尝试重新获取音乐地址出错,请清空或删除无效的音乐信息后重试。 ubuntu18.04

bug

**请简要描述下该功能** 不知道是我使用方法有误还是确实没有该能力, 每次重新打开工具想要听本地音乐时总是需要重新选择本地音乐路径. 建议选择本地音乐路径后, 以后打开本地音乐时无需重新选择 **请描述下要注意的细节** 每次选择本地音乐路径时可以写入或更新某配置文件, 再次打开工具时可以读取该配置文件中保存的路径, 若配置文件中的路径错误则需重新选择路径

enhancement

安装完成后,使用命令启动报错 ![image](https://user-images.githubusercontent.com/24679387/51534597-1f85fd00-1e81-11e9-894a-8e85cdb61003.png)

ref: https://github.com/HuberTRoy/MusicBox/issues/8#issuecomment-390089613 以上问题的复现。配置好 venv 后运行程序就会在终端输出错误信息,log 里没有,看上去应该是 QT的报错。 ## 重现步骤 1. 配置虚拟环境(直接装全局的应该一样) ``` # pip install virtualenv virtualenv venv # 默认用了系统级 py3.6-32 的解释器 # pip install -r requirements.txt pip install -r...

bug
help wanted

安装完成并 sudo 运行之后可以读取本地音乐列表,双击也能添加至 playlist 中,但就是无法播放 **相关截图,日志** ![screenshot from 2018-09-26 21-15-48](https://user-images.githubusercontent.com/19430435/46082296-5dc02800-c1d1-11e8-9d23-9d6835ba4aba.png) **系统信息** Ubuntu 18.04.1 LTS 7.5 GB RAM Intel Core i5-4210U CPU @ 1.70GHz x 4 Gnome 3.28.2 64-bit

**请简要描述下该功能** 界面有待进一步优化 **请描述下要注意的细节** **请描述下最终实现效果** **请提供一份想法说明~** 想法成因,如 在听歌时发现比较迷茫,于是想要个推荐系统/看手气听随机歌曲的功能。 **其他补充** 截图,或其他相关资料。

在python3.7运行时, Traceback (most recent call last): File "/usr/local/bin/musicplayer", line 7, in from MusicPlayer.music import start File "/usr/local/lib/python3.7/site-packages/MusicPlayer/music.py", line 33, in from quamash import QEventLoop File "/usr/local/lib/python3.7/site-packages/quamash/__init__.py", line 275 future =...

这三个库安装时提示找不到。 eyed3 pycryptodome quamash 导致程序无法运行。 是否能够适配 mac os.

```sh (py3v) b/MusicPlayer/MusicPlayer ╍ python3 music.py (python3:26993): Gtk-WARNING **: Theme parsing error: gtk.css:3218:17: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow' (python3:26993): Gtk-WARNING **: Theme parsing error: gtk.css:6378:23: The '-gtk-image-effect'...

question