Wobuzz/wobuzz/ui
2025-03-13 14:49:19 +01:00
..
custom_widgets Added popup on import where the user can configure how the tracks get imported. 2025-03-08 17:50:45 +01:00
library Disabled the "Overwrite Metadata"-checkbox because writing tags is not yet implemented. 2025-03-13 14:49:19 +01:00
playlist_tabs Added some small shit that will get used in the future and made the code compatible with Python>=3.10. (According to Pycharm) 2025-03-13 14:20:12 +01:00
process Made the main Library not be a dock. 2025-03-02 16:57:04 +01:00
settings Added popup on import where the user can configure how the tracks get imported. 2025-03-08 17:50:45 +01:00
__init__.py Made the project also work with "pip install ." (without "-e") 2025-01-25 14:05:10 +01:00
lines.py Improved library style. 2024-12-22 21:20:18 +01:00
main_window.py Added "Open Playlist" option to the menubar. 2025-03-03 16:21:43 +01:00
playlist_view.py Added display of track genres. 2025-03-07 19:24:41 +01:00
popups.py Added popup on import where the user can configure how the tracks get imported. 2025-03-08 17:50:45 +01:00
track.py Added display of track genres. 2025-03-07 19:24:41 +01:00
track_control.py Added player.stop() call in the close_event, so the player definitely stops, even when a playlist is still loading / saving. 2025-03-01 17:29:31 +01:00
track_info.py Fixed another missing NoneType-check that caused a crash. 2025-03-05 16:51:50 +01:00
track_progress_slider.py Optimized the CPU usage a little by creating one QTimer that updates all progress indicators instead of having a different QTimer for each Widget. 2025-03-01 17:27:03 +01:00