Wobuzz/wobuzz
2025-01-25 20:44:30 +01:00
..
library OOPed the way playlist views are created. 2025-01-25 17:21:43 +01:00
player Improved a comment. 2025-01-25 18:33:37 +01:00
ui 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
__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 Moved import into the main function so that when the program is executed with the wrong command line parameters, the pygame hello-message won't get printed. 2025-01-25 20:44:30 +01:00
gui.py OOPed the way playlist views are created. 2025-01-25 17:21:43 +01:00
main.py OOPing it more: Removed gui_communication/track_control.py and the complete gui_communication directory. 2025-01-25 16:02:03 +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 settings and implemented restoring of window size. 2024-12-23 17:12:21 +01:00