Skip to content

Commit

Permalink
document full scripting environment
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSanderson authored Jul 12, 2023
1 parent f48f0c6 commit eb57691
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,16 @@ http://upgraderr.upgraderr:6940/api/expression
- Unix timestamp
* State(State)
- Converts the torrent state to a string
* ContextGet()
- Retrieve a persisted string across a single run
* ContextSet(string)
- Set a persisted string across a single run
* DisableCrossseed()
- Naive matching
* ResultLimit(int)
- Limits results to process after the classification and (optional) ResultSkip stage
* ResultMinimumCount(int)
- Minimum amount of results to proceed with, after the classification stage, but before limit and skip
* ResultSkip(int)
- Skips a defined number of results, leaving the remainder to be processed after the classification stage
* SpaceAvailable('/my/path'), SpaceFree('/my/path'), SpaceTotal('/my/path'), SpaceUsed('/my/path')
Expand Down

0 comments on commit eb57691

Please sign in to comment.