From 82cbcbe0c925953f883bc6a829c2c469f8083090 Mon Sep 17 00:00:00 2001
From: Reinhard Pointner
Date: Tue, 28 Mar 2017 21:28:58 +0800
Subject: [PATCH] Advanced Usage: FileBot Command-Line Examples
---
website/base.css | 12 ++++++++++++
website/cli.html | 5 +++++
2 files changed, 17 insertions(+)
diff --git a/website/base.css b/website/base.css
index ca978c97..0203ece2 100644
--- a/website/base.css
+++ b/website/base.css
@@ -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;
diff --git a/website/cli.html b/website/cli.html
index c534408d..a64adb8f 100644
--- a/website/cli.html
+++ b/website/cli.html
@@ -112,6 +112,11 @@
filebot -script "path/to/script.groovy" args...
Execute a given Groovy script. Find the manual on scripting here.
+ Advanced Usage
+
+ Check out the FileBot Command-Line Examples
+ on how to use find and xargs in combination with filebot and advanced options such as --db xattr and --filter for querying and processing media files and photos.
+