+ push FileBot 4.6
This commit is contained in:
parent
f7a28c8dae
commit
76c1c5b6e4
|
@ -811,14 +811,14 @@
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- build synology package index -->
|
<!-- build synology package index -->
|
||||||
<property prefix="filebot-node" url="https://raw.githubusercontent.com/filebot/filebot-node/master/package.properties" />
|
<property prefix="node" url="https://raw.githubusercontent.com/filebot/filebot-node/master/package.properties" />
|
||||||
<package-source file="${dir.dist}/website/syno/index.json">
|
<package-source file="${dir.dist}/website/syno/index.json">
|
||||||
<keyring file="${dir.installer}/gpg/FileBot.pub" />
|
<keyring file="${dir.installer}/gpg/FileBot.pub" />
|
||||||
<spk file="${dir.build}/package-source/filebot-${version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${version}/filebot-${version}-noarch.spk">
|
<spk file="${dir.build}/package-source/filebot-${version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${version}/filebot-${version}-noarch.spk">
|
||||||
<thumbnail url="http://app.filebot.net/syno/filebot-thumbnail.png" />
|
<thumbnail url="http://app.filebot.net/syno/filebot-thumbnail.png" />
|
||||||
<snapshot url="http://app.filebot.net/syno/filebot-snapshot.png" />
|
<snapshot url="http://app.filebot.net/syno/filebot-snapshot.png" />
|
||||||
</spk>
|
</spk>
|
||||||
<spk file="${dir.build}/package-source/filebot-node-${filebot-node.version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot/HEAD/filebot-node/filebot-node-${filebot-node.version}-noarch.spk">
|
<spk file="${dir.build}/package-source/filebot-node-${node.version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot-node/filebot-node-${node.version}/filebot-node-${node.version}-noarch.spk">
|
||||||
<thumbnail url="http://app.filebot.net/syno/filebot-node-thumbnail.png" />
|
<thumbnail url="http://app.filebot.net/syno/filebot-node-thumbnail.png" />
|
||||||
<snapshot url="http://app.filebot.net/syno/filebot-node-snapshot.png" />
|
<snapshot url="http://app.filebot.net/syno/filebot-node-snapshot.png" />
|
||||||
</spk>
|
</spk>
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<update>
|
<update>
|
||||||
<name>FileBot 4.5.6</name>
|
<name>FileBot 4.6</name>
|
||||||
<revision>2818</revision>
|
<revision>3052</revision>
|
||||||
<title>New updates available</title>
|
<title>New updates available</title>
|
||||||
<message><![CDATA[<html>
|
<message><![CDATA[<html>
|
||||||
<b>FileBot 4.5.6</b><br>
|
<b>FileBot 4.6</b><br>
|
||||||
This release features:<br>
|
This release features:<br>
|
||||||
+ Improved series / episode detection<br>
|
+ Improved search & auto-detection logic<br>
|
||||||
+ Improved metadata support for all data sources<br>
|
+ Improved subtitle auto-selection<br>
|
||||||
+ Improved support for fetching non-English subtitles<br>
|
+ Improved format engine & additional bindings<br>
|
||||||
+ Lots of bugfixes and optimizations<br>
|
+ Lots of bugfixes and optimizations<br>
|
||||||
<html>]]></message>
|
<html>]]></message>
|
||||||
<discussion><![CDATA[http://www.filebot.net/forums/viewtopic.php?f=7&t=2034&p=13588#p13588]]></discussion>
|
<discussion><![CDATA[http://www.filebot.net/forums/viewtopic.php?f=7&t=2727]]></discussion>
|
||||||
<download><![CDATA[http://www.filebot.net/#download]]></download>
|
<download><![CDATA[http://www.filebot.net/#download]]></download>
|
||||||
</update>
|
</update>
|
Loading…
Reference in New Issue