1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

+ added info about 7zip integration to website

This commit is contained in:
Reinhard Pointner 2012-03-05 14:58:53 +00:00
parent 3d4819556d
commit 4df6fd4380
9 changed files with 33 additions and 23 deletions

View File

@ -364,6 +364,10 @@ div.screencast:hover .play {
position: absolute;
}
.filesize {
font-weight: bold;
}
.suggestion {
border: thin lightgray dotted;
background: GhostWhite;

View File

@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" itemscope itemtype="http://schema.org/Product">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="rename tv series, rename tv episodes with info from TVRage or AniDB or TheTVDB, rename movies, download subtitles from OpenSubtitles or Sublight, check sfv or md5 or sha1 files, command-line, Windows, Linux, Mac OSX" />
<meta name="keywords" content="rename tv shows, rename movies, download subtitles, check sfv files" />
<title>FileBot Command-line Interface</title>
<meta name="description" content="The FileBot command-line interface will allow you to rename tv shows, download subtitles and do lots of other nifty things directly directly from the console. Running on an headless server is fully supported. Make sure to check out FileBot scripting as well for a new level of automation." />
@ -50,7 +50,7 @@
<div>
<ul>
<li><a href="http://filebot.sourceforge.net/forums/">Forums</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&amp;t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/#download">Download</a></li>
</ul>
</div>

View File

@ -92,7 +92,7 @@ a:hover {
}
.gallery_demo {
width: 702px;
width: 800px;
margin: 0 auto;
}

View File

@ -71,6 +71,7 @@
<li><a href="screenshots/original/dialog.format.png" title="Define your own episode format"><img src="screenshots/thumb/dialog.format.png" /></a></li>
<li><a href="screenshots/original/dialog.format.bindings.png" title="Use any kind of media info for your episode format"><img src="screenshots/thumb/dialog.format.bindings.png" /></a></li>
<li><a href="screenshots/original/dialog.rename.history.png" title="Reverse rename files using internal history"><img src="screenshots/thumb/dialog.rename.history.png" /></a></li>
<li><a href="screenshots/original/tool.extract.png" title="Extract files from archives"><img src="screenshots/thumb/tool.extract.png" /></a></li>
<li><a href="screenshots/original/panel.episodes.png" title="Fetch list of episodes"><img src="screenshots/thumb/panel.episodes.png" /></a></li>
<li><a href="screenshots/original/panel.subtitle.png" title="Download subtitles"><img src="screenshots/thumb/panel.subtitle.png" /></a></li>
<li><a href="screenshots/original/dialog.subtitle.viewer.png" title="Preview subtitles"><img src="screenshots/thumb/dialog.subtitle.viewer.png" /></a></li>

View File

@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" itemscope itemtype="http://schema.org/Product">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="rename tv series, rename tv episodes with info from TVRage or AniDB or TheTVDB, rename movies, download subtitles from OpenSubtitles or Sublight, check sfv or md5 or sha1 files, command-line, Windows, Linux, Mac OSX" />
<meta name="keywords" content="rename tv shows, rename movies, download subtitles, check sfv files" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://twitter.com/statuses/user_timeline/filebot_renamer.rss" />
<title>FileBot - The ultimate tv renamer / subtitle downloader / sfv validator</title>
@ -48,13 +48,13 @@
</script>
</head>
<body>
<div class="top"><small>FileBot is free software. Please help <a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=7&t=25#p54" target="_blank">support</a> this project.</small></div>
<div class="top"><small>FileBot is free software. Please help <a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=7&amp;t=25#p54" target="_blank">support</a> this project.</small></div>
<div class="page" style="background-image: url('images/bg.hint.tutorial.png'); background-position: 565px 122px;">
<div class="navigation">
<div>
<ul>
<li><a href="http://filebot.sourceforge.net/forums/">Forums</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&amp;t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/#download">Download</a></li>
</ul>
</div>
@ -123,7 +123,7 @@
</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
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="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p5">shared scripts</a> for
automated processing. There's already <a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&amp;t=5#p5">shared scripts</a> for
various tasks that you can just run right away or further customize to your needs.</p>
<ul>
<li>Watch media folders and organize new files automatically</li>
@ -141,7 +141,7 @@
<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>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="http://filebot.sourceforge.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://filebot.sourceforge.net/forums/viewtopic.php?f=4&amp;t=5">automation</a></li>
</ul>
<ul class="list next" id="rename">
<li>
@ -191,6 +191,11 @@
<li>Directly compare two or more directory trees</li>
<li>Auto-lookup of any existing file verification</li>
</ul>
<ul class="list next" id="tools">
<li>
Extract files from <acronym title=".zip files">zip</acronym>, multi-volume <acronym title=".rar files">rar</acronym> and <acronym title=".7z files">7zip</acronym> archives as well as <acronym title=".ISO files">ISO images</acronym>.
</li>
</ul>
</div>
<div class="section download" id="download">
@ -198,16 +203,16 @@
<span class="quote">Today is the day</span>
<h2>Download</h2>
<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>12.5MB</strong>) <small class="comment">for Windows, Linux, Mac OS X, BSD and Solaris</small>
<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>
</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> (<strong>15MB</strong>)</li>
<li>Windows installer: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x86.msi'])" target="_blank" href="download.php?type=msi&amp;arch=x86">FileBot_@{version}_x86.msi</a> or <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x64.msi'])" target="_blank" href="download.php?type=msi&amp;arch=x64">FileBot_@{version}_x64.msi</a> (<strong>13.2MB</strong>)</li>
<li>Debian packages: <a onclick="_gaq.push(['_trackPageview', '/download/filebot_i386.deb'])" target="_blank" href="download.php?type=deb&amp;arch=i386">filebot_@{version}_i386.deb</a> or <a onclick="_gaq.push(['_trackPageview', '/download/filebot_amd64.deb'])" target="_blank" href="download.php?type=deb&amp;arch=amd64">filebot_@{version}_amd64.deb</a> (<strong>13.2MB</strong>)</li>
<li>Portable: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot-portable.zip'])" target="_blank" href="download.php?type=portable">FileBot-@{version}-portable.zip</a> (<strong>12MB</strong>)</li>
<li>Source Zip: <a onclick="_gaq.push(['_trackPageview', '/download/filebot-src.zip'])" target="_blank" href="download.php?type=src">filebot-@{version}-src.zip</a> (<strong>450kB</strong>)</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>
<li>Windows installer: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x86.msi'])" target="_blank" href="download.php?type=msi&amp;arch=x86">FileBot_@{version}_x86.msi</a> or <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x64.msi'])" target="_blank" href="download.php?type=msi&amp;arch=x64">FileBot_@{version}_x64.msi</a> (<span class="filesize">15MB</span>)</li>
<li>Debian packages: <a onclick="_gaq.push(['_trackPageview', '/download/filebot_i386.deb'])" target="_blank" href="download.php?type=deb&amp;arch=i386">filebot_@{version}_i386.deb</a> or <a onclick="_gaq.push(['_trackPageview', '/download/filebot_amd64.deb'])" target="_blank" href="download.php?type=deb&amp;arch=amd64">filebot_@{version}_amd64.deb</a> (<span class="filesize">15MB</span>)</li>
<li>Portable: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot-portable.zip'])" target="_blank" href="download.php?type=portable">FileBot-@{version}-portable.zip</a> (<span class="filesize">12MB</span>)</li>
<li>Source Zip: <a onclick="_gaq.push(['_trackPageview', '/download/filebot-src.zip'])" target="_blank" href="download.php?type=src">filebot-@{version}-src.zip</a> (<span class="filesize">500kB</span>)</li>
</ul>
</div>
@ -217,7 +222,7 @@
<h2>Contact</h2>
<p>
The project is continuously seeking for improvements, so anykind of <a onclick="_gaq.push(['_trackPageview', '/project/feedback'])" target="_blank" href="http://alternativeto.net/software/filebot/reviews">feedback</a> is more than welcome
and if there's any questions or problems just start posting in the <a target="_blank" href="http://filebot.sourceforge.net/forums/">forums</a> or check the <a target="_blank" href="http://filebot.sourceforge.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://filebot.sourceforge.net/forums/">forums</a> or check the <a target="_blank" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&amp;t=7"><acronym title="frequently asked questions">FAQ</acronym></a>.
We're social as well. Follow us on <a onclick="_gaq.push(['_trackPageview', '/project/twitter'])" target="_blank" href="https://twitter.com/#!/filebot_renamer">twitter</a> and become a fan on <a onclick="_gaq.push(['_trackPageview', '/project/facebook'])" target="_blank" href="https://www.facebook.com/filebot">facebook</a>.
</p>
</div>

