WaveBox icon indicating copy to clipboard operation
WaveBox copied to clipboard

A free, open source personal media server written in C# and available on all platforms thanks to the Mono framework. GPL3 Licensed.

Results 14 WaveBox issues
Sort by recently updated
recently updated
newest added

Add API call for updating stats of a song, album, or artist such as play count. Perhaps more depending on how creative we want to get.

enhancement

Extend the transcoding system to handle video along with special support for HLS, including adaptive bitrate streams.

enhancement

Guess we should look into an image solution other than GDI+. ``` [HTTPSERVER] POST request: /api/cover/420?v=1&c=iSub&u=test&p=test&size=120 ** (process:38658): WARNING **: PNG images with 48bpp aren't supported by libgdiplus. [HTTPSERVER(1)] System.ArgumentException:...

bug