The Wobbler Wobbl · he/him
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 19:27:29 +01:00
e7ddf1b7e4 Added README.md
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 19:24:00 +01:00
5cbc272ee3 Added setup.py and made all imports relative so it will work as a module.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 19:15:37 +01:00
239e50bfc9 Fixed a bug where the track metadata was shifted by 1 in the table.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 19:05:19 +01:00
6141f34f2f Fixed a crash that occured because i stupidly renamed a function but not all uses of it.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 19:04:16 +01:00
5ffdd27602 Made tracks in playlists not draggable because the playlist view isn't synced with the player's playlist.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 18:55:59 +01:00
efcae74382 Added indicator icon that shows on the currently playing track.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 15:18:41 +01:00
29cc80feae Improved icon changing of play/pause button.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 15:10:56 +01:00
44854af42f Added "Custom Sorting" to playlist view.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 14:49:24 +01:00
5d6f67603a Added item flags so it is impossible to put other tracks into tracks.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 14:31:24 +01:00
da27963884 Connected PlaylistView.itemDoubleClicked to a function that then tells the player to play that track.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 13:50:24 +01:00
8fbb40d2f9 Added requirements.txt and loading of track metadata.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-28 20:41:23 +01:00
af2b7b6c8d Implemented displaying of tracks in a QTreeWidget.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-28 18:13:12 +01:00
10c36b37a1 Added command_line.py to control the player via command line.
Wobbl pushed to main at Wobbl/wobbl_tools 2024-12-25 17:38:28 +01:00
64def0c826 Added data_file example.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-24 17:22:33 +01:00
94269fdae4 Added a "Playlist" class.
Wobbl opened issue Wobbl/Wobuzz#1 2024-12-24 17:17:13 +01:00
Progress indicator is wrong some times
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-24 15:43:08 +01:00
1190059218 Made the play/pause button change icon on press.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-24 14:10:25 +01:00
7c6566e9a1 Added functionality to the save button.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-24 14:02:59 +01:00
ab018494e9 Added "Save All"-Button to the settings.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-24 12:13:28 +01:00
6498f43d5f Added "library_path" setting, added a gui for the settings, changed the window layout and did a bunch of other things.