Commit graph

  • 3f6b40e5fe Disabled the "Overwrite Metadata"-checkbox because writing tags is not yet implemented. main The Wobbler 2025-03-13 14:49:19 +01:00
  • b0a81d7176 README.md: Added compatibility description. The Wobbler 2025-03-13 14:33:27 +01:00
  • e0c4843f06 Added some small shit that will get used in the future and made the code compatible with Python>=3.10. (According to Pycharm) The Wobbler 2025-03-13 14:20:12 +01:00
  • 36b085d38a Added a screenshot. The Wobbler 2025-03-08 18:08:46 +01:00
  • fd34476d00 Added popup on import where the user can configure how the tracks get imported. The Wobbler 2025-03-08 17:50:45 +01:00
  • 31b2e3bf41 Made the tracks also get copied into the library when loaded from a playlist. The Wobbler 2025-03-07 20:31:51 +01:00
  • 4ae398c6aa Made the tracks get copied into the library on import. The Wobbler 2025-03-07 20:27:18 +01:00
  • 259b453358 Removed an unused, by Pycharm autogenerated import. The Wobbler 2025-03-07 20:22:39 +01:00
  • 209335b005 Added display of track genres. The Wobbler 2025-03-07 19:24:41 +01:00
  • 9e20e21e6f Added tools for reading and writing WOBUZZM3U and made the sorting parameters human readable. The Wobbler 2025-03-07 18:59:51 +01:00
  • f7995aee9e Removed a debug print. (Oops) The Wobbler 2025-03-06 16:41:02 +01:00
  • 7edaebc3c3 Did some memory optimisation, moved some files and created a completely not tested gui class that will list an artist's tracks. Made tracks return an already existing object when they get created with a path of an already existing track object. The Wobbler 2025-03-06 16:35:13 +01:00
  • 9ae1704e4a Fixed another missing NoneType-check that caused a crash. The Wobbler 2025-03-05 16:51:50 +01:00
  • 971ead90c1 Implemented caching of title, artist and album of a track as WOBUZZM3U parameters. The Wobbler 2025-03-04 19:29:24 +01:00
  • 072f5c7691 Created own metadata dataclass instead of using TinyTag.tags() The Wobbler 2025-03-04 17:24:24 +01:00
  • 7ff1ad7a02 Made the playlist tabs look prettier by making the tab title editor non-static. The Wobbler 2025-03-03 17:18:30 +01:00
  • 0101cf174c Added "Open Playlist" option to the menubar. The Wobbler 2025-03-03 16:21:43 +01:00
  • 9ee4184c84 Added playlist tab title index synchronisation to fix some bugs. The Wobbler 2025-03-03 16:13:37 +01:00
  • 5f20c6e5b0 Set parent parameter on playlist view creation because not setting it can sometimes cause bugs. The Wobbler 2025-03-03 15:02:14 +01:00
  • 829dc05c49 Improved settings layout and deleted old file settings and behavior settings classes. The Wobbler 2025-03-02 17:53:04 +01:00
  • 2b239e57f0 Made the view menu use the autogenerated QMainWindow.createPopupMenu(). The Wobbler 2025-03-02 17:45:08 +01:00
  • 0929e38189 Added a window title to the track info. The Wobbler 2025-03-02 16:59:09 +01:00
  • a4d1d31e0b Made the main Library not be a dock. The Wobbler 2025-03-02 16:57:04 +01:00
  • 67f27c8a15 Added appearance settings. The Wobbler 2025-03-02 14:54:44 +01:00
  • 6b808add85 Improved information about the repository syncing. Wobbl 2025-03-01 22:14:03 +00:00
  • 98cce44dc2 Added information on which repository is the mirror. Wobbl 2025-03-01 22:03:42 +00:00
  • a4fa2c7f75 Moved track and playlist opening related gui functions to the popups class. The Wobbler 2025-03-01 22:42:31 +01:00
  • cdabced202 Added gui-update-rate-setting. The Wobbler 2025-03-01 20:39:09 +01:00
  • df54239d67 Made the title of the sub-categories bold. The Wobbler 2025-03-01 20:11:57 +01:00
  • 53c6bccfe6 Improved settings layout. The Wobbler 2025-03-01 20:03:33 +01:00
  • 83744eb3f4 Added a performance description to the README. The Wobbler 2025-03-01 18:30:51 +01:00
  • 012447ca47 Added player.stop() call in the close_event, so the player definitely stops, even when a playlist is still loading / saving. The Wobbler 2025-03-01 17:29:31 +01:00
  • 8d74c1e14c Optimized the CPU usage a little by creating one QTimer that updates all progress indicators instead of having a different QTimer for each Widget. The Wobbler 2025-03-01 17:27:03 +01:00
  • 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. The Wobbler 2025-02-28 19:46:20 +01:00
  • 582448a024 Fixed another crash that was similar to the last one. The crash occurred when the temporary playlist got deleted and then loaded again. It occurred because library.temporary_playlist didn't get set to None on deletion. The Wobbler 2025-02-28 19:38:29 +01:00
  • 7fdf7a66a9 Fixed #12 The Wobbler 2025-02-28 19:28:07 +01:00
  • 5c7f4c4ef7 Implemented importing of playlists via the menubar. The Wobbler 2025-02-28 18:02:37 +01:00
  • 37f1ea3ff8 Fixed another missing NoneType check. The Wobbler 2025-02-28 18:02:06 +01:00
  • a9f07f0716 Implemented loading of tracks via the window's top menubar. The Wobbler 2025-02-28 17:28:14 +01:00
  • 66ee7d5af6 Added a check to loading_thread() that makes sure that the playlist isn't already loaded. (And probably fixed some bugs without knowing it.) The Wobbler 2025-02-27 18:41:35 +01:00
  • bae644c304 Just corrected a PEP E714. The Wobbler 2025-02-27 17:58:32 +01:00
  • 3fd29bcf92 Made playlists load on click if they weren't. Also set default for setting "load_on_start" to False because with this change, it feels a lot cleaner this way and uses less RAM. The Wobbler 2025-02-27 17:26:33 +01:00
  • 4dc1caab6e Added a link to the WOBUZZM3U file format documentation. The Wobbler 2025-02-23 19:24:11 +01:00
  • faecea8ca7 Added setting of last sort to user sort on user sort. The Wobbler 2025-02-23 18:16:16 +01:00
  • 78b60dba02 Implemented saving of the sortorder to the .wbz.m3u The Wobbler 2025-02-23 18:05:28 +01:00
  • 894b3d213a Made the sort indicator actually show. The Wobbler 2025-02-23 16:43:19 +01:00
  • 7205de8389 Fixed a wrong track index calculation. The Wobbler 2025-02-23 16:40:17 +01:00
  • 3dd9123332 Implemented sorting by track title, artist name etc... (Sorting order is not getting saved.) The Wobbler 2025-02-23 16:38:56 +01:00
  • 1b69321c05 Added some shit that happens in update_info() when there is no playing track. The Wobbler 2025-02-23 13:57:59 +01:00
  • 2388caa370 Fixed another missing NoneType check. The Wobbler 2025-02-23 13:54:01 +01:00
  • 3424b6ed97 Added Git to the requirements. The Wobbler 2025-02-22 18:33:25 +01:00
  • fa323a0a87 Added Pip to the requirements. The Wobbler 2025-02-22 18:29:54 +01:00
  • a23799b6b1 Rearranged some code. The Wobbler 2025-02-22 18:25:17 +01:00
  • 4c0883f694 Added some features that would be cool in the future. The Wobbler 2025-02-21 21:08:05 +01:00
  • 851c2306b4 Fixed another crash that occurred because of an unexpected NoneType in the getting of the playing track's cover. The Wobbler 2025-02-21 20:37:24 +01:00
  • 567afb1866 Fixed another crash by adding a check that makes sure that the current playlist is not NoneType before a current_playlist.has_tracks()-call. The Wobbler 2025-02-21 20:20:35 +01:00
  • 6e7948e579 Added the license also to setup.py The Wobbler 2025-02-21 17:59:27 +01:00
  • 63847f7b42 Changed version to 2nd Alpha of 0.1. v0.1a2 The Wobbler 2025-02-21 17:42:38 +01:00
  • a2e572cf6e Added the "Background Job Monitor" to the list of features. The Wobbler 2025-02-21 17:36:51 +01:00
  • 39bd7e3167 Added a "track_info"-toolbar which shows an image found in the current audio file's metadata (usually the front-cover) and information about the currently playing track such as title and artist name. The Wobbler 2025-02-21 17:26:47 +01:00
  • ccda6b30c8 Added a "View" submenu to the window's menu and an action to the submenu that opens the background processes. The Wobbler 2025-02-20 19:23:31 +01:00
  • f2f3937fb2 Fixed a bug where the process widget of the playlist loading thread wouldn't get deleted if the playlist was too short. The bug occurred because the creation of the widget was done through a PyQt-Signal but the deletion occurred in the same thread as the background process. The Wobbler 2025-02-20 19:17:44 +01:00
  • 301896e12c Added loading of playlists to the process-dock. The Wobbler 2025-02-20 18:55:01 +01:00
  • 6786a3dcd8 Did a little reformatting and removed that commented out test code. xD The Wobbler 2025-02-20 18:06:29 +01:00
  • a81ea15afd Fixed another crash that occurred because of another player.current_playlist.has_tracks()-check when the current playlist was None. The Wobbler 2025-02-20 17:53:03 +01:00
  • 65564deb82 Added option to load playlists on start to the settings. The Wobbler 2025-02-20 17:44:09 +01:00
  • 5dc91f6605 Implemented that the player stops playing when the deleted playlist is the currently playing. The Wobbler 2025-02-20 17:17:26 +01:00
  • 730e070dfc Fixed a bug by setting Playlist.loaded to True on creation of new playlists so creating new playlists works again. The Wobbler 2025-02-19 19:04:36 +01:00
  • db191cbc44 Made drag n drop activate just when the playlist is fully loaded. The Wobbler 2025-02-19 18:57:23 +01:00
  • d8f885959b Added some comments. The Wobbler 2025-02-12 14:48:44 +01:00
  • f377263a0a Fixed a bug where playlists weren't saved when they weren't loaded from a .m3u. The Wobbler 2025-02-12 14:47:24 +01:00
  • e5b7ebe6e8 Removed border from playlist titles. (slightly noticeable) The Wobbler 2025-02-12 14:21:59 +01:00
  • 3ac97755bf Set the cursor when hovering over a Playlist title to a normal cursor and made the Player start with the last playlist as active tab. The Wobbler 2025-02-12 14:04:11 +01:00
  • 0c2c91389d Playlists now get loaded when they are started and removed debug prints. The Wobbler 2025-02-12 13:50:12 +01:00
  • 0879575882 Made the double click working again. The Wobbler 2025-02-11 17:34:04 +01:00
  • 22ffd211df Got it working, but it's not better than before... The Wobbler 2025-02-04 14:43:08 +01:00
  • 6134c21ce4 Made it working again. The Wobbler 2025-02-04 13:14:15 +01:00
  • cf1b4bacd1 Added some checks so the player doesnt crash because of things removed in latest commits. The Wobbler 2025-02-04 11:17:35 +01:00
  • c164201a55 Just moved some code around. The Wobbler 2025-02-03 18:04:04 +01:00
  • efe10e7d50 Added a comment. The Wobbler 2025-02-03 18:00:42 +01:00
  • d36326c029 Replaced shit that got removed in the last commit with something better. The Wobbler 2025-02-03 17:59:37 +01:00
  • bedca22ca6 Removed some mechanic that is going to be reimplemented. The Wobbler 2025-02-03 17:53:35 +01:00
  • 67d353dcef Removed unused import. The Wobbler 2025-02-03 17:26:00 +01:00
  • 6eac6468a0 Decreased the background progress update rate a little. EKNr1 2025-02-03 14:12:38 +01:00
  • c55c1222f0 Added a dock widget that shows background processes. EKNr1 2025-02-03 14:08:19 +01:00
  • 67c3b9e226 Fixed another crash that occurred because of a missing playlist.has_tracks() check. EKNr1 2025-02-03 14:06:16 +01:00
  • 95d40dd30c Made a small memory optimisation by making the fonts a class variable and not an instance variable. EKNr1 2025-02-02 16:08:25 +01:00
  • 563aab6204 Added some comments. EKNr1 2025-02-02 14:56:06 +01:00
  • 83deb903c1 Removed property that was never used and idk what I wanted to do with it. EKNr1 2025-02-02 13:47:32 +01:00
  • 2b8969d929 Improved installation instructions. EKNr1 2025-02-01 15:06:29 +01:00
  • b2a40d0087 Set version to 0.1 alpha 1. v0.1a1 EKNr1 2025-02-01 14:32:39 +01:00
  • af4f267377 Fixed another crash that occurred when double-clicking on the tab-bar but not on a tab. EKNr1 2025-02-01 13:43:49 +01:00
  • 85dfa412d0 Added build directory to .gitignore EKNr1 2025-02-01 13:36:57 +01:00
  • ea23f0e127 Improved the icon. EKNr1 2025-02-01 13:35:19 +01:00
  • 8dddeac673 Adder Playlist.path property to Playlist so we dont always have to get the path by the title. EKNr1 2025-02-01 13:19:43 +01:00
  • 429ec8e683 Fixed a crash that occurred when trying to start an empty playlist. EKNr1 2025-02-01 13:07:10 +01:00
  • f0215c034a Improved installation instructions. EKNr1 2025-02-01 12:53:23 +01:00
  • 1fefc76dd7 Removed PyQt dev tools from requirements in the README.md EKNr1 2025-02-01 12:39:48 +01:00
  • 453e1b75b8 Linked the latest wobbl tools commit to the setup.py and requirements.txt and added the icon as package data. EKNr1 2025-01-31 22:57:35 +01:00
  • 060132be36 Added icon and desktop entry. EKNr1 2025-01-31 21:25:46 +01:00