This website requires JavaScript.
Explore
Help
Sign in
Wobbl
/
Wobuzz
Watch
1
Star
0
Fork
You've already forked Wobuzz
1
Code
Issues
6
Pull requests
Projects
1
Releases
2
Packages
Wiki
Activity
Actions
567afb1866
Wobuzz
/
wobuzz
History
The Wobbler
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.
2025-02-21 20:20:35 +01:00
..
library
Added option to load playlists on start to the settings.
2025-02-20 17:44:09 +01:00
player
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.
2025-02-21 17:26:47 +01:00
ui
Fixed another crash by adding a check that makes sure that the current playlist is not NoneType before a current_playlist.has_tracks()-call.
2025-02-21 20:20:35 +01:00
__init__.py
Modified function cache() so that the player can load all ffmpeg compatible files.
2024-12-29 20:10:34 +01:00
command_line.py
Added option to load playlists on start to the settings.
2025-02-20 17:44:09 +01:00
gui.py
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.
2025-02-21 17:26:47 +01:00
icon.svg
Improved the icon.
2025-02-01 13:35:19 +01:00
main.py
Added option to load playlists on start to the settings.
2025-02-20 17:44:09 +01:00
settings.py
Added option to load playlists on start to the settings.
2025-02-20 17:44:09 +01:00
utils.py
Improved unique name system.
2025-01-28 17:42:39 +01:00