* update website for new repo
This commit is contained in:
parent
d0f32dd0f7
commit
1f59bf0047
|
@ -151,7 +151,7 @@
|
|||
|
||||
<h2 class="reference" id="arguments">
|
||||
Argument Reference
|
||||
<a href="http://filebot.svn.sourceforge.net/viewvc/filebot/trunk/source/net/sourceforge/filebot/cli/ArgumentBean.java?view=markup" class="source" target="_blank">source</a>
|
||||
<a href="https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/source/net/sourceforge/filebot/cli/ArgumentBean.java" class="source" target="_blank">source</a>
|
||||
</h2>
|
||||
<table class="reference cli">
|
||||
<tr>
|
||||
|
@ -237,6 +237,11 @@
|
|||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-r</td>
|
||||
<td>handle folders recursively</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>-check</td>
|
||||
<td>create/check sfv file</td>
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
<ul class="list">
|
||||
<li>Executable Jar: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.jar'])" target="_blank" href="download.php?type=jar">FileBot_@{version}.jar</a> (<strong>14MB</strong>) <small class="comment">for Windows, Linux, Mac OS X, BSD and Solaris</small>
|
||||
<ul>
|
||||
<li>This package does not include the <a href="http://filebot.svn.sourceforge.net/viewvc/filebot/trunk/lib/native/" target="_blank">MediaInfo and 7-Zip native libraries</a>. <small class="comment">32-bit JRE requires 32-bit native libs</small></li>
|
||||
<li>This package does not include the <a href="https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/lib/native/" target="_blank">MediaInfo and 7-Zip native libraries</a>. <small class="comment">32-bit JRE requires 32-bit native libs</small></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Mac OS X app bundle: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.app'])" target="_blank" href="download.php?type=app">FileBot_@{version}.app</a> (<span class="filesize">16MB</span>)</li>
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
|
||||
<h2 class="reference" id="bindings">
|
||||
Binding Reference
|
||||
<a href="http://filebot.svn.sourceforge.net/viewvc/filebot/trunk/source/net/sourceforge/filebot/format/MediaBindingBean.java?view=markup" class="source" target="_blank">source</a>
|
||||
<a href="https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/source/net/sourceforge/filebot/format/MediaBindingBean.java" class="source" target="_blank">source</a>
|
||||
</h2>
|
||||
<table class="reference binding">
|
||||
<tr>
|
||||
|
@ -208,9 +208,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>vf</td>
|
||||
<td>video format</td>
|
||||
<td>standard video format</td>
|
||||
<td>720p</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hpi</td>
|
||||
<td>exact video format</td>
|
||||
<td>384p</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>af</td>
|
||||
<td>audio channels</td>
|
||||
|
@ -340,7 +345,7 @@
|
|||
|
||||
<h2 class="reference" id="functions">
|
||||
Function Reference
|
||||
<a href="http://filebot.svn.sourceforge.net/viewvc/filebot/trunk/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy?view=markup" class="source" target="_blank">source</a>
|
||||
<a href="https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy?force=True" class="source" target="_blank">source</a>
|
||||
</h2>
|
||||
<p>
|
||||
<code><span class="method">pad</span>(<span class="numeral">length</span>, <span class="string">padding</span> = <span class="string">"0"</span>)</code>Pad strings or numbers with given characters ('0' by default).
|
||||
|
@ -358,6 +363,9 @@
|
|||
<code><span class="method">lowerTrail</span>()</code>Lower-case all letters that are not initials (e.g. "Gundam SEED" -> "Gundam Seed").
|
||||
</p>
|
||||
<p>
|
||||
<code><span class="method">acronym</span>()</code>Get acronym, i.e. first letter of each word. (e.g. "Deep Space 9" -> "DS9").
|
||||
</p>
|
||||
<p>
|
||||
<code><span class="method">before</span>(<span class="regex">pattern</span>)</code>Get the substring before the given pattern or the original value.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
<h2 class="reference" id="functions">
|
||||
Function Reference
|
||||
<a href="http://filebot.svn.sourceforge.net/viewvc/filebot/trunk/source/net/sourceforge/filebot/cli/ScriptShell.lib.groovy?view=markup" class="source" target="_blank">source</a>
|
||||
<a href="https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/source/net/sourceforge/filebot/cli/ScriptShell.lib.groovy?force=True" class="source" target="_blank">source</a>
|
||||
</h2>
|
||||
|
||||
<div class="documentation">
|
||||
|
@ -135,10 +135,14 @@
|
|||
<dt>Parameters:</dt>
|
||||
<dd><span class="property">folder</span> - process media files in this folder</dd>
|
||||
<dd><span class="property">file</span> - process these media files</dd>
|
||||
<dd><span class="property">query</span> - force series/movie name, auto-detect if not set</dd>
|
||||
<dd><span class="property">action</span> - rename action name or closure</dd>
|
||||
<dd><span class="property">conflict</span> - define conflict handling</dd>
|
||||
<dd><span class="property">output</span> - output folder, if format expression is not absolute</dd>
|
||||
<dd><span class="property">format</span> - episode/movie naming scheme</dd>
|
||||
<dd><span class="property">db</span> - episode/movie database</dd>
|
||||
<dd><span class="property">query</span> - force series/movie name, auto-detect if not set</dd>
|
||||
<dd><span class="property">sortOrder</span> - episode sort order</dd>
|
||||
<dd><span class="property">filter</span> - episode filter expression</dd>
|
||||
<dd><span class="property">lang</span> - preferred language for episode/movie titles</dd>
|
||||
<dd><span class="property">strict</span> - turn on/off strict matching</dd>
|
||||
</dl>
|
||||
|
@ -156,6 +160,7 @@
|
|||
<dt>Parameters:</dt>
|
||||
<dd><span class="property">folder</span> - process media files in this folder</dd>
|
||||
<dd><span class="property">file</span> - process these media files</dd>
|
||||
<dd><span class="property">db</span> - database filter expression (e.g. opensubtitles|subscene)</dd>
|
||||
<dd><span class="property">query</span> - lookup subtitles by series/movie name</dd>
|
||||
<dd><span class="property">lang</span> - subtitle language</dd>
|
||||
<dd><span class="property">output</span> - force output format (e.g. srt)</dd>
|
||||
|
@ -194,6 +199,7 @@
|
|||
<dd><span class="property">folder</span> - extract all archives that are in this folder</dd>
|
||||
<dd><span class="property">file</span> - extract this archive</dd>
|
||||
<dd><span class="property">output</span> - output folder, defaults to archive path</dd>
|
||||
<dd><span class="property">conflict</span> - define conflict handling</dd>
|
||||
</dl>
|
||||
<hr/>
|
||||
<pre><span class="return">String[]</span> <span class="method">fetchEpisodeList</span>(<span class="property">query</span>, <span class="property">format</span>, <span class="property">db</span>, <span class="property">lang</span>)</pre>
|
||||
|
@ -203,6 +209,7 @@
|
|||
<dd><span class="property">query</span> - tv series name</dd>
|
||||
<dd><span class="property">format</span> - episode naming scheme</dd>
|
||||
<dd><span class="property">db</span> - episode database</dd>
|
||||
<dd><span class="property">sortOrder</span> - episode sort order</dd>
|
||||
<dd><span class="property">lang</span> - preferred language for episode titles</dd>
|
||||
</dl>
|
||||
<hr/>
|
||||
|
@ -214,6 +221,14 @@
|
|||
<dd><span class="property">format</span> - media naming scheme</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<div class="documentation">
|
||||
<h4>Extras</h4>
|
||||
<div>
|
||||
<a href="https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/source/net/sourceforge/filebot/cli/ScriptShell.lib.groovy?force=True" target="_blank">ScriptShell.lib.groovy</a> also defines lots extra useful functions
|
||||
and there is example code in the <a href="http://filebot.sourceforge.net/scripts/">script repository</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="suggestion">
|
||||
|
|
Loading…
Reference in New Issue