airdcpp-web / airdcpp-webclient

Communal peer-to-peer file sharing application for file servers/NAS devices
https://airdcpp-web.github.io
171 stars 31 forks source link

Filelist operations #469

Open mfregonassi opened 2 months ago

mfregonassi commented 2 months ago

Is your feature request related to a problem? Please describe. In some hubs it is important to check if the files your are sharing are not repacks of known releases or banned files. A way to check that is loading other filelists that are guaranteed to not have any unwanted files. Right now it's not possible to user AirDC++ Web client for that purpose.

Describe the solution you'd like A similar solution to what's in other clients like DC++ and Strong DC++ allowing to download your own filelist and also compare your own filelist with downloaded filelists, with group operations such as finding files in one filelist and not in the other, for example. It should be possible to combine multiple filelists for comparison with your own.

Describe alternatives you've considered An initial solution that would let us export our own filelists to use an external comparison tool would be good to have if it can be made available earlier than the full filelist feature.

Additional context N/A