This website requires JavaScript.
Explore
Help
Sign in
Megamichi
/
Wobuzz
Watch
1
Star
0
Fork
You've already forked Wobuzz
0
forked from
Wobbl/Wobuzz
Code
Pull requests
Activity
35f5bd9efb
Wobuzz
/
wobuzz
History
EKNr1
35f5bd9efb
Removed unnecessary import that was a mistaken autoimport by pycharm.
2025-01-26 12:43:15 +01:00
..
library
Fixed a crash where the current_track of a playlist won't get updated when the playlist is loaded from the command line.
2025-01-26 12:07:18 +01:00
player
Fixed playlist double-click behaviour.
2025-01-26 12:33:23 +01:00
ui
Removed unnecessary import that was a mistaken autoimport by pycharm.
2025-01-26 12:43:15 +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
Fixed a crash where the current_track of a playlist won't get updated when the playlist is loaded from the command line.
2025-01-26 12:07:18 +01:00
gui.py
Enabled drag and drop between PlaylistViews.
2025-01-25 22:41:29 +01:00
main.py
Implemented saving of playlists to disk.
2025-01-25 20:45:43 +01:00
settings.py
Added option to always clear the cache of the last track when another track starts to greatly reduce memory usage.
2025-01-25 18:29:27 +01:00
utils.py
Added a button that adds a playlist.
2025-01-25 21:46:48 +01:00