Releases: pyroscope/pyrocore
Releases · pyroscope/pyrocore
Fixed version detection & throttle name validation
d.save_resume fix
- Fix: Use
d.save_resumeto flush session - Fix: Updated a few more places to use new command names
- start script: Use
RPATH/RUNPATHasLD_LIBRARY_PATH
(fixes rTorrent-PS runtime linking on newer systems)
New docs, Python 2.7, and rTorrent 0.9.x
- Docs: Brand new docs on
readthedocs.io - Project: Moved to GitHub
- Migration: Read the docs, take note of
rtorrent-pyro.rc - rTorrent: Removed support for anything but 0.9.2+
- Python: Removed support for 2.5 and 2.6
- rtcontrol: added
--selectoption (-/) - rtcontrol: added
--shelloption - rtcontrol: added
--modify-viewoption - rtcontrol: resolve
-as a viewname to the current view (needs rT-PS) - rtcontrol: added
is_multi_filefield - rtcontrol: added
activefor when items last had peers - rtcontrol: added
stoppedfield - rtcontrol: added
[ NOT … ]in conditions - rtcontrol: added
--prioaction - rtcontrol: added
--annealoption for post-filters - rtcontrol: added
--execoption for raw XMLRPC commands - rtcontrol: executing OS commands (
--calland--spawn) - rtcontrol: single item
viewsvia--from #‹hash›(#is optional) - rtcontrol: actions with arguments (like
--custom) now allow templating - rtcontrol: added
jsonformatter (main use case:files.raw.json) - rtcontrol: added
--jsonto dump items as a JSON array - rtcontrol: added
--fast-queryoption and config setting for query optimizer - rtcontrol: also added new default template
jsonfor-O json - chtor: added
--regexoption - chtor: replacing
{}with the torrent name in--hashedpath - mktor: added
--no-cross-seedoption - mktor:
-X @entropyfor non-deterministic infohash - rtxmlrpc: allow passing of binary data via
@-and@filename - rtxmlrpc: added
--as-importoption to call private commands - pyrotorque: added queue manager and tree watch features
- pyroadmin: added
--create-importaction - pyroadmin: added
--dump-rcaction - pyroadmin: added
--remove-all-rc-filesoption - config.py: feature to add custom template helpers
- rtorrent config: added
taggedview handling - rtorrent config:
d.timestamp.downloadedattribute (thanks @chros73) - rtorrent config:
d.data_pathattribute (never empty, unliked.base_path) - UI: Rotate through color schemes with the
~key - UI: Rotate through category views using
<and> - UI: The
|key updates the current category view - UI: Show uptime and other info by pressing
u - UI: Send a manual scrape for the current item with
& - UI: Helper commands
tag.add,tag.rm, andtag.show(bound toCtrl-G) - API: added
substtemplating helper - API:
connect()helper for easy interactive use - API: added
h.helper namespace to templating
A long, long time ago…
- Added rtorrent.rc include with standard PyroScope additions
to make configuration easier - mktor/chtor: --set can now create new namespaces, e.g. you
can do "chtor -s rtorrent.custom.foo=bar baz.torrent" - rtxmlrpc: Fixed unicode problem when redirecting output
- conky/rtorstat: Show free disk space on download dir's volume
- Support for rTorrent 0.8.8 (not intensively tested)
- Script to migrate a 0.8.6 syntax .rtorrent.rc to 0.8.8 syntax;
see http://code.google.com/p/pyroscope/wiki/RtXmlRpcReference