zlatinb / muwire

MuWire file sharing client for I2P
GNU General Public License v3.0
191 stars 27 forks source link

Feature Request #145

Open JamesOlvertone opened 2 years ago

JamesOlvertone commented 2 years ago

Some ideas:

Thank you.

zlatinb commented 2 years ago

If you are currently sharing a file, it should appear with a checkmark in the search results. If you are no longer sharing the file, MuWire forgets about it completely. It is not practical to remember every file that has ever been shared or downloaded as the database would grow without limits.

Regarding keyboard shortcuts, see this forum thread. It would be nice to have those configurable but I can't say when it can happen.

zlatinb commented 2 years ago

What I can do is a "blacklist file" feature where you can say that you never want to see a result for a given hash, regardless whether you've downloaded a file before. That should achieve what you want, no?

JamesOlvertone commented 2 years ago

Is there a log level where I can get the information I want: "Added/Download complete/Canceled file: hash, name,size" Then I can parse this and add it to my own database.

zlatinb commented 2 years ago

No, I can add one.

JamesOlvertone commented 2 years ago

That would be nice. Thank you.

zlatinb commented 2 years ago

See the commit referenced above

JamesOlvertone commented 2 years ago

It works. Thank you very much!