JP Dillingham
JP Dillingham
Because the existing share cache is cleared when starting this operation, cancelling will leave the share cache in an empty state. It's probably best to complete this after #138, so...
It is incredibly hard to get any insight into the share scanning process as is, and I'm not sure that it is entirely bug-free as desired. Users should be able...
This is being called every time a page is rendered, which is kind of by design, however it gets triggered every time new data is sent via SignalR, which is...
.NET 7 is bringing more runtime identifiers (RIDs), so once the app is ported to .NET 7 I'll want to revisit the types of binaries produced during the build and...
Roadmap
# [1.00: Quality of Life Improvements for Users](https://github.com/slskd/slskd/milestone/6) This milestone collects usability issues, user requests and the remainder of functionality needed to bring slskd to near-parity with existing clients. This...
Moving forward the application should use only functional components, but there are a bunch of class based components that exist currently. This is one of them.
This is an implied prefix described near the top of the document, but I think most people (myself included) tend to scroll to the area of interest and miss it.
The roadmap in #413 is largely centered around enabling support for download automation via Lidarr. There's an issue in the Lidarr repo tracking this effort, here: https://github.com/lidarr/Lidarr/issues/444 ~~Please direct any...
Just got this while fiddling with transfer buffer sizes: ``` [] [07:58:00 WRN] Options (re)configuration rejected. [] [07:58:00 WRN] Invalid configuration: Soulseek: Connection: Buffer: The field Transfer must be between...
The data available on the transfer screen is (grouped by username): ```json [{ "username": "", "directories": [{ "directory": "@@aaaaa\\some\\dir", "files": [{ "averageSpeed": 142265.72027709833, "bytesRemaining": 6012040, "bytesTransferred": 393216, "direction": "Download", "elapsedTime":...