Results 51 issues of PyroScope Project

enhancement

1. Same as load.verbose, but add new args for the values that you cannot normally set later on, specifically ratio (and maybe other things like completion time). Usecase: Live transfers...

See #86 and https://github.com/pyroscope/pimp-my-box/blob/master/roles/rtorrent-ps/templates/rtorrent/rtorrent.d/05-rt-ps-columns-v2.rc.include

enhancement
P1
easy

To access remote systems from a local pyrocore installation. Of course, anything hitting the file system will not work.

* Might need configure test for `wcwidth` (skip that if it compiles on Precise) * Add to canvas rendering code * need to check how to easily decode UTF-8 sequences...

enhancement
P2

To load injected session state from other hosts or instances, keeping all metadata intact. * `load.session = ‹metafile path or pattern›` – Load item as found in files (path can...

enhancement
P2

* Because `greater=` sucks for numbers * `math.eq`, `math.lt`, `math.gt`, `math.ne`, `math.le`, `math.ge` * Same semantics as other `math.*` commands * maybe *change* (fix) semantics before the release, namely the...

enhancement
P2
easy

* Numerous timeout values compiled into the code * Ranging from 1 min to 5 min ```sh egrep --color=yes -RInH 'CURL.*TIME|set_timeout|m_timeout' libtorrent-0.13.6/src src/ \ | egrep -v 'sync.timeout|chunk_manager|dht_trans' ``` **Tasks**...

enhancement

`d.multicall.check.base_path` fires `event.download.orphaned` when an item's data is gone. Obvious handlers are `d.erase`, or `d.close` and maybe also `d.views.push_back_unique=orphaned`. Storing the gone base path in session state takes care of...

enhancement
P2

* Make log and help files browsable in the curses UI (and NFO etc.) * Add a scroll-back buffer to the in-memory console log? * Can use `less` with the...

enhancement