You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New assignment syntax to allow more complex keys. This mainly effects mktor and chtor's -s KEY=VAL flag. This means the old syntax of .. to escape periods in key names will no longer work. Use the new bracket syntax instead:
# Old
chtor -s info.with..period=foo <file># New
chtor -s 'info["with.period"]=foo'<file>
Changed
lstor: Torrents without an announce URL are no longer considered invalid, and can be displayed by lstor. This is primarily to support the listing of rTorrent's temporary torrent files generated from magnet links. #61
chtor/mktor: Use a proper assignment syntax to allow setting complex keys and array keys
rtcontrol: --prio now accepts strings as well as integers (0=off, 1=low, 2=normal, 3=high)
Fixed
Magnet files are now created with the correct key (magnet-uri) for rTorrent to load them.