From a2e572cf6ee8d125a1066390ab5dd8b1799f648b Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Fri, 21 Feb 2025 17:36:51 +0100 Subject: [PATCH] Added the "Background Job Monitor" to the list of features. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 351a6fb..3bbf237 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Currently, it just has really basic features but many more things are planned. ### Features -| Feature | Description | State | -|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| -| Playlists | You can create and load `.m3u` playlists, edit them and they will get stored on the disk automatically. | Implemented | -| Audio effects | Audio effects like normalizing and an equalizer. This can be implemented pretty easily because Wobuzz uses [Pydub](https://pydub.com/), which has these effects built in. | Not Implemented | +| Feature | Description | State | +|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| +| Playlists | You can create and load `.m3u` playlists, edit them and they will get stored on the disk automatically. | Implemented | +| Background Job Monitor | A QDockWidget where background processes are listed. | Implemented | +| Audio effects | Audio effects like normalizing and an equalizer. This can be implemented pretty easily because Wobuzz uses [Pydub](https://pydub.com/), which has these effects built in. | Not Implemented | ## Installation