View File

@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" itemscope itemtype="http://schema.org/Product">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="rename tv series, rename tv episodes with info from TVRage or AniDB or TheTVDB, rename movies, download subtitles from OpenSubtitles or Sublight, check sfv or md5 or sha1 files, command-line, Windows, Linux, Mac OSX" />
<meta name="keywords" content="rename tv shows, rename movies, download subtitles, check sfv files" />
<title>Format Expressions</title>
<meta name="description" content="Define your own naming scheme and customize it to your liking. FileBot format expressions give you ultimate control over how FileBot will rename and move your media files. Anything is possible." />
@ -50,7 +50,7 @@
<div>
<ul>
<li><a href="http://filebot.sourceforge.net/forums/">Forums</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&amp;t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/#download">Download</a></li>
</ul>
</div>
@ -85,7 +85,7 @@
<p>
You can easily define your own episode naming scheme. It uses <a href="http://groovy.codehaus.org">Groovy</a> expressions,
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="http://filebot.sourceforge.net/forums/viewtopic.php?f=5&t=2">predefined format expressions</a> for all kinds of scenarios in the forums. Ready for you to just copy &amp; paste.
You even get media info bindings. You can find <a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=5&amp;t=2">predefined format expressions</a> for all kinds of scenarios in the forums. Ready for you to just copy &amp; paste.
</p>
<h2 id="examples">Examples</h2>
<p>
@ -238,7 +238,7 @@
</tr>
<tr>
<td>group</td>
<td><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=5&t=4" target="_blank">release group</a></td>
<td><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=5&amp;t=4" target="_blank">release group</a></td>
<td>ALLiANCE</td>
</tr>
<tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" itemscope itemtype="http://schema.org/Product">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="rename tv series, rename tv episodes with info from TVRage or AniDB or TheTVDB, rename movies, download subtitles from OpenSubtitles or Sublight, check sfv or md5 or sha1 files, command-line, Windows, Linux, Mac OSX" />
<meta name="keywords" content="rename tv shows, rename movies, download subtitles, check sfv files" />
<title>Scripts and Automation</title>
<meta name="description" content="FileBot scripting allows to easily write scripts for any kind of automation in Groovy. There is no limits. Extract archives, download subtitles, rename episodes, fetch artwork and banners and delete left-behind clutter. All in one go." />
@ -50,7 +50,7 @@
<div>
<ul>
<li><a href="http://filebot.sourceforge.net/forums/">Forums</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=3&amp;t=7">FAQ</a></li>
<li><a href="http://filebot.sourceforge.net/#download">Download</a></li>
</ul>
</div>
@ -96,9 +96,9 @@
<h3>Script Repository</h3>
<div class="description">
Find scripts for common tasks <a href="http://filebot.sourceforge.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://filebot.sourceforge.net/forums/viewtopic.php?f=4&amp;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
please <a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5">share it with us</a>.
please <a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&amp;t=5">share it with us</a>.
</div>
<h3 id="examples">Example Scripts</h3>