JP Dillingham
JP Dillingham
Old searches have very little value, and there's no reason to keep both.
Using the database field populated in #916, add an indicator on the Search UI that will tell a user whether any files have been successfully downloaded for a given search....
Update the Download database model to add a field that indicates whether it came from a search, and if so, the ID of the search. This value can then be...
Users are already "watched" when we enqueue downloads; we just need to add a status indicator on the download display that indicates whether they are currently online.
This button is correctly disabled while the tracks are being enqueued, but something feels off about it, and I suspect it is the lack of a spinner.
Presently, if I enqueue some tracks from a user and get stuck waiting for them to download, and then mistakenly re-request those same files, the existing transfers error out. There's...
#911 fixes a bug that stems from insufficient handling of exceptions thrown from guard clauses. The implementation in that PR should be enough to prevent searches from appearing to be...
A Discord user reported a scenario where files in a download were duplicated (multiples of the same file, for the same user and same folder). The user hosting the files...
Some users may want to "share" slskd in their household; for example, to allow a spouse to find and download things. This feature would add the concept of a "guest"...
This should be very similar to #112, which added this functionality for Pushbullet. I don't want to get too far into the weeds supporting all manner of email providers, so...