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

On Wavebox.Server.exe launch and exit, the console reports that it can't find the windows library libMagickWand.dll. The app.config file specifies target="lib_native/libMagickWand.dll" os="windows". There are no dlls in that path.

bug

We do stuff like (int)Folder.folderId all over the place, but these ids and other value properties can be null sometimes. We need to be checking for this and handling appropriately,...

cleanup
todo

Right now there's tons of duplicate code because of the addition of AlbumArtists. Artists and AlbumArtists should either implement an IArtist interface, or alternatively, have AlbumArtist descend from Artist. Same...

cleanup
todo

While making modifications today, I noticed some places where we have duplicate code, etc, that should be refactored to common places to prevent bugs in the future where we change...

cleanup
todo

We looked into possible solutions, and it looks like a home built one is going to be best. The basic idea is as follows: All platforms: WaveBox core checks for...

enhancement
todo

Just so I don't forget. It looks like the range header isn't being properly handled, and neither is the new seconds parameter. It's all setup for regular streams.

enhancement
todo

WaveBox crashes after startup if using multiple libraries. Web UI doesn't load either. Syntax seems to looks okay in config. I have tried both of these with same results: "mediaFolders":...

bug

Right now every native client sign in causes a new db backup to be created, and they never get purged.

todo

Windows: Look into using WiX for creating msi files OS X: Use the pkg maker that comes with Xcode to create an installer Linux: Create deb files for ubuntu 32...

todo

I've got it mostly figured out. Have build scripts for 32 and 64 bit linux (though I want to modify them to allow building both from a 64bit box if...

todo