You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,10 +240,10 @@ integration:
240
240
on:
241
241
- DownloadDirectoryComplete
242
242
run:
243
-
command: '/autotag.sh'
243
+
command: "/autotag.sh"
244
244
```
245
245
246
-
And have the executable script `/autotag.sh` with the following torrent. Slskd will have `SLSKD_SCRIPT_DATA` variable as a json string with `localDirectoryName` key being the path of the directory. See the [scripts](https://github.com/slskd/slskd/blob/master/docs/config.md#scripts) documentation and all avialable [events](https://github.com/slskd/slskd/blob/master/src/slskd/Events/Types/Events.cs).
246
+
And have the executable script `/autotag.sh` with the following torrent. Slskd will have `SLSKD_SCRIPT_DATA` variable as a json string with `localDirectoryName` key being the path of the directory. See the [scripts](https://github.com/slskd/slskd/blob/master/docs/config.md#scripts) documentation and all available [events](https://github.com/slskd/slskd/blob/master/src/slskd/Events/Types/Events.cs).
0 commit comments