[App Sharing] music-island插件介绍
Tofloor
poster avatar
曾子康 TIM
deepin
2023-07-04 04:14
Author

项目地址:https://githubfast.com/3084793958/music-island-B-QT-P.git

music-island-B-QT-P

music-island但是QT插件

操作系统版本 deepin20.8

g++版本 8.3.0

C++11

QT版本 5.15.6

注意事项

使用GPL3.0

使用方法:

将so文件复制到

/usr/lib/dde-dock/plugins(dde-dock)(由于dde-dock高度限制,InformationWidget会显示不全)

~/.local/lib/dde-top-panel/plugins(dde-top-panel)

so文件置于Releases

music-island将创建文件夹(~/.local/lib/music-island-c++p),用于存放储存数据与下载音乐

music-island不会自动存储,请自行存储

谨慎使用删除文件,数据无价

music-island.json仅用于使dde-dock/dde-top-panel认为兼容(不可缺少)

开始介绍

1.我将文件(3MB)放置于这里:

1.png

2.itemWidget

右键菜单

2.png

打开

3.png

储存作用于此文件、读取使用此文件

4.png

操作演示

5.gif

按下暂停时音量会匀速减小,按下播放时音量会匀速增大

3.itemTipsWidget

暂停时

6.png

播放时

7.png

4.itemPopupApplet

外观

8.png

音量 0%~100%

进度条 0%~100%

速度 10%~300%

下载按钮

9.png

下载按钮右端显示上次搜索的内容,下次搜索时引用

若查找到

10.png

若查找不到

11.png

查找到后,若音乐有效,加入音乐列表

若无效

12.png

下载音乐储存位置

13.png

左部右键菜单

14.png

播放方式 {

1.循环播放

2.单曲循环

3.随机播放

4.函数播放法(y=(p/q)x^n+b (x为当前播放的音乐在列表中的位置,y为下一首的目标))

}

右部右键菜单

15.png

上下移演示

16.gif

移除

17.png

删除

18.png

项目地址

github: https://github.com/3084793958/music-island-B-QT-P.git

githubfast: https://githubfast.com/3084793958/music-island-B-QT-P.git

Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2023-07-04 04:16
#1

like

Reply View the author
hanzn-zzx
deepin
2023-07-04 04:47
#2

like感谢大佬!

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2023-07-04 05:24
#3

like

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2023-07-04 05:40
#4

我觉得黑体有点硬,感觉用一些幼圆体会比较舒服一点,推荐下面的这个免费可商用的优设好身体:

只是个人看法,最终还是尊重开发者。

优设好身体开放下载!优设网出品的第二套免费可商用字体

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2023-07-04 05:43
#5

希望能上架深度商店。

Reply View the author
阿尼樱奈奈
Moderator
2023-07-04 06:48
#6
把一切操作变成GUI

希望能上架深度商店。

商店只能上架deb包的。

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2023-07-04 18:06
#7
阿尼樱奈奈

商店只能上架deb包的。

改改几个目录结构文件夹打包成deb包不就OK了么

Reply View the author
浪云
deepin
2023-07-04 19:31
#8
把一切操作变成GUI

我觉得黑体有点硬,感觉用一些幼圆体会比较舒服一点,推荐下面的这个免费可商用的优设好身体:

只是个人看法,最终还是尊重开发者。

优设好身体开放下载!优设网出品的第二套免费可商用字体

这个字体不错

叫啥名字

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2023-07-04 19:46
#9
浪云

这个字体不错

叫啥名字

优设好身体

Reply View the author
浪云
deepin
2023-07-04 21:24
#10
把一切操作变成GUI

优设好身体

收到,谢谢分享!

Reply View the author
babyfengfjx
Super Moderator
CQA
2023-07-05 00:00
#11

好项目分享~

Reply View the author
l***[email protected]
deepin
2023-07-05 00:59
#12

https://zigtone.com/ will be my recommendation for mobile ringtones

Reply View the author
l***[email protected]
deepin
2023-07-05 01:03
#13

https://zigtone.com/ will be my recommendation for mobile ringtones

Reply View the author
曾子康 TIM
deepin
2023-07-05 03:17
#14
把一切操作变成GUI

我觉得黑体有点硬,感觉用一些幼圆体会比较舒服一点,推荐下面的这个免费可商用的优设好身体:

只是个人看法,最终还是尊重开发者。

优设好身体开放下载!优设网出品的第二套免费可商用字体

2023/7/4更新

1.itemWidget

右键菜单增加

19.png

2.新增data2.txt储存字体、颜色数据

20.png

3.设置后像这样(类似QMenu QAction QDialog修改后结果不理想)

21.png

4.修复itemPopupApplet播放方式UI bug

相关代码已上传github

Reply View the author
流浪的加菲
deepin
2023-07-06 18:33
#15

开篇的条件看起来对系统不是很友好,起来QT版本的软件通用性不太好,不是所有系统上都可以安装,而且动了QT版本容易把系统搞出问提吧?😂

music-island但是QT插件

操作系统版本 deepin20.8

g++版本 8.3.0

C++11

QT版本 5.15.6

Reply View the author