|
cf1b4bacd1
|
Added some checks so the player doesnt crash because of things removed in latest commits.
|
2025-02-04 11:17:35 +01:00 |
|
|
c164201a55
|
Just moved some code around.
|
2025-02-03 18:04:04 +01:00 |
|
|
efe10e7d50
|
Added a comment.
|
2025-02-03 18:00:42 +01:00 |
|
|
d36326c029
|
Replaced shit that got removed in the last commit with something better.
|
2025-02-03 17:59:37 +01:00 |
|
|
bedca22ca6
|
Removed some mechanic that is going to be reimplemented.
|
2025-02-03 17:53:35 +01:00 |
|
|
67d353dcef
|
Removed unused import.
|
2025-02-03 17:26:00 +01:00 |
|
|
6eac6468a0
|
Decreased the background progress update rate a little.
|
2025-02-03 14:12:38 +01:00 |
|
|
c55c1222f0
|
Added a dock widget that shows background processes.
|
2025-02-03 14:08:19 +01:00 |
|
|
67c3b9e226
|
Fixed another crash that occurred because of a missing playlist.has_tracks() check.
|
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.
|
2025-02-02 16:08:25 +01:00 |
|
|
563aab6204
|
Added some comments.
|
2025-02-02 14:56:06 +01:00 |
|
|
83deb903c1
|
Removed property that was never used and idk what I wanted to do with it.
|
2025-02-02 13:47:32 +01:00 |
|
|
2b8969d929
|
Improved installation instructions.
|
2025-02-01 15:06:29 +01:00 |
|
|
b2a40d0087
|
Set version to 0.1 alpha 1.
|
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.
|
2025-02-01 13:43:49 +01:00 |
|
|
85dfa412d0
|
Added build directory to .gitignore
|
2025-02-01 13:36:57 +01:00 |
|
|
ea23f0e127
|
Improved the icon.
|
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.
|
2025-02-01 13:19:43 +01:00 |
|
|
429ec8e683
|
Fixed a crash that occurred when trying to start an empty playlist.
|
2025-02-01 13:07:10 +01:00 |
|
|
f0215c034a
|
Improved installation instructions.
|
2025-02-01 12:53:23 +01:00 |
|
|
1fefc76dd7
|
Removed PyQt dev tools from requirements in the README.md
|
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.
|
2025-01-31 22:57:35 +01:00 |
|
|
060132be36
|
Added icon and desktop entry.
|
2025-01-31 21:25:46 +01:00 |
|
|
ed92c46f95
|
Completely removed supported formats check because Pydub is compatible with almost every format.
|
2025-01-31 20:47:39 +01:00 |
|
|
b77df6987c
|
Added m4a to supported formats.
|
2025-01-31 20:46:15 +01:00 |
|
|
8d502afcee
|
Added flac to supported formats.
|
2025-01-31 17:52:28 +01:00 |
|
|
753ff66bf2
|
Merge pull request '"git clone" vergessen' (#2) from Megamichi/Wobuzz:main into main
Reviewed-on: #2
|
2025-01-29 16:55:03 +01:00 |
|
|
3407a999d4
|
"git clone" vergessen
|
2025-01-29 16:48:19 +01:00 |
|
|
554af9cf42
|
Added Feature table to README.md
|
2025-01-29 16:42:00 +01:00 |
|
|
8a3d5a5b15
|
Fixed some crashs that occurred when clicking on the tab bar, but not on a tab.
|
2025-01-29 16:25:57 +01:00 |
|
|
1decb3adea
|
Added license.
|
2025-01-29 16:13:16 +01:00 |
|
|
96a9985099
|
Implemented deletion of playlists.
|
2025-01-28 18:23:43 +01:00 |
|
|
5ecc70e637
|
Removed debug print.
|
2025-01-28 17:46:45 +01:00 |
|
|
e5cc7c0cdb
|
Improved unique name system.
|
2025-01-28 17:42:39 +01:00 |
|
|
a8560add65
|
Added unique names on playlist rename.
|
2025-01-27 18:32:41 +01:00 |
|
|
b95081e840
|
Fixed crash that occurred when renaming new playlists.
|
2025-01-27 18:21:41 +01:00 |
|
|
3e579a4fcb
|
Implemented renaming of playlists.
|
2025-01-27 18:18:41 +01:00 |
|
|
b2aa7ffd8c
|
Got the context menu and focusing working.
|
2025-01-27 18:02:06 +01:00 |
|
|
60dee10d1a
|
Enabled input background again. (I disabled it for testing and accidentally committed that.)
|
2025-01-27 17:02:21 +01:00 |
|
|
649ad1d647
|
Moved playlist tabs related widgets to its own files.
|
2025-01-27 16:39:43 +01:00 |
|
|
9d844ae2dd
|
Removed text from playlist tabs and added QLineEdit to them to have an input for renaming playlists.
|
2025-01-27 16:28:55 +01:00 |
|
|
120d04359e
|
Made a tiny design tweak.
|
2025-01-27 14:47:08 +01:00 |
|
|
042c253d2f
|
Added playing mark to tabs of currently playing playlist.
|
2025-01-27 14:30:45 +01:00 |
|
|
f77bba0818
|
Tried to improve file tag loading time by tweaking some parameters of TinyTag.get().
|
2025-01-27 14:12:48 +01:00 |
|
|
bff8681f5b
|
Improved playlist design.
|
2025-01-26 17:18:42 +01:00 |
|
|
a48602d379
|
Removed an unnecessary line that was already commented out.
|
2025-01-26 16:51:08 +01:00 |
|
|
519b2d0adb
|
Fixed some bugs that happened when tracks got rearranged.
|
2025-01-26 16:49:09 +01:00 |
|
|
b2bd8ef784
|
Made it work with relative paths also.
|
2025-01-26 14:07:00 +01:00 |
|
|
74bff6ea13
|
Added history and improved marking of playing track.
|
2025-01-26 13:51:31 +01:00 |
|
|
29f86e2196
|
Made the first track have the play mark on start.
|
2025-01-26 12:58:37 +01:00 |
|