Naunter / BT_BlockLists

Transmission block list
The Unlicense
960 stars 46 forks source link

How to use the blocklist with transmission-cli #21

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi. Thank you very much for your work here.

Your blockilist is a simple ziped textfile, wich is nice, cause I prefer text files over everything else. However, when I use it with transmission-qt or gtk, these programs create a binary of it. ~/.config/transmission/blocklists/blocklist.bin

Is there any way I can convert your list to such working binary? I would like to use the cli program only.

Naunter commented 1 year ago

Not sure if it works, but you can try rename the blocklist text file to blocklist.bin.

ghost commented 1 year ago

@Naunter Hi. Yeah I can do that, but how do I know that it works?

spirillen commented 3 months ago

Add the blacklist inside your settings.json

"blocklist-url": "https://github.com/Naunter/BT_BlockLists/raw/master/bt_blocklists.gz",