From 554af9cf426818d9084b8e38b48e76d8d0b7ca10 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Wed, 29 Jan 2025 16:42:00 +0100 Subject: [PATCH] Added Feature table to README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32940c8..edd7ac7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Wobuzz -Wobuzz is an audio player made by The Wobbler. -Currently it is still in early development and not really usable. +Wobuzz is a simple audio player made by The Wobbler. +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 | ## Installation