Advanced Usage: FileBot Command-Line Examples

This commit is contained in:
Reinhard Pointner 2017-03-28 21:28:58 +08:00
parent b496882c05
commit 82cbcbe0c9
2 changed files with 17 additions and 0 deletions

View File

@ -117,6 +117,18 @@ table.reference.cli > * > * > td:first-child {
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 {
position: relative;
margin: 20px auto;

View File

@ -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>
Execute a given Groovy script. Find the manual on scripting <a href="script.html">here</a>.
</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">