Skip to content

Commit

Permalink
numbered vs. named 'd.custom*'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jun 29, 2018
1 parent c98f0e7 commit 9a333b3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/scripting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,18 @@ See :ref:`conversion` for all the formatting helper details.
Custom Attributes
^^^^^^^^^^^^^^^^^

**TODO**

**TODO** intro

The numbered forms like :term:`d.custom1` are very limited and thus overcrowded.
Old software like `ruTorrent` that also never changed to the new named forms pretty much hogs these
– colliding use can lead to all sorts of problems and misbehaviour.

So avoid the old numbered forms and instead prefer the named custom attributes,
while also using *unique* names.
The only ‘old’ command you *should* use is :term:`d.custom1`, and *only* with `ruTorrent`'s
semantics of using it as a category label.
So you might refer to it in a completion event handler for target path building,
or set it in watch schedules for use by `ruTorrent`.


Advanced Concepts
Expand Down

0 comments on commit 9a333b3

Please sign in to comment.