[Correction needed] Incorrect information provided in 'Tixati Settings > Magnet Links' window
This is an old one, but I stumbled on it again, so I'm reporting it this time, since it has not been corrected since then.
When you go to "Tixati Settings", in the "Magnet Links" section, you see the line "Placeholders: ..." with examples in brackets.
See here :
https://www.imgbly.com/ib/YsixNZDpd3.png
The second placeholder example is stated as "
[hash2]
" which is erroneous. If you use "
[hash2]
" instead of "
[hash]
" in the formatting of your magnet link, Tixati will not save/generate the magnet link at all (without any error notification).
"
[hash2]
" must be corrected to "
[hash16]
", since it correlates to "Base 16 Hash-ID", and regular "
[hash]
" correlates to "Base 32 Hash-ID" (from memory; I think that if you write "
[hash32]
" instead of "
[hash]
", it will still work, and generate a 32 base hash).
The "
[hash]
" will generate "Base 32 Hash-ID" :
magnet:?xt=urn:btih:tq6xhodo6z0un4rtslpnwrroqyh7u5
And "
[hash16]
" will generate "Base 16 Hash-ID," which is found within .torrent files (it can be useful to have magnet links generated, that have the same hash value as .torrent files so that you can easily tie them together visually, which you can't do with 32 base hash magnet links) :
magnet:?xt=urn:btih:9C3C24CE1BBD975ABC8CE4B7B6D18BA183FE9
Just like
9C3C24CE1BBD975ABC8CE4B7B6D18BA183FE9.torrent
filename, which you can download from around the net.
As you can see, a correction is indeed needed.
Zoltan