Wobuzz/wobuzz
The Wobbler 105cc5ddf9 Fixed a bug where a playlist gets deleted on load of another playlist.
The bug occurred because the temporary playlist gets deleted when a new playlist gets loaded and I forgot to add code that sets the temporary playlist back to None when the temporary playlist gets renamed.
2025-02-28 19:46:20 +01:00
..
library Implemented importing of playlists via the menubar. 2025-02-28 18:02:37 +01:00
player Fixed a bug where a playlist gets deleted on load of another playlist. 2025-02-28 19:46:20 +01:00
ui Implemented importing of playlists via the menubar. 2025-02-28 18:02:37 +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 Implemented loading of tracks via the window's top menubar. 2025-02-28 17:28:14 +01:00
gui.py Implemented importing of playlists via the menubar. 2025-02-28 18:02:37 +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 Made playlists load on click if they weren't. 2025-02-27 17:26:33 +01:00
utils.py Improved unique name system. 2025-01-28 17:42:39 +01:00