* update docs and make sure CLI users have a look at scripting as well before going overboard with -rename -r and go hurt themselves :P
This commit is contained in:
parent
3457def998
commit
214c99d180
|
@ -117,15 +117,17 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="screenshot" style="border:none; box-shadow:none; background:white">
|
<div class="screenshot" style="margin-top: 35px; border:none; box-shadow:none; background:white">
|
||||||
<a target="_blank" href="screenshots/original/cli.png"><img alt="screenshot" src="screenshots/medium/cli.png" /></a>
|
<a target="_blank" href="screenshots/original/cli.png"><img alt="screenshot" src="screenshots/medium/cli.png" /></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section about">
|
<div class="section about">
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<p>
|
<p style="width: 420px">
|
||||||
FileBot can be called with a set of command-line arguments directly from the console
|
FileBot can be called with a set of command-line arguments directly from the console
|
||||||
or in scripts for automation running tasks like renaming
|
or in scripts for automation running tasks like renaming TV shows and movies, fetching subtitles or checking SFV files.
|
||||||
tv shows and movies, fetching subtitles or checking sfv files.
|
</p>
|
||||||
|
<p style="width: 420px">
|
||||||
|
The CLI is designed for simple tasks. Please have a look at <a href="script.html">Scripts and Automation</a> for something more powerful and find scripts for many common tasks <a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5">here</a>.
|
||||||
</p>
|
</p>
|
||||||
<h2 id="examples">Examples</h2>
|
<h2 id="examples">Examples</h2>
|
||||||
<h3 id="rename">Rename</h3>
|
<h3 id="rename">Rename</h3>
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
^public$
|
^public$
|
||||||
^pyload$
|
^pyload$
|
||||||
^Qmultimedia$
|
^Qmultimedia$
|
||||||
|
^QUEUE$
|
||||||
^raid$
|
^raid$
|
||||||
^rename$
|
^rename$
|
||||||
^Romance$
|
^Romance$
|
||||||
|
|
Loading…
Reference in New Issue