Commit graph

  • 096415fe22 Added ffmpeg as requirement to the README.md main wobbl 2024-12-29 20:12:18 +0100
  • 878583eaac Modified function cache() so that the player can load all ffmpeg compatible files. wobbl 2024-12-29 20:10:06 +0100
  • ae6081971b Removed debug print. wobbl 2024-12-29 19:29:20 +0100
  • e7ddf1b7e4 Added README.md wobbl 2024-12-29 19:27:26 +0100
  • 5cbc272ee3 Added setup.py and made all imports relative so it will work as a module. wobbl 2024-12-29 19:23:53 +0100
  • 239e50bfc9 Fixed a bug where the track metadata was shifted by 1 in the table. wobbl 2024-12-29 19:15:33 +0100
  • 6141f34f2f Fixed a crash that occured because i stupidly renamed a function but not all uses of it. wobbl 2024-12-29 19:05:15 +0100
  • 5ffdd27602 Made tracks in playlists not draggable because the playlist view isn't synced with the player's playlist. wobbl 2024-12-29 19:04:12 +0100
  • efcae74382 Added indicator icon that shows on the currently playing track. wobbl 2024-12-29 18:55:55 +0100
  • 29cc80feae Improved icon changing of play/pause button. wobbl 2024-12-29 15:18:38 +0100
  • 44854af42f Added "Custom Sorting" to playlist view. wobbl 2024-12-29 15:10:51 +0100
  • 5d6f67603a Added item flags so it is impossible to put other tracks into tracks. wobbl 2024-12-29 14:49:19 +0100
  • da27963884 Connected PlaylistView.itemDoubleClicked to a function that then tells the player to play that track. wobbl 2024-12-29 14:31:21 +0100
  • 8fbb40d2f9 Added requirements.txt and loading of track metadata. wobbl 2024-12-29 13:50:19 +0100
  • af2b7b6c8d Implemented displaying of tracks in a QTreeWidget. wobbl 2024-12-28 20:41:18 +0100
  • 10c36b37a1 Added command_line.py to control the player via command line. wobbl 2024-12-28 18:12:59 +0100
  • 94269fdae4 Added a "Playlist" class. EKNr1 2024-12-24 17:22:30 +0100
  • 1190059218 Made the play/pause button change icon on press. EKNr1 2024-12-24 15:43:05 +0100
  • 7c6566e9a1 Added functionality to the save button. EKNr1 2024-12-24 14:10:22 +0100
  • ab018494e9 Added "Save All"-Button to the settings. EKNr1 2024-12-24 14:02:55 +0100
  • 6498f43d5f Added "library_path" setting, added a gui for the settings, changed the window layout and did a bunch of other things. EKNr1 2024-12-24 12:13:24 +0100
  • 259ec72442 Improved library style. EKNr1 2024-12-23 18:09:55 +0100
  • 6aae95c865 Added settings and implemented restoring of window size. EKNr1 2024-12-23 17:12:21 +0100
  • 99934e73b7 Made some gui improvements. EKNr1 2024-12-23 16:02:22 +0100
  • 368bbbe6f8 Improved library style. EKNr1 2024-12-22 21:20:18 +0100
  • 2f0c01601d Added library template. EKNr1 2024-12-22 20:52:49 +0100
  • 8811ba7ab4 OOPed everything a little more. EKNr1 2024-12-22 19:42:48 +0100
  • 19b6f4dcaa Made the Track Progress Slider clickable. EKNr1 2024-12-22 19:09:37 +0100
  • 7844e15aa2 OOPed everything a little more. EKNr1 2024-12-22 17:41:54 +0100
  • 19563930c5 Fixed some progress bar bugs again. EKNr1 2024-12-22 17:20:18 +0100
  • d453afc6d0 Undid some "OOPing" that just made it unnecessarily more complicated. EKNr1 2024-12-22 16:23:56 +0100
  • fac2dc0f1b Fixed some "crashes" that occurred on track control button presses when the current_playlist variable was empty. EKNr1 2024-12-22 16:18:03 +0100
  • d3a6cb7dd8 OOPed everything a little. EKNr1 2024-12-22 16:11:43 +0100
  • 3dfb07ab14 Fixed import that won't work if the script isn't executed by pycharm. EKNr1 2024-12-22 00:03:08 +0100
  • 4918d70d53 Removed test effect. EKNr1 2024-12-21 21:06:10 +0100
  • 785483f92c Removed debug print. EKNr1 2024-12-21 20:59:12 +0100
  • a97fe2e0cf Fixed "crash" when the last track of the playlist finished. EKNr1 2024-12-21 20:58:28 +0100
  • bd69ddbcde Got progress and track length indicators working. EKNr1 2024-12-21 20:50:09 +0100
  • 24d589b172 Implemented seeking. EKNr1 2024-12-21 20:20:06 +0100
  • dd44f10832 Moved track_progress_timer to its own file and fixed another progress displaying bug. EKNr1 2024-12-21 19:42:26 +0100
  • 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() EKNr1 2024-12-21 19:14:17 +0100
  • 45d97f5aeb Got shitty basic features working. EKNr1 2024-12-21 19:00:06 +0100
  • ce254c8b54 Added opening of files via command line and added simple controls. EKNr1 2024-12-21 16:07:27 +0100
  • d089a57151 Added track length and current position indicator. EKNr1 2024-12-20 18:11:25 +0100
  • b158a234fd Added "Track Control" gui. EKNr1 2024-12-20 18:02:59 +0100