Commit graph

26 commits

Author SHA1 Message Date
ab018494e9 Added "Save All"-Button to the settings. 2024-12-24 14:02:55 +01:00
6498f43d5f Added "library_path" setting, added a gui for the settings, changed the window layout and did a bunch of other things. 2024-12-24 12:13:24 +01:00
259ec72442 Improved library style. 2024-12-23 18:09:55 +01:00
6aae95c865 Added settings and implemented restoring of window size. 2024-12-23 17:12:21 +01:00
99934e73b7 Made some gui improvements. 2024-12-23 16:02:22 +01:00
368bbbe6f8 Improved library style. 2024-12-22 21:20:18 +01:00
2f0c01601d Added library template. 2024-12-22 20:52:49 +01:00
8811ba7ab4 OOPed everything a little more. 2024-12-22 19:42:48 +01:00
19b6f4dcaa Made the Track Progress Slider clickable. 2024-12-22 19:09:37 +01:00
7844e15aa2 OOPed everything a little more. 2024-12-22 17:41:54 +01:00
19563930c5 Fixed some progress bar bugs again. 2024-12-22 17:20:18 +01:00
d453afc6d0 Undid some "OOPing" that just made it unnecessarily more complicated. 2024-12-22 16:23:56 +01:00
fac2dc0f1b Fixed some "crashes" that occurred on track control button presses when the current_playlist variable was empty. 2024-12-22 16:18:03 +01:00
d3a6cb7dd8 OOPed everything a little. 2024-12-22 16:11:43 +01:00
3dfb07ab14 Fixed import that won't work if the script isn't executed by pycharm. 2024-12-22 00:03:08 +01:00
4918d70d53 Removed test effect. 2024-12-21 21:06:10 +01:00
785483f92c Removed debug print. 2024-12-21 20:59:12 +01:00
a97fe2e0cf Fixed "crash" when the last track of the playlist finished. 2024-12-21 20:58:28 +01:00
bd69ddbcde Got progress and track length indicators working. 2024-12-21 20:50:09 +01:00
24d589b172 Implemented seeking. 2024-12-21 20:20:06 +01:00
dd44f10832 Moved track_progress_timer to its own file and fixed another progress displaying bug. 2024-12-21 19:42:26 +01:00
44c9fafb2c Made the progress slider not be at the end when the track is paused and corrected the formula for setting the remaining time in unpause_track_progress_timer() 2024-12-21 19:14:17 +01:00
45d97f5aeb Got shitty basic features working. 2024-12-21 19:00:06 +01:00
ce254c8b54 Added opening of files via command line and added simple controls. 2024-12-21 16:07:27 +01:00
d089a57151 Added track length and current position indicator. 2024-12-20 18:11:25 +01:00
b158a234fd Added "Track Control" gui. 2024-12-20 18:02:59 +01:00