Nov-03-2021, 09:11 AM
You can also remove the duration slider, because without seek it is practically useless.
PyQt5 Music Player
|
Nov-03-2021, 09:11 AM
You can also remove the duration slider, because without seek it is practically useless.
Nov-03-2021, 05:49 PM
For now I used
self.setMinimumSize(1000, 740,) to prevent shrinking of the window. I am researching window resize emit signal but, not having much luck. As for the slider, I just like the animation effect. Looking for something else to place there. Maybe something like an equalizer effect.
I welcome all feedback.
The only dumb question, is one that doesn't get asked. My Github How to post code using bbtags Download my project scripts
Nov-03-2021, 05:59 PM
An audio player should have a seek function.
I gave you an example above how you can use the slider for both (position and seek) at the same time. Post #14 The box for the cover picture must be adjusted in the layout so that it is adjusted when the window size is reduced / enlarged. |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Basic Music Player with tkinter | menator01 | 4 | 6,240 |
Jul-31-2021, 04:27 AM Last Post: ndc85430 |