premiere-libtorrent/bindings/python
d-komarov 6d5a6f05ad Fix torrent files prioritization (#3133)
After setting file priority, any subsequent attempt to set different priorities will fail if there is a `file_priority` job running in in disk thread. This happens because `torrent::m_file_priority` is being updated before adding disk thread job. The problem is gone if the file priority vector owned by the torrent object, is modified in the `torrent::on_file_priority` callback, when disk job finishes.
2018-07-04 08:16:33 +02:00
..
src fix typo in client.py. introduce parse_magnet_uri_dict to python binding (returning a dict) in preparation for next major version that will release an add_torrent_params object 2018-04-28 19:05:23 +02:00
Jamfile fix boost-python linking with latest version of brew 2018-04-21 18:35:05 +02:00
Makefile.am remove rss_reader.py, since rss has been reprecated. fix python binding for torrent_handle, to be hashable. update client_test.py to not use deprecated APIs and follow best (libtorrent) practice 2017-09-11 22:28:57 +02:00
client.py fix typo in client.py. introduce parse_magnet_uri_dict to python binding (returning a dict) in preparation for next major version that will release an add_torrent_params object 2018-04-28 19:05:23 +02:00
compile_flags.in Add missing announce_entry properties to python bindings 2017-02-11 08:07:43 -05:00
link_flags.in more robust flags parsing in python bindings 2016-02-15 15:19:37 -08:00
make_torrent.py fix make_torrent.py to not use deprecated functions 2017-01-14 16:04:01 -05:00
setup.py bump version to 1.1.8 2018-06-25 12:25:11 +02:00
simple_client.py fix simple_client.py example, and reference it from the documentation 2017-11-23 22:01:54 +01:00
test.py Fix torrent files prioritization (#3133) 2018-07-04 08:16:33 +02:00