Tim
Tim
The internet has the same problem and no one cares. (As long as pages are accessed via a domain/ip/public-key-fingerprint that can't be impersonated) think .onion
But Tribler does have public-key-fingerprints which are successful replacements for domain names. :) Obviously some work to implement but better to work in the the direction of flexibility instead of...
Well you could trim tribler down to just anonomus torrent transfer; moving tokens, streaming, channels, search, etc to optional plugins (I would bet most don't use any of that stuff...
Using a web browser as a tribler UI is one option (less user friendly but more flexible and way less code). Markup in python, like how epub is used (ignoring...
BTW on the subject of meta search one should be aware of https://github.com/Jackett/Jackett
> takes hours due to all the SQLite-Python Incase you don't know already; "begin transaction;" significantly(3x+) speeds up SQLite.
As long as it's not doing more than one SQL transaction per user click, or minute, or %GB. (a transaction per insert is just as slow)
I noticed there is a sort of hacky headless option ``` /usr/bin/tribler -platform linuxfb Starting Tribler... ```
You can start tribler than kill just the GUI with /usr/bin/tribler >/dev/null 2>&1 & sleep 10 kill "$(pgrep -f tribler | head -n 1)" you can control it via the...
I don't really see added value to this suggestion because nothing is stopping you from adding descriptive comments to your disable directives. As shellcheck grows the names would approach the...