Skip to content
View therealchjones's full-sized avatar

Block or report therealchjones

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
therealchjones/README.md

Pinned Loading

  1. seedhost web serving seedhost web serving
    1
    # [Seedhost](https://seedhost.eu)'s web server structure
    2
     
    3
    I don't know if this applies to all Seedhost servers, just "Dedicated Hosting", or just the server I use. I've
    4
    made some notes here because it's not entirely straightforward and doesn't appear to be documented elsewhere.
    5
    If you're looking to host your own content on a Seedhost box, however, it may be useful to know how the system is
  2. Notes on scripting rtorrent Notes on scripting rtorrent
    1
    tested and source reviewed for rtorrent 0.9.6
    2
     
    3
    d.multicall2=viewname,command performs command for each download that is visible in view viewname. This is *not* the same as each download with d.views.has=viewname. I think that d.views.* and view.* describe two entirely different things, or at best ones that are loosely related. 
    4
    Also, inconsistent naming and implicit targets just suck.
    5
    A view ([view.h](https://github.com/rakshasa/rtorrent/blob/cf1ba60b676b3300e9c9554a20c696bec49d7f80/src/core/view.h)) is a list of downloads split into visible downloads and filtered (not visible) downloads. set_visible(d) and set_not_visible(d) moves download d between the sublists, and filter_download(d).