Advanced Usage: FileBot Command-Line Examples
This commit is contained in:
parent
b496882c05
commit
82cbcbe0c9
|
@ -117,6 +117,18 @@ table.reference.cli > * > * > td:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.cmd {
|
||||||
|
color: #5C7684;
|
||||||
|
font-family: Andale Mono, monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.option {
|
||||||
|
color: #225577;
|
||||||
|
font-family: Andale Mono, monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
|
|
|
@ -112,6 +112,11 @@
|
||||||
<code><span class="cmd">filebot</span> <span class="option">-script</span> <span class="argument">"path/to/script.groovy"</span> <span class="argument">args...</span></code>
|
<code><span class="cmd">filebot</span> <span class="option">-script</span> <span class="argument">"path/to/script.groovy"</span> <span class="argument">args...</span></code>
|
||||||
Execute a given Groovy script. Find the manual on scripting <a href="script.html">here</a>.
|
Execute a given Groovy script. Find the manual on scripting <a href="script.html">here</a>.
|
||||||
</p>
|
</p>
|
||||||
|
<h3 id="advanced">Advanced Usage</h3>
|
||||||
|
<p>
|
||||||
|
Check out the <a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=4788">FileBot Command-Line Examples</a>
|
||||||
|
on how to use <span class="cmd">find</span> and <span class="cmd">xargs</span> in combination with <span class="cmd">filebot</span> and advanced options such as <span class="option">--db xattr</span> and <span class="option">--filter</span> for querying and processing media files and photos.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h2 class="reference" id="arguments">
|
<h2 class="reference" id="arguments">
|
||||||
|
|
Loading…
Reference in New Issue