The Wobbler Wobbl · he/him
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-21 20:20:38 +01:00
567afb1866 Fixed another crash by adding a check that makes sure that the current playlist is not NoneType before a current_playlist.has_tracks()-call.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-21 17:59:32 +01:00
6e7948e579 Added the license also to setup.py
Wobbl released v0.1 Alpha 2 at Wobbl/Wobuzz 2025-02-21 17:53:52 +01:00
Wobbl pushed tag v0.1a2 to Wobbl/Wobuzz 2025-02-21 17:45:02 +01:00
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-21 17:43:27 +01:00
63847f7b42 Changed version to 2nd Alpha of 0.1.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-21 17:36:56 +01:00
a2e572cf6e Added the "Background Job Monitor" to the list of features.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-21 17:26:50 +01:00
39bd7e3167 Added a "track_info"-toolbar which shows an image found in the current audio file's metadata (usually the front-cover) and information about the currently playing track such as title and artist name.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-20 19:23:35 +01:00
ccda6b30c8 Added a "View" submenu to the window's menu and an action to the submenu that opens the background processes.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-20 19:17:47 +01:00
f2f3937fb2 Fixed a bug where the process widget of the playlist loading thread wouldn't get deleted if the playlist was too short.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-20 18:55:06 +01:00
301896e12c Added loading of playlists to the process-dock.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-20 18:06:32 +01:00
6786a3dcd8 Did a little reformatting and removed that commented out test code. xD
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-20 17:53:06 +01:00
a81ea15afd Fixed another crash that occurred because of another player.current_playlist.has_tracks()-check when the current playlist was None.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-20 17:44:13 +01:00
65564deb82 Added option to load playlists on start to the settings.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-20 17:17:31 +01:00
5dc91f6605 Implemented that the player stops playing when the deleted playlist is the currently playing.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-19 19:04:39 +01:00
730e070dfc Fixed a bug by setting Playlist.loaded to True on creation of new playlists so creating new playlists works again.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-19 18:57:28 +01:00
db191cbc44 Made drag n drop activate just when the playlist is fully loaded.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 14:48:46 +01:00
d8f885959b Added some comments.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 14:47:27 +01:00
f377263a0a Fixed a bug where playlists weren't saved when they weren't loaded from a .m3u.
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 14:22:03 +01:00
e5b7ebe6e8 Removed border from playlist titles. (slightly noticeable)
Wobbl pushed to main at Wobbl/Wobuzz 2025-02-12 14:04:14 +01:00
3ac97755bf Set the cursor when hovering over a Playlist title to a normal cursor and made the Player start with the last playlist as active tab.