| Playlists | You can create and load `.m3u` playlists, edit them and they will get stored on the disk automatically. | <inputtype="checkbox"disabledchecked/> Implemented |
| Background Job Monitor | A QDockWidget where background processes are listed. | <inputtype="checkbox"disabledchecked/> 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. | <inputtype="checkbox"disabled/> Not Implemented |
| Soundcloud downloader | A simple Soundcloud-downloader like maybe integrating [SCDL](https://pypi.org/project/scdl/) would be really cool. | <inputtype="checkbox"disabled/> Not Implemented |
| Synchronisation between devices | This should be pretty hard to implement and idk. if i will ever make it, but synchronisation could be pretty practical e.g. if you have multiple audio systems in different rooms. | <inputtype="checkbox"disabled/> Not Implemented |
| Audio visualization | Firstly, rather simple audio visualization like an oscilloscope would be cool, also something more complicated like [ProjectM](https://github.com/projectM-visualizer/projectm) could be integrated. | <inputtype="checkbox"disabled/> Not Implemented |