Private GIT

Skip to content
Snippets Groups Projects
Commit a58b6d4f authored by Fernando's avatar Fernando Committed by fernandog
Browse files

Add note to PP Extra scripts settings

parent 0b54742a
Branches
Tags
No related merge requests found
...@@ -118,11 +118,22 @@ ...@@ -118,11 +118,22 @@
</label> </label>
<label class="nocheck"> <label class="nocheck">
<span class="component-title">&nbsp;</span> <span class="component-title">&nbsp;</span>
<span class="component-desc">Additional scripts separated by <b>|</b>.</span> <span class="component-desc"><b>NOTE:</b></span>
</label> </label>
<label class="nocheck"> <label class="nocheck">
<span class="component-title">&nbsp;</span> <span class="component-title">&nbsp;</span>
<span class="component-desc"><b>NOTE:</b> Scripts are called after SickRage's own post-processing.</span> <span class="component-desc">
<ul>
<li>See <a href="https://github.com/SiCKRAGETV/SickRage/wiki/Post%20Processing"><font color='red'><b>Wiki</b></font></a> for a script arguments description.</li>
<li>Additional scripts separated by <b>|</b>.</li>
<li>Scripts are called after SickRage's own post-processing.</li>
<li>For any scripted languages, include the interpreter executable before the script. See the following example:</li>
<ul>
<li>For Windows: <pre>C:\Python27\pythonw.exe C:\Script\test.py</pre></li>
<li>For Linux: <pre>python /Script/test.py</pre></li>
</ul>
</ul>
</span>
</label> </label>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment