+ use our own domain www.filebot.net :)
This commit is contained in:
parent
529e28b5d7
commit
26bc859eda
|
@ -258,7 +258,7 @@
|
|||
</target>
|
||||
|
||||
<target name="deb-arch">
|
||||
<deb todir="${dir.dist}" package="filebot" version="${version}" architecture="${arch}" section="misc" depends="openjdk-7-jre | default-jre-headless" recommends="libchromaprint-tools" homepage="http://filebot.sourceforge.net" priority="optional" postinst="${dir.installer}/deb/postinst.sh" prerm="${dir.installer}/deb/prerem.sh">
|
||||
<deb todir="${dir.dist}" package="filebot" version="${version}" architecture="${arch}" section="misc" depends="openjdk-7-jre | default-jre-headless" recommends="libchromaprint-tools" homepage="http://www.filebot.net" priority="optional" postinst="${dir.installer}/deb/postinst.sh" prerm="${dir.installer}/deb/prerem.sh">
|
||||
<maintainer name="Reinhard Pointner" email="rednoah@users.sourceforge.net" />
|
||||
<description synopsis="The ultimate TV and Movie Renamer">FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.</description>
|
||||
<tarfileset fullpath="usr/share/filebot/FileBot.jar" file="${path.fatjar}" />
|
||||
|
@ -282,7 +282,7 @@
|
|||
</target>
|
||||
|
||||
<target name="ipkg-arch">
|
||||
<deb todir="${dir.dist}" package="filebot" version="${version}" architecture="${arch}" section="misc" homepage="http://filebot.sourceforge.net" priority="optional" postinst="${dir.installer}/ipkg/postinst.sh" prerm="${dir.installer}/ipkg/prerem.sh">
|
||||
<deb todir="${dir.dist}" package="filebot" version="${version}" architecture="${arch}" section="misc" homepage="http://www.filebot.net" priority="optional" postinst="${dir.installer}/ipkg/postinst.sh" prerm="${dir.installer}/ipkg/prerem.sh">
|
||||
<maintainer name="Reinhard Pointner" email="rednoah@users.sourceforge.net" />
|
||||
<description synopsis="The ultimate TV and Movie Renamer">FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.</description>
|
||||
<tarfileset fullpath="opt/usr/share/filebot/FileBot.jar" file="${path.fatjar}" />
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
<owners>rednoah</owners>
|
||||
<summary>The ultimate tv renamer / subtitle downloader / sfv validator</summary>
|
||||
<description>FileBot is the ultimate tool for renaming your movies, tv shows or anime and downloading subtitles. It's smart, streamlined for simplicity and just works. Plus there's a full-featured command-line interface for all sorts of automation.</description>
|
||||
<projectUrl>http://filebot.sourceforge.net/</projectUrl>
|
||||
<projectUrl>http://www.filebot.net/</projectUrl>
|
||||
<tags>rename, subtitles, sfv</tags>
|
||||
<copyright></copyright>
|
||||
<licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>http://filebot.sourceforge.net/images/filebot.logo.png</iconUrl>
|
||||
<iconUrl>http://www.filebot.net/images/filebot.logo.png</iconUrl>
|
||||
<dependencies>
|
||||
<dependency id="javaruntime" version="" />
|
||||
</dependencies>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
<!-- These properties define links that will appear in the Add/Remove Programs control panel when -->
|
||||
<!-- this product is installed on the system. -->
|
||||
<Property Id="ARPURLINFOABOUT" Value="http://filebot.sourceforge.net/" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="http://www.filebot.net/" />
|
||||
|
||||
<!-- This property is used as the default installation directory, and the user can change this path -->
|
||||
<!-- during setup. The Id must be set to WIXUI_INSTALLDIR and the value must match the directory Id -->
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jnlp spec="1.6+" codebase="http://filebot.sourceforge.net/webstart/" href="filebot.jnlp">
|
||||
<jnlp spec="1.6+" codebase="http://www.filebot.net/webstart/" href="filebot.jnlp">
|
||||
<information>
|
||||
<title>FileBot</title>
|
||||
<vendor>Reinhard Pointner</vendor>
|
||||
<homepage href="http://filebot.sourceforge.net" />
|
||||
<homepage href="http://www.filebot.net" />
|
||||
<description>The ultimate TV and Movie Renamer</description>
|
||||
|
||||
<icon href="icon48.png" width="48" height="48" />
|
||||
|
|
|
@ -4,11 +4,11 @@ application.version: 3.4
|
|||
application.revision: @{svn.revision}
|
||||
|
||||
# application updates
|
||||
update.url: http://filebot.sourceforge.net/update.xml
|
||||
donate.url: http://filebot.sourceforge.net/donate.html
|
||||
update.url: http://www.filebot.net/update.xml
|
||||
donate.url: http://www.filebot.net/donate.html
|
||||
|
||||
# base URL for resolving script resources
|
||||
script.fn: http://filebot.sourceforge.net/scripts/%s.groovy
|
||||
script.fn: http://www.filebot.net/scripts/%s.groovy
|
||||
script.svn: http://sourceforge.net/p/filebot/code/HEAD/tree/trunk/website/scripts/%s.groovy?format=raw
|
||||
|
||||
# google analytics
|
||||
|
|
|
@ -5,25 +5,25 @@ pattern.video.source: CAMRip|CAM|PDVD|TS|TELESYNC|PDVD|PPV|PPVRip|Screener|SCR|S
|
|||
pattern.video.format: DivX|Xvid|AVC|x264|h264|3ivx|mpeg|mpeg4|mp3|aac|ac3|dd20|dd51|2ch|6ch|DTS|WS|HR|7p|720p|18p|1080p|NTSC
|
||||
|
||||
# known release group names
|
||||
url.release-groups: http://filebot.sourceforge.net/data/release-groups.txt
|
||||
url.release-groups: http://www.filebot.net/data/release-groups.txt
|
||||
|
||||
# blacklisted terms that will be ignored
|
||||
url.query-blacklist: http://filebot.sourceforge.net/data/query-blacklist.txt
|
||||
url.query-blacklist: http://www.filebot.net/data/query-blacklist.txt
|
||||
|
||||
# clutter files that will be ignored
|
||||
url.exclude-blacklist: http://filebot.sourceforge.net/data/exclude-blacklist.txt
|
||||
url.exclude-blacklist: http://www.filebot.net/data/exclude-blacklist.txt
|
||||
|
||||
# list of patterns directly matching files to series names
|
||||
url.series-mappings: http://filebot.sourceforge.net/data/series-mappings.txt
|
||||
url.series-mappings: http://www.filebot.net/data/series-mappings.txt
|
||||
|
||||
# list of all movies (id, name, year)
|
||||
url.movie-list: http://filebot.sourceforge.net/data/movies.txt.gz
|
||||
url.movie-list: http://www.filebot.net/data/movies.txt.gz
|
||||
|
||||
# list of tv show and anime names
|
||||
url.series-list: http://filebot.sourceforge.net/data/series.list.gz
|
||||
url.series-list: http://www.filebot.net/data/series.list.gz
|
||||
|
||||
# TheTVDB index
|
||||
url.thetvdb-index: http://filebot.sourceforge.net/data/thetvdb.txt.gz
|
||||
url.thetvdb-index: http://www.filebot.net/data/thetvdb.txt.gz
|
||||
|
||||
# disk folder matcher
|
||||
pattern.diskfolder.entry: BDMV|HVDVD_TS|VIDEO_TS|AUDIO_TS|VCD|movie.nfo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
help.url = http://filebot.sourceforge.net/naming.html
|
||||
help.url = http://www.filebot.net/naming.html
|
||||
|
||||
episode.syntax: <html><b>{</b> <b>}</b> \u2026 expression, <b>n</b> \u2026 name, <b>s</b> \u2026 season, <b>e</b> \u2026 episode, <b>t</b> \u2026 title</html>
|
||||
movie.syntax: <html><b>{</b> <b>}</b> \u2026 expression, <b>n</b> \u2026 name, <b>y</b> \u2026 year</html>
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
redirect 301 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z8JHALZ4TXGWL&lc=US&item_name=FileBot%20Media%20Renamer¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
||||
redirect 301 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z8JHALZ4TXGWL&lc=US&item_name=FileBot%20Media%20Renamer¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
||||
|
||||
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP_HOST} =filebot.sourceforge.net [NC]
|
||||
RewriteRule ^(.*)$ http://www.filebot.net/$1 [R=301,L]
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<meta itemprop="name" content="FileBot Command-line Interface" />
|
||||
<meta itemprop="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." />
|
||||
<meta itemprop="image" content="http://filebot.sourceforge.net/images/icon.png" />
|
||||
<meta itemprop="image" content="http://www.filebot.net/images/icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="base.css" type="text/css" />
|
||||
<link rel="stylesheet" href="code.css" type="text/css" />
|
||||
|
@ -45,7 +45,7 @@
|
|||
</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://www.filebot.net/forums/viewtopic.php?f=7&t=25#p54" target="_blank">support</a> this project.</small></div>
|
||||
|
||||
<!-- Facebook Like Button-->
|
||||
<div id="fb-root"></div>
|
||||
|
@ -89,16 +89,16 @@
|
|||
<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/#download">Download</a></li>
|
||||
<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">FAQ</a></li>
|
||||
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="social">
|
||||
<div class="twitter">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://filebot.sourceforge.net/" data-text="FileBot - The ultimate tv renamer and subtitle downloader" data-via="filebot_renamer" data-lang="en"></a>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.filebot.net/" data-text="FileBot - The ultimate tv renamer and subtitle downloader" data-via="filebot_renamer" data-lang="en"></a>
|
||||
</div>
|
||||
|
||||
<div class="facebook">
|
||||
|
@ -106,12 +106,12 @@
|
|||
</div>
|
||||
|
||||
<div class="plusone">
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://filebot.sourceforge.net/"></g:plusone>
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://www.filebot.net/"></g:plusone>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<a href="http://filebot.sourceforge.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<a href="http://www.filebot.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<h1>
|
||||
FileBot CLI
|
||||
<span class="description">Command-line interface usage manual</span>
|
||||
|
@ -379,7 +379,7 @@
|
|||
</div>
|
||||
|
||||
<p class="suggestion">
|
||||
Need some help getting started? Check the <a href="http://filebot.sourceforge.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>
|
||||
|
||||
<div class="metrics">
|
||||
|
@ -399,7 +399,7 @@
|
|||
})();
|
||||
/* ]]> */
|
||||
</script>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://filebot.sourceforge.net"></a>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://www.filebot.net"></a>
|
||||
</div>
|
||||
<div id="donate">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display:inline" target="_blank">
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
|
||||
<meta itemprop="name" content="FileBot - The ultimate TV and Movie Renamer / Subtitle Downloader" />
|
||||
<meta itemprop="description" content="FileBot is the ultimate tool for renaming your movies, tv shows or anime and downloading subtitles. It's smart, streamlined for simplicity and just works. FileBot supports Windows, Linux and Mac, plus there's a full-featured command-line interface for all sorts of automation." />
|
||||
<meta itemprop="image" content="http://filebot.sourceforge.net/images/icon.png" />
|
||||
<meta itemprop="image" content="http://www.filebot.net/images/icon.png" />
|
||||
|
||||
<meta property="og:title" content="FileBot" />
|
||||
<meta property="og:type" content="product" />
|
||||
<meta property="og:url" content="http://filebot.sourceforge.net/" />
|
||||
<meta property="og:image" content="http://filebot.sourceforge.net/images/filebot.logo.png" />
|
||||
<meta property="og:url" content="http://www.filebot.net/" />
|
||||
<meta property="og:image" content="http://www.filebot.net/images/filebot.logo.png" />
|
||||
<meta property="og:site_name" content="FileBot TV and Movie Renamer" />
|
||||
<meta property="fb:admins" content="1320039434" />
|
||||
<meta property="fb:page_id" content="102742293101063" />
|
||||
|
@ -61,7 +61,7 @@
|
|||
</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://www.filebot.net/forums/viewtopic.php?f=7&t=25#p54" target="_blank">support</a> this project.</small></div>
|
||||
|
||||
<!-- Facebook Like Button-->
|
||||
<div id="fb-root"></div>
|
||||
|
@ -90,16 +90,16 @@
|
|||
<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/#download">Download</a></li>
|
||||
<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">FAQ</a></li>
|
||||
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="social">
|
||||
<div class="twitter">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://filebot.sourceforge.net/" data-text="FileBot - The ultimate TV and Movie Renamer" data-via="filebot_renamer" data-lang="en"></a>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.filebot.net/" data-text="FileBot - The ultimate TV and Movie Renamer" data-via="filebot_renamer" data-lang="en"></a>
|
||||
</div>
|
||||
|
||||
<div class="facebook">
|
||||
|
@ -107,15 +107,15 @@
|
|||
</div>
|
||||
|
||||
<div class="plusone">
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://filebot.sourceforge.net/"></g:plusone>
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://www.filebot.net/"></g:plusone>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<a href="http://filebot.sourceforge.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<a href="http://www.filebot.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<h1>
|
||||
FileBot
|
||||
<a href="http://filebot.sourceforge.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>
|
||||
</h1>
|
||||
</div>
|
||||
|
@ -141,7 +141,7 @@
|
|||
</div>
|
||||
|
||||
<div class="webstart">
|
||||
<a onclick="_gaq.push(['_trackPageview', '/webstart/filebot.jnlp']); return deployJava.launchWebStartApplication('webstart/filebot.jnlp') == false ? true : false" href="http://filebot.sourceforge.net/webstart/filebot.jnlp">
|
||||
<a onclick="_gaq.push(['_trackPageview', '/webstart/filebot.jnlp']); return deployJava.launchWebStartApplication('webstart/filebot.jnlp') == false ? true : false" href="http://www.filebot.net/webstart/filebot.jnlp">
|
||||
<img alt="Launch" title="Launch via Java Web Start" border="0" src="images/webstart.png" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -188,7 +188,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://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>
|
||||
<ul>
|
||||
<li>Watch media folders and organize new files automatically</li>
|
||||
|
@ -199,11 +199,11 @@
|
|||
<li>Update your XBMC or Plex library and MyEpisodes.com account</li>
|
||||
... and more!
|
||||
</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="http://filebot.sourceforge.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">
|
||||
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=215#p1561" target="_blank">µTorrent Integration for Windows</a></li>
|
||||
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=520#p3470" target="_blank">Transmission Integration for Mac</a></li>
|
||||
<li><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=215#p3382" target="_blank">Deluge Integration for Linux</a></li>
|
||||
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561" target="_blank">µTorrent Integration for Windows</a></li>
|
||||
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=520#p3470" target="_blank">Transmission Integration for Mac</a></li>
|
||||
<li><a href="http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p3382" target="_blank">Deluge Integration for Linux</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -229,7 +229,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://www.filebot.net/forums/viewtopic.php?f=4&t=5">automation</a></li>
|
||||
</ul>
|
||||
<ul class="list next" id="rename">
|
||||
<li>
|
||||
|
@ -313,7 +313,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div class="adsense adbox">
|
||||
<div class="adsense adbox" style="width:336px; height:280px">
|
||||
<script type="text/javascript"><!--
|
||||
google_ad_client = "ca-pub-2833958633371388";
|
||||
/* FileBot Downloads Large Rectangle */
|
||||
|
@ -334,7 +334,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="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="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://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 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>
|
||||
|
@ -356,7 +356,7 @@
|
|||
})();
|
||||
/* ]]> */
|
||||
</script>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://filebot.sourceforge.net"></a>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://www.filebot.net"></a>
|
||||
</div>
|
||||
<div id="donate">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display:inline" target="_blank">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<meta itemprop="name" content="FileBot Format Expressions" />
|
||||
<meta itemprop="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." />
|
||||
<meta itemprop="image" content="http://filebot.sourceforge.net/images/icon.png" />
|
||||
<meta itemprop="image" content="http://www.filebot.net/images/icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="base.css" type="text/css" />
|
||||
<link rel="stylesheet" href="code.css" type="text/css" />
|
||||
|
@ -45,7 +45,7 @@
|
|||
</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://www.filebot.net/forums/viewtopic.php?f=7&t=25#p54" target="_blank">support</a> this project.</small></div>
|
||||
|
||||
<!-- Facebook Like Button-->
|
||||
<div id="fb-root"></div>
|
||||
|
@ -89,16 +89,16 @@
|
|||
<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/#download">Download</a></li>
|
||||
<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">FAQ</a></li>
|
||||
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="social">
|
||||
<div class="twitter">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://filebot.sourceforge.net/" data-text="FileBot - The ultimate tv renamer and subtitle downloader" data-via="filebot_renamer" data-lang="en"></a>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.filebot.net/" data-text="FileBot - The ultimate tv renamer and subtitle downloader" data-via="filebot_renamer" data-lang="en"></a>
|
||||
</div>
|
||||
|
||||
<div class="facebook">
|
||||
|
@ -106,13 +106,13 @@
|
|||
</div>
|
||||
|
||||
<div class="plusone">
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://filebot.sourceforge.net/"></g:plusone>
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://www.filebot.net/"></g:plusone>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="header">
|
||||
<a href="http://filebot.sourceforge.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<a href="http://www.filebot.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<h1>
|
||||
Format Expressions
|
||||
<span class="description">User defined episode / movie naming scheme</span>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<p>
|
||||
You can easily define your own episode and movie naming schemes. 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#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>
|
||||
<h2 id="examples">Examples</h2>
|
||||
<p>
|
||||
|
@ -303,7 +303,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://www.filebot.net/forums/viewtopic.php?f=5&t=4" target="_blank">release group</a></td>
|
||||
<td>ALLiANCE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -467,7 +467,7 @@
|
|||
</div>
|
||||
|
||||
<p class="suggestion">
|
||||
Need some help getting started? Check the <a href="http://filebot.sourceforge.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>
|
||||
|
||||
<div class="metrics">
|
||||
|
@ -488,7 +488,7 @@
|
|||
})();
|
||||
/* ]]> */
|
||||
</script>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://filebot.sourceforge.net"></a>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://www.filebot.net"></a>
|
||||
</div>
|
||||
<div id="donate">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display:inline" target="_blank">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<meta itemprop="name" content="FileBot Scripting and Automation" />
|
||||
<meta itemprop="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." />
|
||||
<meta itemprop="image" content="http://filebot.sourceforge.net/images/icon.png" />
|
||||
<meta itemprop="image" content="http://www.filebot.net/images/icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="base.css" type="text/css" />
|
||||
<link rel="stylesheet" href="code.css" type="text/css" />
|
||||
|
@ -45,7 +45,7 @@
|
|||
</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://www.filebot.net/forums/viewtopic.php?f=7&t=25#p54" target="_blank">support</a> this project.</small></div>
|
||||
|
||||
<!-- Facebook Like Button-->
|
||||
<div id="fb-root"></div>
|
||||
|
@ -90,16 +90,16 @@
|
|||
<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/#download">Download</a></li>
|
||||
<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">FAQ</a></li>
|
||||
<li><a href="http://www.filebot.net/#download">Download</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="social">
|
||||
<div class="twitter">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://filebot.sourceforge.net/" data-text="FileBot - The ultimate tv renamer and subtitle downloader" data-via="filebot_renamer" data-lang="en"></a>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.filebot.net/" data-text="FileBot - The ultimate tv renamer and subtitle downloader" data-via="filebot_renamer" data-lang="en"></a>
|
||||
</div>
|
||||
|
||||
<div class="facebook">
|
||||
|
@ -107,12 +107,12 @@
|
|||
</div>
|
||||
|
||||
<div class="plusone">
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://filebot.sourceforge.net/"></g:plusone>
|
||||
<g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])" href="http://www.filebot.net/"></g:plusone>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<a href="http://filebot.sourceforge.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<a href="http://www.filebot.net"><img class="logo" alt="logo" src="images/icon.png" width="48" height="48" /></a>
|
||||
<h1>
|
||||
Scripts and Automation
|
||||
<span class="description">Scripting interface usage manual</span>
|
||||
|
@ -121,7 +121,7 @@
|
|||
|
||||
<div class="content">
|
||||
<div class="section screenshot" style="border:none; box-shadow:none; background:white; margin-left: 20px">
|
||||
<a href="http://filebot.sourceforge.net/scripts/" target="_blank"><img alt="See Examples" src="images/script.png" /></a>
|
||||
<a href="http://www.filebot.net/scripts/" target="_blank"><img alt="See Examples" src="images/script.png" /></a>
|
||||
<span class="quote">Anything is possible</span>
|
||||
</div>
|
||||
<div class="section about">
|
||||
|
@ -142,13 +142,13 @@
|
|||
|
||||
<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://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
|
||||
please <a href="http://filebot.sourceforge.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>.
|
||||
</div>
|
||||
<div style="margin: 12px 300px 20px 25px; padding: 5px; border: thin dotted lavender; background: #FDFDFF">
|
||||
<span style="text-decoration: underline">Script Index:</span>
|
||||
<ul style="margin: 0px"><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p802">µTorrent Integration</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p204">Fetch Artwork and Nfo for TV Shows</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p205">Fetch Artwork and Nfo for Movies</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p1341">The Cleaner - Delete left over files and folders</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&p=2629#p2629">MyEpisodes.com Integration</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p53">Media Index CSV</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p2459">Query Rename History</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p2485">Revert Renamed Files to their Original Names</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p2211">Rename All Media Folder by Folder</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p512">Auto-Sort Tivo Recordings</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p52">Sort out TV Download Folder</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p132">Watch folder and rename new episodes</a></li><li><a class="postlink" href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p2100">Filename: Find & Replace</a></li></ul>
|
||||
<ul style="margin: 0px"><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p802">µTorrent Integration</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p204">Fetch Artwork and Nfo for TV Shows</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p205">Fetch Artwork and Nfo for Movies</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p1341">The Cleaner - Delete left over files and folders</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&p=2629#p2629">MyEpisodes.com Integration</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p53">Media Index CSV</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2459">Query Rename History</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2485">Revert Renamed Files to their Original Names</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2211">Rename All Media Folder by Folder</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p512">Auto-Sort Tivo Recordings</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p52">Sort out TV Download Folder</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p132">Watch folder and rename new episodes</a></li><li><a class="postlink" href="http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2100">Filename: Find & Replace</a></li></ul>
|
||||
</div>
|
||||
|
||||
<h3 id="examples">Example Scripts</h3>
|
||||
|
@ -291,13 +291,13 @@
|
|||
<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>.
|
||||
and there is example code in the <a href="http://www.filebot.net/scripts/">script repository</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="suggestion">
|
||||
Need some help getting started? Check the <a href="http://filebot.sourceforge.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>
|
||||
|
||||
<div class="metrics">
|
||||
|
@ -318,7 +318,7 @@
|
|||
})();
|
||||
/* ]]> */
|
||||
</script>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://filebot.sourceforge.net"></a>
|
||||
<a class="FlattrButton" rev="flattr;button:compact;" href="http://www.filebot.net"></a>
|
||||
</div>
|
||||
<div id="donate">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display:inline" target="_blank">
|
||||
|
|
|
@ -226,7 +226,7 @@ if (xbmc) {
|
|||
xbmc.each{ host ->
|
||||
_log.info "Notify XBMC: $host"
|
||||
_guarded{
|
||||
showNotification(host, 9090, 'FileBot', "Finished processing ${tryQuietly { ut_title } ?: input*.dir.name.unique()} (${getRenameLog().size()} files).", 'http://filebot.sourceforge.net/images/icon.png')
|
||||
showNotification(host, 9090, 'FileBot', "Finished processing ${tryQuietly { ut_title } ?: input*.dir.name.unique()} (${getRenameLog().size()} files).", 'http://www.filebot.net/images/icon.png')
|
||||
scanVideoLibrary(host, 9090)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,51 +1,47 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/</loc>
|
||||
<loc>http://www.filebot.net/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/naming.html</loc>
|
||||
<loc>http://www.filebot.net/naming.html</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/cli.html</loc>
|
||||
<loc>http://www.filebot.net/cli.html</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/script.html</loc>
|
||||
<loc>http://www.filebot.net/script.html</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/forums/</loc>
|
||||
<loc>http://www.filebot.net/forums/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=7</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<loc>http://www.filebot.net/forums/viewtopic.php?f=3&t=7</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=7</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<loc>http://www.filebot.net/forums/viewtopic.php?f=3&t=7</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/forums/viewtopic.php?f=7&t=25</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<loc>http://www.filebot.net/forums/viewtopic.php?f=7&t=25</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=13</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<loc>http://www.filebot.net/forums/viewtopic.php?f=3&t=13</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/forums/viewtopic.php?f=5&t=2</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<loc>http://www.filebot.net/forums/viewtopic.php?f=5&t=2</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://filebot.sourceforge.net/scripts/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<loc>http://www.filebot.net/forums/viewtopic.php?f=4&t=5</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
|
@ -10,6 +10,6 @@
|
|||
+ Improved episode/subtitle matching<br>
|
||||
+ Improved music mode<br>
|
||||
<html>]]></message>
|
||||
<discussion><![CDATA[http://filebot.sourceforge.net/forums/viewtopic.php?f=7&t=522]]></discussion>
|
||||
<download><![CDATA[http://filebot.sourceforge.net/#download]]></download>
|
||||
<discussion><![CDATA[http://www.filebot.net/forums/viewtopic.php?f=7&t=522]]></discussion>
|
||||
<download><![CDATA[http://www.filebot.net/#download]]></download>
|
||||
</update>
|
||||
|
|
Loading…
Reference in New Issue