2009-07-27 18:34:42 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-12-26 13:10:53 -05:00
|
|
|
<jnlp spec="1.6+" codebase="http://filebot.sourceforge.net/webstart/" href="filebot.jnlp">
|
2009-07-27 18:34:42 -04:00
|
|
|
<information>
|
|
|
|
<title>FileBot</title>
|
2011-12-26 07:23:26 -05:00
|
|
|
<vendor>Reinhard Pointner</vendor>
|
2009-10-15 11:17:14 -04:00
|
|
|
<homepage href="http://filebot.sourceforge.net" />
|
2011-12-26 07:23:26 -05:00
|
|
|
<description>The ultimate TV Renamer and Subtitle Downloader</description>
|
|
|
|
|
2009-07-27 18:34:42 -04:00
|
|
|
<icon href="icon48.png" width="48" height="48" />
|
|
|
|
<icon href="icon32.png" width="32" height="32" />
|
|
|
|
<icon href="icon16.png" width="16" height="16" />
|
|
|
|
<icon href="shortcut.ico" kind="shortcut" />
|
2011-12-14 07:18:06 -05:00
|
|
|
<icon href="splash.png" kind="splash" />
|
|
|
|
|
2009-07-27 18:34:42 -04:00
|
|
|
<offline-allowed />
|
|
|
|
</information>
|
2011-12-26 07:23:26 -05:00
|
|
|
|
2009-07-27 18:34:42 -04:00
|
|
|
<security>
|
|
|
|
<all-permissions />
|
|
|
|
</security>
|
2011-12-26 07:23:26 -05:00
|
|
|
|
2012-02-20 08:50:42 -05:00
|
|
|
<update check="background" policy="always" />
|
2011-12-26 07:23:26 -05:00
|
|
|
|
2009-07-27 18:34:42 -04:00
|
|
|
<resources>
|
2012-10-23 15:05:55 -04:00
|
|
|
<property name="application.deployment" value="webstart" />
|
|
|
|
<property name="application.update" value="skip" />
|
|
|
|
<property name="useExtendedFileAttributes" value="true" />
|
|
|
|
<property name="useNativeShell" value="false" />
|
|
|
|
<property name="unixfs" value="false" />
|
|
|
|
|
2009-08-10 12:20:18 -04:00
|
|
|
<java version="1.6+" max-heap-size="256m" />
|
2012-07-19 23:38:47 -04:00
|
|
|
<property name="jnlp.packEnabled" value="true" />
|
|
|
|
|
2011-12-26 13:10:53 -05:00
|
|
|
<jar href="filebot.jar" download="eager" main="true" />
|
|
|
|
<jar href="groovy.jar" download="eager" />
|
2012-02-20 08:50:42 -05:00
|
|
|
<jar href="icu4j.jar" download="eager" />
|
2012-02-24 08:39:32 -05:00
|
|
|
<jar href="commons-io.jar" download="eager" />
|
2011-12-26 13:10:53 -05:00
|
|
|
<jar href="args4j.jar" download="eager" />
|
|
|
|
<jar href="jna.jar" download="eager" />
|
|
|
|
<jar href="miglayout.jar" download="eager" />
|
|
|
|
<jar href="glazedlists.jar" download="eager" />
|
|
|
|
<jar href="ehcache.jar" download="eager" />
|
|
|
|
<jar href="simmetrics.jar" download="eager" />
|
|
|
|
<jar href="slf4j.jar" download="eager" />
|
|
|
|
<jar href="slf4j-jdk.jar" download="eager" />
|
|
|
|
<jar href="jgat-custom.jar" download="eager" />
|
|
|
|
<jar href="xmlrpc.jar" download="eager" />
|
|
|
|
<jar href="sublight-ws.jar" download="eager" />
|
2012-07-14 04:41:28 -04:00
|
|
|
<jar href="json-simple.jar" download="lazy" />
|
2012-10-23 15:05:55 -04:00
|
|
|
<jar href="json-io.jar" download="lazy" />
|
2012-02-26 14:50:53 -05:00
|
|
|
<jar href="junrar-custom.jar" download="lazy" />
|
2012-09-26 12:09:00 -04:00
|
|
|
<jar href="jacksum.jar" download="lazy" />
|
2011-12-26 13:10:53 -05:00
|
|
|
<jar href="nekohtml.jar" download="lazy" part="scraper" />
|
|
|
|
<jar href="xercesImpl.jar" download="lazy" part="scraper" />
|
2012-02-26 14:50:53 -05:00
|
|
|
<jar href="mediainfo.jar" download="lazy" part="native" />
|
|
|
|
<jar href="sevenzipjbinding.jar" download="lazy" part="native" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</resources>
|
2011-12-26 07:23:26 -05:00
|
|
|
|
2009-07-27 18:34:42 -04:00
|
|
|
<resources os="Windows" arch="x86">
|
2011-12-26 13:10:53 -05:00
|
|
|
<nativelib href="native/win32-x86.jar" download="lazy" part="native" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</resources>
|
|
|
|
<resources os="Windows" arch="amd64">
|
2011-12-26 13:10:53 -05:00
|
|
|
<nativelib href="native/win32-x64.jar" download="lazy" part="native" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</resources>
|
|
|
|
<resources os="Linux" arch="i386">
|
2011-12-26 13:10:53 -05:00
|
|
|
<nativelib href="native/linux-i386.jar" download="lazy" part="native" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</resources>
|
|
|
|
<resources os="Linux" arch="amd64">
|
2011-12-26 13:10:53 -05:00
|
|
|
<nativelib href="native/linux-amd64.jar" download="lazy" part="native" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</resources>
|
2010-02-06 21:15:38 -05:00
|
|
|
<resources os="Mac" arch="x86_64">
|
2011-12-26 13:10:53 -05:00
|
|
|
<nativelib href="native/mac-x86_64.jar" download="lazy" part="native" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</resources>
|
2011-12-26 07:23:26 -05:00
|
|
|
|
2012-07-14 04:41:28 -04:00
|
|
|
<application-desc main-class="net.sourceforge.filebot.Main" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</jnlp>
|