2011-08-26 22:20:40 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2011-11-27 00:32:06 -05:00
< html xmlns = "http://www.w3.org/1999/xhtml" itemscope itemtype = "http://schema.org/Product" >
2011-08-26 22:20:40 -04:00
< head >
2011-11-27 00:32:06 -05:00
< meta http-equiv = "content-type" content = "text/html; charset=UTF-8" / >
2016-11-05 10:04:50 -04:00
< meta name = "keywords" content = "@{package.tags}" / >
2016-03-22 12:53:16 -04:00
2016-11-05 10:04:50 -04:00
< title > @{application.name} - @{package.synopsis}< / title >
< meta name = "description" content = "@{package.description}" / >
< meta name = "author" content = "@{package.developer}" / >
2016-03-22 12:53:16 -04:00
2016-11-05 10:04:50 -04:00
< meta itemprop = "name" content = "@{application.name} - @{package.synopsis}" / >
< meta itemprop = "description" content = "@{package.description}" / >
< meta itemprop = "image" content = "@{link.image.logo}" / >
2016-03-22 12:53:16 -04:00
2016-11-05 10:04:50 -04:00
< meta property = "og:title" content = "@{application.name}" / >
2012-12-03 06:29:50 -05:00
< meta property = "og:type" content = "product" / >
2016-11-05 10:04:50 -04:00
< meta property = "og:url" content = "@{package.homepage}" / >
< meta property = "og:image" content = "@{link.image.logo}" / >
< meta property = "og:site_name" content = "@{application.name} - @{package.synopsis}" / >
2012-12-03 06:29:50 -05:00
< meta property = "fb:admins" content = "1320039434" / >
< meta property = "fb:page_id" content = "102742293101063" / >
2016-03-22 12:53:16 -04:00
2011-08-26 22:20:40 -04:00
< link rel = "stylesheet" href = "base.css" type = "text/css" / >
< link rel = "icon" href = "favicon.png" / >
2016-03-22 12:53:16 -04:00
2012-12-14 10:23:38 -05:00
<!-- Fonts -->
2014-12-08 04:42:03 -05:00
< link href = 'https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel = 'stylesheet' type = 'text/css' / >
2016-03-22 12:53:16 -04:00
2015-05-29 12:34:34 -04:00
< script type = "text/javascript" src = "https://code.jquery.com/jquery-2.1.4.min.js" > < / script >
2016-03-22 12:53:16 -04:00
2011-11-27 00:32:06 -05:00
<!-- google +1 -->
< script type = "text/javascript" >
window.___gcfg = {lang: 'en-GB'};
2016-03-22 12:53:16 -04:00
2011-11-27 00:32:06 -05:00
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
< / script >
2016-03-22 12:53:16 -04:00
2011-12-08 10:05:34 -05:00
<!-- twitter -->
2015-05-29 05:23:05 -04:00
< script > w i n d o w . t w t t r = ( f u n c t i o n ( d , s , i d ) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
2016-03-22 12:53:16 -04:00
2015-05-29 05:23:05 -04:00
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
2016-03-22 12:53:16 -04:00
2015-05-29 05:23:05 -04:00
return t;
}(document, "script", "twitter-wjs"));< / script >
2011-08-26 22:20:40 -04:00
< / head >
< body >
2012-12-03 06:29:50 -05:00
<!-- Facebook Like Button -->
< div id = "fb-root" > < / div >
< script > ( f u n c t i o n ( d , s , i d ) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
2015-05-29 05:50:21 -04:00
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
2012-12-03 06:29:50 -05:00
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));< / script >
2016-03-22 12:53:16 -04:00
2015-05-28 14:50:45 -04:00
< div class = "page" >
2011-12-10 04:59:27 -05:00
< div class = "navigation" >
2011-11-21 09:16:53 -05:00
< div >
< ul >
2016-04-02 13:02:09 -04:00
< li > < a href = "http://www.filebot.net/forums/" > Forums< / a > < / li >
< li > < a href = "http://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7" > FAQ< / a > < / li >
2015-05-28 07:59:27 -04:00
< li > < a href = "#download" > Download< / a > < / li >
2011-11-21 09:16:53 -05:00
< / ul >
< / div >
2011-11-22 11:12:20 -05:00
< / div >
2011-11-21 09:16:53 -05:00
2011-09-03 05:21:39 -04:00
< div class = "social" >
2011-12-10 04:59:27 -05:00
< div class = "twitter" >
2015-05-29 05:23:05 -04:00
< a class = "twitter-share-button" href = "https://twitter.com/share" data-url = "http://www.filebot.net/" data-via = "filebot_renamer" data-text = "FileBot - The ultimate TV and Movie Renamer" data-lang = "en" > < / a >
2011-09-17 08:56:49 -04:00
< / div >
2016-03-22 12:53:16 -04:00
2012-12-03 06:29:50 -05:00
< div class = "facebook" >
2015-05-29 05:50:21 -04:00
< div data-width = "80" class = "fb-like" data-href = "https://www.facebook.com/filebot" data-layout = "button_count" data-action = "like" data-show-faces = "false" data-share = "false" > < / div >
2012-12-03 06:29:50 -05:00
< / div >
2016-03-22 12:53:16 -04:00
2011-12-10 04:59:27 -05:00
< div class = "plusone" >
2014-10-27 02:37:41 -04:00
< g:plusone href = "http://www.filebot.net/" > < / g:plusone >
2011-09-17 08:56:49 -04:00
< / div >
2011-09-03 05:21:39 -04:00
< / div >
2011-08-26 22:20:40 -04:00
< div class = "header" >
2015-06-01 15:26:44 -04:00
< a href = "http://www.filebot.net" > < img class = "logo" alt = "logo" src = "images/filebot.logo.svg" width = "64" height = "64" / > < / a >
2011-08-26 22:20:40 -04:00
< h1 >
FileBot
2016-04-02 13:02:09 -04:00
< a href = "http://www.filebot.net/forums/viewforum.php?f=7" class = "source" target = "_blank" > v@{version}< / a >
2011-08-26 22:20:40 -04:00
< span class = "description" > The ultimate tv renamer / subtitle downloader / sfv validator< / span >
< / h1 >
< / div >
2011-08-31 07:09:32 -04:00
2011-08-26 22:20:40 -04:00
< div class = "content" >
< div class = "screenshot screencast" >
2015-06-02 11:20:52 -04:00
< a href = "http://www.filebot.net/getting-started/" title = "How to use FileBot" target = "_blank" >
2015-05-28 14:47:18 -04:00
< img class = "play" alt = "play" src = "images/play.png" width = "8" height = "8" / >
2015-05-28 15:06:49 -04:00
< img alt = "screenshot" src = "screenshots/rename.png" width = "300" height = "219" / >
2011-08-26 22:20:40 -04:00
< / a >
< / div >
2011-08-31 07:09:32 -04:00
2011-08-26 22:20:40 -04:00
< div class = "section about" >
< img class = "icon" src = "images/information.png" alt = "about" width = "48" height = "48" / >
< h2 > About< / h2 >
< p >
2013-03-11 07:23:45 -04:00
< strong > FileBot< / strong > is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
2011-08-26 22:20:40 -04:00
< / p >
2013-03-11 07:23:45 -04:00
< / div >
2014-11-28 04:26:12 -05:00
2016-03-22 12:53:16 -04:00
< div id = "macosx" class = "section deployment macosx macappstore" style = "display:none" >
2014-08-26 12:40:09 -04:00
< script type = "text/javascript" >
$(document).ready(function () {
if (navigator.userAgent.indexOf('Macintosh') >= 0) {
2016-03-22 12:53:16 -04:00
$(".macappstore").show();
2014-08-26 12:40:09 -04:00
}
});
< / script >
< div class = "install button" >
2015-10-16 15:31:17 -04:00
< a href = "https://itunes.apple.com/us/app/filebot/id905384638?mt=12&uo=6&at=1l3vupy&ct=filebot1" target = "itunes_store" style = "display:inline-block;overflow:hidden;background:url(http://linkmaker.itunes.apple.com/images/badges/en-us/badge_macappstore-lrg.svg) no-repeat;width:165px;height:40px;" > < / a >
2014-08-26 12:40:09 -04:00
< / div >
< / div >
2016-11-09 13:01:49 -05:00
< div id = "windows" class = "section deployment windows winappstore" style = "display:none" >
2016-11-05 18:09:47 -04:00
< script type = "text/javascript" >
$(document).ready(function () {
if (navigator.userAgent.indexOf('Windows NT 10.0') >= 0) {
2016-11-09 13:01:49 -05:00
$(".winappstore").show();
if (navigator.userAgent.indexOf('Edge') >= 0) {
$(".nsis").hide();
}
2016-11-05 18:09:47 -04:00
}
});
< / script >
< div class = "install button" >
< a href = "https://www.microsoft.com/store/apps/9nblggh52t9x?ocid=badge" target = "windows_store" > < img style = "border-radius: 4px; border: 4px solid #2574ce; box-shadow: 0px 2px 5px #a2a2a2;" width = "165" src = "https://assets.windowsphone.com/f2f77ec7-9ba9-4850-9ebe-77e366d08adc/English_Get_it_Win_10_InvariantCulture_Default.png" alt = "Get it on Windows 10" / > < / a >
< / div >
< / div >
2016-03-22 12:53:16 -04:00
2013-03-11 07:23:45 -04:00
< a id = "review" class = "review message box" style = "display:none" href = "reviews.php" target = "_blank" >
2012-12-14 10:23:38 -05:00
< div class = "thumbs up" >
< img src = "images/thumbs_up.png" / >
< / div >
< div >
< script type = "text/javascript" >
2013-08-13 00:45:11 -04:00
$(document).ready(function () {
$.ajax({
url: 'reviews.json',
dataType: 'json',
success: function(data) {
var review = data[Math.floor(Math.random() * data.length)]
if (review.user.length > 0 & & review.date.length > 0 & & review.text.length > 0) {
$('#review .user').text(review.user)
$('#review .date').text(review.date)
$('#review .text').text(review.text)
$('#review').show()
}
2013-08-10 01:23:14 -04:00
}
2013-08-13 00:45:11 -04:00
});
2012-12-14 10:23:38 -05:00
});
< / script >
< p class = "head" > Posted by < span class = "user" > < / span > on < span class = "date" > < / span > < / p >
< p class = "text quote" > < / p >
< / div >
< / a >
2016-03-22 12:53:16 -04:00
2012-02-18 05:08:59 -05:00
< div class = "section first tutorial" >
< img class = "icon" src = "images/starthere.png" alt = "start" width = "48" height = "48" / >
< h2 > Getting Started< / h2 >
< p > < strong > FileBot makes organizing your movies and TV shows a breeze!< / strong > We'll automatically match your files with information
from various online databases. How you want your media files to be named and organized is completely up to you. Our
groovy < a href = "naming.html" > format engine< / a > supports pretty much anything!< / p >
< ol >
< li > Drag movie or episode files into the " Original Files" list area< / li >
< li > Right-click " New Names" list area and select your preferred datasource< / li >
< li > Hit " Rename" !< / li >
< / ol >
< p > < strong > Fetching subtitles is just as easy, just drop it in!< / strong > Besides automatic lookup you'll also be able to
manually search and download subtitles, preview subtitles and fix encoding problems (e.g. force UTF-8).< / p >
< ol >
< li > Drag your movie or episode files onto the top-right < img alt = "===" src = "images/droparea.png" / > drop area< / li >
< li > Hit " Download" !< / li >
< / ol >
2012-02-22 03:19:49 -05:00
< 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
2012-02-18 05:08:59 -05:00
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
2016-04-02 13:02:09 -04:00
automated processing. There's already < a href = "http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p5" > shared scripts< / a > for
2012-02-18 05:08:59 -05:00
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 >
2012-02-26 14:50:53 -05:00
< li > Extract files from multi-volume rar archives< / li >
2012-02-18 05:08:59 -05:00
< li > Fetch artwork and create nfo files for TV shows or movies< / li >
< li > Export your media files including media info as CSV text file< / li >
2012-12-07 05:04:29 -05:00
< li > Transfer files from and to any server via FTP/SCP/SFTP and run commands via SSH< / li >
2014-11-28 14:25:55 -05:00
< li > Update your XBMC or Plex library< / li >
2012-02-18 05:08:59 -05:00
... and more!
< / ul >
2016-04-02 13:02:09 -04:00
< 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 >
2013-03-06 03:26:27 -05:00
< ul style = "list-style-type: square; border: thin dotted lavender; background: #FDFDFF" >
2016-04-02 13:02:09 -04:00
< 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 = "http://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#p5316" target = "_blank" > rTorrent on any Linux server< / 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 >
2013-03-06 03:26:27 -05:00
< / ul >
2016-04-02 13:02:09 -04:00
< 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 >
2015-05-09 15:51:57 -04:00
< div class = "video" >
2015-06-01 15:35:25 -04:00
< iframe src = "http://app.filebot.net/getting-started/index.html" frameborder = "0" allowfullscreen = "true" > < / iframe >
2015-05-09 15:51:57 -04:00
< / div >
2012-02-18 05:08:59 -05:00
< / div >
2015-05-09 15:51:57 -04:00
2011-09-22 12:11:00 -04:00
< div class = "section features" id = "features" >
2011-08-26 22:20:40 -04:00
< img class = "icon" src = "images/lists.png" alt = "features" width = "48" height = "48" / >
< span class = "quote" > Automatic for the people< / span >
< h2 > Some Features< / h2 >
2012-02-18 05:08:59 -05:00
< ul class = "list" >
2011-08-26 22:20:40 -04:00
< 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 >
2016-04-02 13:02:09 -04:00
< 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 >
2011-08-26 22:20:40 -04:00
< / ul >
2012-02-18 05:08:59 -05:00
< ul class = "list next" id = "rename" >
2011-08-26 22:20:40 -04:00
< li >
< div class = "screenshot" >
2015-05-28 14:47:18 -04:00
< a href = "http://app.filebot.net/getting-started/index.html" target = "_blank" >
2011-08-26 22:20:40 -04:00
< img class = "screenshot dialog" style = "top: 29px; right: 20px" width = "75" height = "55" src = "screenshots/small/dialog.format.png" alt = "Episode naming scheme" / >
< / a >
2015-05-28 14:47:18 -04:00
< a href = "http://app.filebot.net/getting-started/index.html" target = "_blank" >
2011-08-26 22:20:40 -04:00
< img width = "150" height = "118" src = "screenshots/small/panel.rename.png" alt = "Rename files" / >
< / a >
< / div >
2011-12-27 01:03:17 -05:00
Rename and move hundreds of media files in a matter of seconds
2011-08-26 22:20:40 -04:00
< / li >
2015-11-04 04:29:21 -05:00
< li > Fetch episode info from < a href = "http://thetvdb.com" > TheTVDB< / a > , < a href = "http://anidb.net" > AniDB< / a > or < a href = "http://www.tvmaze.com" > TVmaze< / a > < / li >
2011-11-26 08:03:39 -05:00
< li > Accurate and robust and simply awesome file / episode matching logic< / li >
2012-02-18 05:08:59 -05:00
< li > Series / Anime / Movie name auto-detection< / li >
2011-12-19 21:39:33 -05:00
< li > Powerful and highly customizable < a class = "important" href = "naming.html" > episode naming scheme< / a > < br / > < span class = "note mediainfo" > MediaInfo optional< / span > < / li >
2011-08-26 22:20:40 -04:00
< li > Supports language preferences for series and episode titles< / li >
2014-08-17 13:42:56 -04:00
< li > Supports movie identification and renaming via < a href = "http://www.themoviedb.org" > TheMovieDB< / a > < / li >
2011-08-26 22:20:40 -04:00
< li > Reverse rename files using internal history or the original torrent file< / li >
< / ul >
2012-02-18 05:08:59 -05:00
< ul class = "list next" id = "subtitles" >
2011-08-26 22:20:40 -04:00
< li >
< div class = "screenshot" >
2015-05-28 14:47:18 -04:00
< a href = "http://app.filebot.net/getting-started/index.html" target = "_blank" >
2011-08-26 22:20:40 -04:00
< img width = "150" height = "118" src = "screenshots/small/panel.subtitle.png" alt = "Download subtitles" / >
< / a >
< / div >
2013-06-26 22:11:04 -04:00
Download subtitles from < a href = "http://www.opensubtitles.org" > OpenSubtitles< / a >
2011-08-26 22:20:40 -04:00
< / li >
2013-12-06 01:02:35 -05:00
< li > Advanced logic for matching files to most suitable subtitles< / li >
2011-08-26 22:20:40 -04:00
< li > Find < dfn > exact< / dfn > subtitles on OpenSubtitles< / li >
2013-12-06 01:02:35 -05:00
< li > Upload subtitles with movie hash to OpenSubtitles< / li >
2011-08-26 22:20:40 -04:00
< li > Integrated subtitle viewer for < acronym title = "SubRip" > srt< / acronym > , < acronym title = "Advanced SubStation Alpha" > ass< / acronym > and < acronym title = "MicroDVD and SubViewer" > sub< / acronym > files< / li >
2011-09-13 15:43:04 -04:00
< li > Transcode any subtitle as UTF-8 encoded < acronym title = "SubRip" > srt< / acronym > < / li >
2011-08-26 22:20:40 -04:00
< / ul >
2012-02-18 05:08:59 -05:00
< ul class = "list next" id = "sfv" >
2011-08-26 22:20:40 -04:00
< li >
< div class = "screenshot" >
2015-05-28 14:47:18 -04:00
< a href = "http://app.filebot.net/getting-started/index.html" target = "_blank" >
2011-08-26 22:20:40 -04:00
< img width = "150" height = "118" src = "screenshots/small/panel.sfv.png" alt = "Verify SFV files" / >
< / a >
< / div >
2014-08-17 13:42:56 -04:00
Easily create and verify < acronym title = "simple file verification" > sfv< / acronym > , < acronym title = "md5sum" > md5< / acronym > , < acronym title = "sha1sum" > sha1< / acronym > and < acronym title = "sha256sum" > sha256< / acronym > files
2011-08-26 22:20:40 -04:00
< / li >
< li > Aware of checksums that are embedded in the filename< br / > < span class = "note anime" > common in anime releases< / span > < / li >
< li > Directly compare two or more directory trees< / li >
< li > Auto-lookup of any existing file verification< / li >
< / ul >
2012-03-05 09:58:53 -05:00
< ul class = "list next" id = "tools" >
2013-01-13 12:08:19 -05:00
< li >
Identify and rename music using < a target = "_blank" href = "http://acoustid.org" > AcoustID< / a > audio-fingerprints and < a target = "_blank" href = "http://musicbrainz.org" > MusicBrainz< / a > info.
< / li >
2012-03-05 09:58:53 -05:00
< 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 >
2011-08-26 22:20:40 -04:00
< / div >
2011-09-22 12:11:00 -04:00
< div class = "section download" id = "download" >
2011-08-26 22:20:40 -04:00
< img class = "icon" src = "images/package.png" alt = "download" width = "48" height = "48" / >
< span class = "quote" > Today is the day< / span >
< h2 > Download< / h2 >
2012-02-18 05:08:59 -05:00
< ul class = "list" >
2015-10-16 15:31:17 -04:00
< 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 >
2016-11-05 18:09:47 -04:00
< li class = "windows" > Available on the < a href = "https://www.microsoft.com/store/apps/9nblggh52t9x" target = "windows_store" > Windows Store< / a > < / li >
2016-04-02 13:02:09 -04:00
< 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 >
2016-11-09 13:01:49 -05:00
< li class = "nsis" > Windows installer: < a target = "_blank" href = "https://app.filebot.net/files/FileBot-setup.exe" > FileBot_@{version}-setup.exe< / a > < small class = "comment" > for Windows 8 and earlier< / small > < / li >
2015-05-11 14:20:32 -04:00
< 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 > Portable: < a target = "_blank" href = "https://app.filebot.net/download.php?type=portable&version=@{version}" > FileBot-@{version}-portable.zip< / a > < small class = "comment" > for all platforms< / small >
2013-02-03 05:15:36 -05:00
< ul >
2016-04-20 13:54:09 -04:00
< li > This package does not include the < a href = "https://github.com/filebot/filebot/tree/master/lib/native" target = "_blank" > MediaInfo and 7-Zip native libraries< / a > < / li >
2013-02-03 05:15:36 -05:00
< / ul >
< / li >
2014-06-27 02:57:41 -04:00
< li > Windows package is available < a target = "_blank" href = "http://chocolatey.org/packages/filebot/" > via Chocolatey< / a > < / li >
2016-04-02 13:02:09 -04:00
< 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 >
2016-06-12 13:30:02 -04:00
< li > All files and other versions are available on < a target = "_blank" href = "https://sourceforge.net/projects/filebot/files/" > SourceForge.net< / a > < / li >
2011-08-26 22:20:40 -04:00
< / ul >
< / div >
2013-03-09 23:21:09 -05:00
2011-08-26 22:20:40 -04:00
< div class = "section contact" >
< img class = "icon" src = "images/contact.png" alt = "contact" width = "48" height = "48" / >
< span class = "quote" > Will you join us?< / span >
2011-11-25 14:43:24 -05:00
< h2 > Contact< / h2 >
2011-08-26 22:20:40 -04:00
< p >
2014-10-27 02:37:41 -04:00
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
2016-04-02 13:02:09 -04:00
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 > .
2015-08-25 18:56:35 -04:00
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 > .
2011-08-26 22:20:40 -04:00
< / p >
< / div >
< / div >
2016-08-04 11:44:27 -04:00
2011-08-26 22:20:40 -04:00
< div class = "metrics" >
2016-04-18 06:29:36 -04:00
< a href = "https://sourceforge.net/projects/filebot/files/filebot/" target = "_blank" rel = "nofollow" > < img src = "https://img.shields.io/sourceforge/dm/filebot.svg" > < / a >
< a href = "https://sourceforge.net/projects/filebot/files/filebot/" target = "_blank" rel = "nofollow" > < img src = "https://img.shields.io/sourceforge/dt/filebot.svg" > < / a >
2011-08-26 22:20:40 -04:00
< / div >
2016-08-04 11:44:27 -04:00
2011-08-26 22:20:40 -04:00
< div class = "footer" >
2016-01-30 15:07:06 -05:00
< p > Hosted on < a href = "http://sourceforge.net/projects/filebot/" > sourceforge.net< / a > | Creative Commons License: Attribution-NonCommercial-ShareAlike © @{tstamp.year}< / p >
2011-08-26 22:20:40 -04:00
< / div >
< / div >
< / body >
< / html >