BT_BlockLists icon indicating copy to clipboard operation
BT_BlockLists copied to clipboard

How to use the blocklist with transmission-cli

Open ghost opened this issue 1 year ago • 3 comments

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.

ghost avatar May 27 '23 14:05 ghost

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

Naunter avatar Jun 03 '23 22:06 Naunter

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

ghost avatar Jun 10 '23 15:06 ghost

Add the blacklist inside your settings.json

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

spirillen avatar Jul 06 '24 23:07 spirillen