File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ To set the `Plex Path` for the run:
190
190
* **Environment Variable:** `PLEX_PATH=C:\Plex Media Server`
191
191
192
192
* **Shell Command:** `-p "C:\Plex Media Server"` or `--plex "C:\Plex Media Server"`
193
-
194
- * * Will also check `/plex` relative to the base directory of the script if neither of the above are specified.
193
+
194
+ ** Will also check `/plex` relative to the base directory of the script if neither of the above are specified.**
195
195
196
196
#### Mode
197
197
@@ -343,19 +343,19 @@ The example above is detailed out below to better explain how it works:
343
343
344
344
* Run at 8:00 AM on Sundays with the Options: `mode: clear`
345
345
346
- * `08:00|weekly(sunday)|mode=remove`
346
+ * `08:00|weekly(sunday)|mode=remove`
347
347
348
- * `time |frequency |options`
348
+ * `time |frequency |options`
349
349
350
350
* Run at 9:00 AM on Sundays with the Options: `mode: move`
351
351
352
- * `09:00|weekly(sunday)|mode=move`
352
+ * `09:00|weekly(sunday)|mode=move`
353
353
354
- * `time |frequency |options`
354
+ * `time |frequency |options`
355
355
356
356
* Run at 10:00 AM on the 1st of each month with the Options: `mode: nothing` and `photo-transcoder: true`
357
357
358
- * `10:00|monthly(1)|mode=nothing;photo-transcoder=true`
358
+ * `10:00|monthly(1)|mode=nothing;photo-transcoder=true`
359
359
360
- * `time |frequency |options`
360
+ * `time |frequency |options`
361
361
You can’t perform that action at this time.
0 commit comments