* added notes about Java 7 and mediainfo nativelibs
This commit is contained in:
parent
ad188c8d51
commit
8a0e7e5fdd
|
@ -219,6 +219,20 @@ div.screencast:hover .play {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
.note.java {
|
||||
color: #E76F00;
|
||||
}
|
||||
|
||||
.note.java:before {
|
||||
content: url("images/java.png");
|
||||
position: relative;
|
||||
top: 2px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
|
||||
.note.mediainfo {
|
||||
color: #3E8D39;
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
|
@ -100,7 +100,7 @@
|
|||
<img width="150" height="118" src="screenshots/small/panel.rename.png" alt="Rename files" />
|
||||
</a>
|
||||
</div>
|
||||
Rename hundreds of media files in a matter of seconds
|
||||
Rename hundreds of media files in a matter of seconds<br/><span class="note java">physically move / renaming files requires Java 7</span>
|
||||
</li>
|
||||
<li>Fetch episode info from <a href="http://www.tvrage.com">TVRage</a>, <a href="http://anidb.net">AniDB</a>, <a href="http://www.imdb.com">IMDb</a>, <a href="http://thetvdb.com">TheTVDB</a> or <a href="http://www.serienjunkies.de">Serienjunkies</a></li>
|
||||
<li>Accurate and robust file / episode matching</li>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<ul>
|
||||
<li>Executable Jar: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.jar'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}.jar/download">FileBot_@{version}.jar</a> (<strong>12.5MB</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://mediainfo.sourceforge.net/en/Download" target="_blank">MediaInfo native libraries</a>.</li>
|
||||
<li>This package does not include the <a href="http://mediainfo.sourceforge.net/en/Download" target="_blank">MediaInfo native libraries</a>. <small class="comment">32-bit JRE requires 32-bit native code</small></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Mac OS X app bundle: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.app'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}.app.zip/download">FileBot_@{version}.app</a> (<strong>15MB</strong>)</li>
|
||||
|
@ -164,7 +164,7 @@
|
|||
<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 onclick="_gaq.push(['_trackPageview', '/project/forums'])" target="_blank" href="http://sourceforge.net/projects/filebot/forums/forum/723389">forums</a> or check the <a onclick="_gaq.push(['_trackPageview', '/project/faq'])" target="_blank" href="https://sourceforge.net/projects/filebot/forums/forum/723390/topic/4594063"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
||||
Make sure to subscribe to updates via <a onclick="_gaq.push(['_trackPageview', '/project/freshmeat'])" target="_blank" href="http://freecode.com/projects/filebot-tv-renamer">freshmeat</a> and become a fan on <a onclick="_gaq.push(['_trackPageview', '/project/facebook'])" target="_blank" href="http://www.facebook.com/pages/FileBot/102742293101063">facebook</a>.
|
||||
Make sure to subscribe to updates via <a onclick="_gaq.push(['_trackPageview', '/project/freshmeat'])" target="_blank" href="http://freecode.com/projects/filebot-tv-renamer">freshmeat</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>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue