mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 00:38:52 -05:00
Use CloudFlare "Cache Everything" for the http forums, and use https / authenticated / not cached for logged in users.
This commit is contained in:
parent
6369eefee7
commit
88ea82a8c8
@ -46,8 +46,8 @@
|
|||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.filebot.net/forums/">Forums</a></li>
|
<li><a href="http://www.filebot.net/forums/">Forums</a></li>
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
|
||||||
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -86,7 +86,7 @@
|
|||||||
or in scripts for automation running tasks like renaming TV shows and movies, fetching subtitles or checking SFV files.
|
or in scripts for automation running tasks like renaming TV shows and movies, fetching subtitles or checking SFV files.
|
||||||
</p>
|
</p>
|
||||||
<p style="width: 420px">
|
<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="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5">here</a>.
|
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>
|
||||||
@ -208,7 +208,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>--filter</td>
|
<td>--filter</td>
|
||||||
<td><a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=2127" target="_blank">match filter rules</a></td>
|
<td><a href="http://www.filebot.net/forums/viewtopic.php?f=3&t=2127" target="_blank">match filter rules</a></td>
|
||||||
<td>filter expression (e.g. <span style="font-family: monospace; color: #008800">y > 2000</span>)</td>
|
<td>filter expression (e.g. <span style="font-family: monospace; color: #008800">y > 2000</span>)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -326,7 +326,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="suggestion">
|
<p class="suggestion">
|
||||||
Need some help getting started? Check the <a href="https://www.filebot.net/forums/viewforum.php?f=4">forums</a>.
|
Need some help getting started? Check the <a href="http://www.filebot.net/forums/viewforum.php?f=4">forums</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="metrics">
|
<div class="metrics">
|
||||||
|
@ -72,8 +72,8 @@
|
|||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.filebot.net/forums/">Forums</a></li>
|
<li><a href="http://www.filebot.net/forums/">Forums</a></li>
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7">FAQ</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7">FAQ</a></li>
|
||||||
<li><a href="#download">Download</a></li>
|
<li><a href="#download">Download</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<a href="http://www.filebot.net"><img class="logo" alt="logo" src="images/filebot.logo.svg" width="64" height="64" /></a>
|
<a href="http://www.filebot.net"><img class="logo" alt="logo" src="images/filebot.logo.svg" width="64" height="64" /></a>
|
||||||
<h1>
|
<h1>
|
||||||
FileBot
|
FileBot
|
||||||
<a href="https://www.filebot.net/forums/viewforum.php?f=7" class="source" target="_blank">v@{version}</a>
|
<a href="http://www.filebot.net/forums/viewforum.php?f=7" class="source" target="_blank">v@{version}</a>
|
||||||
<span class="description">The ultimate tv renamer / subtitle downloader / sfv validator</span>
|
<span class="description">The ultimate tv renamer / subtitle downloader / sfv validator</span>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
@ -192,7 +192,7 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<p><strong>Use FileBot from the command-line!</strong> There is a simple <acronym title="command-line interface"><a href="cli.html">CLI</a></acronym> for core tasks like renaming media files and fetching subtitles
|
<p><strong>Use FileBot from the command-line!</strong> There is a simple <acronym title="command-line interface"><a href="cli.html">CLI</a></acronym> for core tasks like renaming media files and fetching subtitles
|
||||||
as well as checking or creating SFV files. On top of that you can use our <a href="script.html">scripting engine</a> to define more complex
|
as well as checking or creating SFV files. On top of that you can use our <a href="script.html">scripting engine</a> to define more complex
|
||||||
automated processing. There's already <a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5">shared scripts</a> for
|
automated processing. There's already <a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5">shared scripts</a> for
|
||||||
various tasks that you can just run right away or further customize to your needs.</p>
|
various tasks that you can just run right away or further customize to your needs.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Watch media folders and organize new files automatically</li>
|
<li>Watch media folders and organize new files automatically</li>
|
||||||
@ -203,14 +203,14 @@
|
|||||||
<li>Update your XBMC or Plex library</li>
|
<li>Update your XBMC or Plex library</li>
|
||||||
... and more!
|
... and more!
|
||||||
</ul>
|
</ul>
|
||||||
<p>Setting up a <strong>fully automated media center</strong> – extract archives, organize tv shows and movies, download subtitles, fetch artwork and metadata, update XBMC – with FileBot it's <a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561">that</a> easy!</p>
|
<p>Setting up a <strong>fully automated media center</strong> – extract archives, organize tv shows and movies, download subtitles, fetch artwork and metadata, update XBMC – with FileBot it's <a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561">that</a> easy!</p>
|
||||||
<ul style="list-style-type: square; border: thin dotted lavender; background: #FDFDFF">
|
<ul style="list-style-type: square; border: thin dotted lavender; background: #FDFDFF">
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561" target="_blank">µTorrent on Windows</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561" target="_blank">µTorrent on Windows</a></li>
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=215#p9774" target="_blank">qBittorrent on Mac OS X</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p9774" target="_blank">qBittorrent on Mac OS X</a></li>
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=215#p5316" target="_blank">rTorrent on any Linux server</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p5316" target="_blank">rTorrent on any Linux server</a></li>
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561" target="_blank">Console tool on all platforms</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561" target="_blank">Console tool on all platforms</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>If you have any questions or problems just to check the <a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a> or search the <a href="https://www.filebot.net/forums/">forums</a>.</p>
|
<p>If you have any questions or problems just to check the <a href="http://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a> or search the <a href="http://www.filebot.net/forums/">forums</a>.</p>
|
||||||
|
|
||||||
<div class="video">
|
<div class="video">
|
||||||
<iframe src="http://app.filebot.net/getting-started/index.html" frameborder="0" allowfullscreen="true"></iframe>
|
<iframe src="http://app.filebot.net/getting-started/index.html" frameborder="0" allowfullscreen="true"></iframe>
|
||||||
@ -224,7 +224,7 @@
|
|||||||
<ul class="list">
|
<ul class="list">
|
||||||
<li>A simple user-interface tuned for drag-n-drop <small class="comment">(no need to bother with file dialogs)</small></li>
|
<li>A simple user-interface tuned for drag-n-drop <small class="comment">(no need to bother with file dialogs)</small></li>
|
||||||
<li>Platform-independent and straight-forward application deployment</li>
|
<li>Platform-independent and straight-forward application deployment</li>
|
||||||
<li>Powerful and full-featured <a class="important" href="cli.html">cmdline interface</a> and <a class="important" href="script.html">scripting interface</a> for any kind of <a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5">automation</a></li>
|
<li>Powerful and full-featured <a class="important" href="cli.html">cmdline interface</a> and <a class="important" href="script.html">scripting interface</a> for any kind of <a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5">automation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="list next" id="rename">
|
<ul class="list next" id="rename">
|
||||||
<li>
|
<li>
|
||||||
@ -291,7 +291,7 @@
|
|||||||
<ul class="list">
|
<ul class="list">
|
||||||
<li class="macosx">Available on the <a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=filebot2" target="itunes_store">Mac App Store</a></li>
|
<li class="macosx">Available on the <a href="https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=filebot2" target="itunes_store">Mac App Store</a></li>
|
||||||
<!-- <li class="ubuntu">Available on the <a target="_blank" href="https://apps.ubuntu.com/cat/applications/filebot/">Ubuntu Software Center</a></li> -->
|
<!-- <li class="ubuntu">Available on the <a target="_blank" href="https://apps.ubuntu.com/cat/applications/filebot/">Ubuntu Software Center</a></li> -->
|
||||||
<li class="macappstore" style="display:none">FileBot Subtitles for Mac OS X: <a target="_blank" href="https://www.filebot.net/forums/viewtopic.php?f=12&t=3350">FileBot_Subtitles_Installer.pkg</a> <small class="comment">for everyone who purchased FileBot on the Mac App Store</small></li>
|
<li class="macappstore" style="display:none">FileBot Subtitles for Mac OS X: <a target="_blank" href="http://www.filebot.net/forums/viewtopic.php?f=12&t=3350">FileBot_Subtitles_Installer.pkg</a> <small class="comment">for everyone who purchased FileBot on the Mac App Store</small></li>
|
||||||
<li>Windows installer: <a target="_blank" href="https://app.filebot.net/download.php?type=nsis&version=@{version}">FileBot_@{version}-setup.exe</a></li>
|
<li>Windows installer: <a target="_blank" href="https://app.filebot.net/download.php?type=nsis&version=@{version}">FileBot_@{version}-setup.exe</a></li>
|
||||||
<li>Debian packages: <a target="_blank" href="https://app.filebot.net/download.php?type=deb&arch=i386&version=@{version}">filebot_@{version}_i386.deb</a> or <a target="_blank" href="https://app.filebot.net/download.php?type=deb&arch=amd64&version=@{version}">filebot_@{version}_amd64.deb</a></li>
|
<li>Debian packages: <a target="_blank" href="https://app.filebot.net/download.php?type=deb&arch=i386&version=@{version}">filebot_@{version}_i386.deb</a> or <a target="_blank" href="https://app.filebot.net/download.php?type=deb&arch=amd64&version=@{version}">filebot_@{version}_amd64.deb</a></li>
|
||||||
<li>Embedded Linux package: <a target="_blank" href="https://app.filebot.net/download.php?type=ipkg&arch=noarch&version=@{version}">filebot_@{version}_noarch.ipk</a></li>
|
<li>Embedded Linux package: <a target="_blank" href="https://app.filebot.net/download.php?type=ipkg&arch=noarch&version=@{version}">filebot_@{version}_noarch.ipk</a></li>
|
||||||
@ -302,7 +302,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>Windows package is available <a target="_blank" href="http://chocolatey.org/packages/filebot/">via Chocolatey</a></li>
|
<li>Windows package is available <a target="_blank" href="http://chocolatey.org/packages/filebot/">via Chocolatey</a></li>
|
||||||
<li>OS X package is available <a target="_blank" href="http://caskroom.io/">via Homebrew Cask</a> <small class="comment">for the command-line tools</small></li>
|
<li>OS X package is available <a target="_blank" href="http://caskroom.io/">via Homebrew Cask</a> <small class="comment">for the command-line tools</small></li>
|
||||||
<li>Synology NAS package is available <a target="_blank" href="https://www.filebot.net/forums/viewtopic.php?f=3&t=1802">via Package Center</a></li>
|
<li>Synology NAS package is available <a target="_blank" href="http://www.filebot.net/forums/viewtopic.php?f=3&t=1802">via Package Center</a></li>
|
||||||
<li>All files and other versions are available on <a target="_blank" href="https://sourceforge.net/projects/filebot/files/filebot/">SourceForge.net</a></li>
|
<li>All files and other versions are available on <a target="_blank" href="https://sourceforge.net/projects/filebot/files/filebot/">SourceForge.net</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -313,7 +313,7 @@
|
|||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
<p>
|
<p>
|
||||||
The project is continuously seeking for improvements, so anykind of <a target="_blank" href="https://sourceforge.net/projects/filebot/reviews/?sort=usefulness#review-form">feedback</a> is more than welcome
|
The project is continuously seeking for improvements, so anykind of <a target="_blank" href="https://sourceforge.net/projects/filebot/reviews/?sort=usefulness#review-form">feedback</a> is more than welcome
|
||||||
and if there's any questions or problems just start posting in the <a target="_blank" href="https://www.filebot.net/forums/">forums</a> or check the <a target="_blank" href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
and if there's any questions or problems just start posting in the <a target="_blank" href="http://www.filebot.net/forums/">forums</a> or check the <a target="_blank" href="http://www.filebot.net/forums/viewtopic.php?f=3&t=7"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
||||||
We're social as well. Follow us on <a target="_blank" href="https://twitter.com/#!/filebot_renamer">twitter</a> and become a fan on <a target="_blank" href="https://www.facebook.com/filebot">facebook</a>.
|
We're social as well. Follow us on <a target="_blank" href="https://twitter.com/#!/filebot_renamer">twitter</a> and become a fan on <a target="_blank" href="https://www.facebook.com/filebot">facebook</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.filebot.net/forums/">Forums</a></li>
|
<li><a href="http://www.filebot.net/forums/">Forums</a></li>
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
|
||||||
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
<p>
|
<p>
|
||||||
You can easily define your own episode and movie naming schemes. It uses <a href="http://groovy-lang.org/">Groovy</a> expressions,
|
You can easily define your own episode and movie naming schemes. It uses <a href="http://groovy-lang.org/">Groovy</a> expressions,
|
||||||
which means that you can do pretty much anything, especially if you know a little bit about programming.
|
which means that you can do pretty much anything, especially if you know a little bit about programming.
|
||||||
You even get media info bindings. You can find <a href="https://www.filebot.net/forums/viewtopic.php?f=5&t=2#p51">predefined format expressions</a> for all kinds of scenarios in the forums. Ready for you to just copy & paste.
|
You even get media info bindings. You can find <a href="http://www.filebot.net/forums/viewtopic.php?f=5&t=2#p51">predefined format expressions</a> for all kinds of scenarios in the forums. Ready for you to just copy & paste.
|
||||||
</p>
|
</p>
|
||||||
<h2 id="examples">Examples</h2>
|
<h2 id="examples">Examples</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -265,7 +265,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>group</td>
|
<td>group</td>
|
||||||
<td><a href="https://www.filebot.net/forums/viewtopic.php?f=5&t=4" target="_blank">release group</a></td>
|
<td><a href="http://www.filebot.net/forums/viewtopic.php?f=5&t=4" target="_blank">release group</a></td>
|
||||||
<td>ALLiANCE</td>
|
<td>ALLiANCE</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -444,7 +444,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="suggestion">
|
<p class="suggestion">
|
||||||
Need some help getting started? Check the <a href="https://www.filebot.net/forums/viewforum.php?f=5">forums</a>.
|
Need some help getting started? Check the <a href="http://www.filebot.net/forums/viewforum.php?f=5">forums</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="metrics">
|
<div class="metrics">
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.filebot.net/forums/">Forums</a></li>
|
<li><a href="http://www.filebot.net/forums/">Forums</a></li>
|
||||||
<li><a href="https://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
|
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
|
||||||
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -98,12 +98,12 @@
|
|||||||
|
|
||||||
<h3 id="repository">Script Repository</h3>
|
<h3 id="repository">Script Repository</h3>
|
||||||
<p class="description">
|
<p class="description">
|
||||||
Find scripts for common tasks <a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5">here</a>. You can just use these scripts straight
|
Find scripts for common tasks <a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5">here</a>. You can just use these scripts straight
|
||||||
away or as a reference for building your own more advanced scripts. If you wrote a really useful script
|
away or as a reference for building your own more advanced scripts. If you wrote a really useful script
|
||||||
please <a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5">share it with us</a>.
|
please <a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5">share it with us</a>.
|
||||||
</p>
|
</p>
|
||||||
<div style="margin: 12px 300px 20px 25px; padding: 5px; border: thin dotted lavender; background: #FDFDFF">
|
<div style="margin: 12px 300px 20px 25px; padding: 5px; border: thin dotted lavender; background: #FDFDFF">
|
||||||
<span style="text-decoration: underline">Script Index:</span><br /><ul style="margin:3px"><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p802" class="postlink">µTorrent / Deluge / Transmission Integration</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p204" class="postlink">Fetch Artwork and Nfo for TV Shows</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p205" class="postlink">Fetch Artwork and Nfo for Movies</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p8871" class="postlink">Fetch subtitles for all files</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p1341" class="postlink">The Cleaner - Delete left over files and folders</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2459" class="postlink">Query Rename History</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2485" class="postlink">Revert Renamed Files to their Original Names</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5394" class="postlink">View or Clear Extended Attributes</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p512" class="postlink">Auto-Sort Tivo Recordings</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2211" class="postlink">Rename All Media Folder by Folder</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p7188" class="postlink">Convert Absolute to SxE numbers</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2100" class="postlink">Filename: Find & Replace</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p53" class="postlink">Media Index CSV</a></li><li><a href="https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p12396" class="postlink">Verify File Integrity</a></li></ul>
|
<span style="text-decoration: underline">Script Index:</span><br /><ul style="margin:3px"><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p802" class="postlink">µTorrent / Deluge / Transmission Integration</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p204" class="postlink">Fetch Artwork and Nfo for TV Shows</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p205" class="postlink">Fetch Artwork and Nfo for Movies</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p8871" class="postlink">Fetch subtitles for all files</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p1341" class="postlink">The Cleaner - Delete left over files and folders</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2459" class="postlink">Query Rename History</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2485" class="postlink">Revert Renamed Files to their Original Names</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5394" class="postlink">View or Clear Extended Attributes</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p512" class="postlink">Auto-Sort Tivo Recordings</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2211" class="postlink">Rename All Media Folder by Folder</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p7188" class="postlink">Convert Absolute to SxE numbers</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2100" class="postlink">Filename: Find & Replace</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p53" class="postlink">Media Index CSV</a></li><li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p12396" class="postlink">Verify File Integrity</a></li></ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 id="examples">Example Scripts</h3>
|
<h3 id="examples">Example Scripts</h3>
|
||||||
@ -236,7 +236,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="suggestion">
|
<p class="suggestion">
|
||||||
Need some help getting started? Check the <a href="https://www.filebot.net/forums/viewforum.php?f=4">forums</a>.
|
Need some help getting started? Check the <a href="http://www.filebot.net/forums/viewforum.php?f=4">forums</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="metrics">
|
<div class="metrics">
|
||||||
|
Loading…
Reference in New Issue
Block a user