The Wobbler Wobbl · he/him
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 16:17:47 +01:00
88b846f3b6 Made the player always cache also the next track when Player.play() gets executed so that there is completely no delay when the track finished and a new track starts.
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 16:04:15 +01:00
6e99c85f88 Removed unused imports that were still there.
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 16:02:06 +01:00
cd6d37497f OOPing it more: Removed gui_communication/track_control.py and the complete gui_communication directory.
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 15:33:42 +01:00
07e53ef2e7 OOPing it more: Removed gui_communication/menu_bar.py
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 15:20:09 +01:00
5e5521bc67 Added settings gui class to ui/settings/__init__.py
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 15:14:23 +01:00
d2c74438cb OOPing it more: Removed gui_communication/settings.py
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 15:08:34 +01:00
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 15:03:15 +01:00
3efd770722 OOPing it more: Removed gui_communication/settings.py
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 14:05:14 +01:00
3685f25882 Made the project also work with "pip install ." (without "-e")
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 13:02:26 +01:00
905f157ee0 Improved comments.
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 12:58:13 +01:00
f815e21aa8 Improved calculation of slider value when the slider gets clicked and added comments.
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 11:59:00 +01:00
a3481f59bc Added that egg-info.
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 11:58:37 +01:00
4ea3f04fb9 Deleted some unnecessary shit and finally found an easy way to figure out which tracks got dragged.
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-25 11:56:52 +01:00
74a723d6db Finally added the requirements.
Wobbl commented on issue Wobbl/Wobuzz#1 2025-01-24 14:17:25 +01:00
Progress indicator is wrong some times

Fixed it in this commit.

Wobbl closed issue Wobbl/Wobuzz#1 2025-01-24 14:17:25 +01:00
Progress indicator is wrong some times
Wobbl pushed to main at Wobbl/Wobuzz 2025-01-24 14:13:27 +01:00
bd0fd769d9 Fixed the issue that the progress timer was further than the playback when you pause too often.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 20:03:37 +01:00
d8a48dd105 Made _format_msg() a private function.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 18:21:59 +01:00
def727006b Added write shortcuts.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 18:15:04 +01:00
8e1b4ade13 Added docstrings.