diff --git a/build.xml b/build.xml index 28ff6d31..09634768 100644 --- a/build.xml +++ b/build.xml @@ -1,17 +1,5 @@ - - - - - - - - - - - - @@ -21,23 +9,33 @@ + + + + + + + + - - - - - - - - + + + - + + + + + + + + - + @@ -125,16 +123,9 @@ - - - + - - - - - @@ -312,7 +303,7 @@ - + @@ -327,8 +318,6 @@ - + @@ -361,11 +350,11 @@ - + - - + + @@ -379,11 +368,11 @@ - - + + - - + + @@ -392,12 +381,12 @@ - + - + @@ -423,8 +412,6 @@ @@ -632,17 +619,26 @@ - - - - - + - - + + + + + + + + + + + + + + + - - + + @@ -654,7 +650,7 @@ - + @@ -664,15 +660,15 @@ - - - - - - - - - + + + + + + + + + @@ -698,7 +694,7 @@ - + @@ -769,7 +765,7 @@ - + @@ -847,8 +843,8 @@ - - + + @@ -868,8 +864,8 @@ - - + + @@ -880,12 +876,12 @@ - + - + - + @@ -913,8 +909,8 @@ - - + + diff --git a/installer/ant/ant.properties b/installer/ant/ant.properties new file mode 100644 index 00000000..07e022cd --- /dev/null +++ b/installer/ant/ant.properties @@ -0,0 +1,26 @@ +# Build +main.class: net.filebot.Main +jre.major: 8 +jre.build: 111 + +# Minimum System Version +jvm.version: 1.8 +mac.version: 10.8 + +# Package Information +package.name: filebot +package.developer: Reinhard Pointner +package.maintainer: Reinhard Pointner +package.company: Point Planck Limited +package.project: FileBot +package.synopsis: The ultimate TV and Movie Renamer +package.description: FileBot is the ultimate tool for organizing and renaming your Movies, TV Shows and Anime as well as fetching subtitles and artwork. It's smart and just works. +package.homepage: http://www.filebot.net/ + +# Platform-specific Package Information +mac.application.category: public.app-category.utilities +gnome.application.categories: AudioVideo;Video;Utility;FileTools + +# Links +link.help.manpage: http://www.filebot.net/cli.html +link.help.synology: http://www.filebot.net/syno/support.html diff --git a/installer/appx/AppxManifest.xml b/installer/appx/AppxManifest.xml index ce245873..9a46cd7f 100644 --- a/installer/appx/AppxManifest.xml +++ b/installer/appx/AppxManifest.xml @@ -10,13 +10,13 @@ Name="PointPlanck.FileBot" ProcessorArchitecture="x64" Publisher="CN=761A0D2B-9B86-4FE4-B664-18E4E0AFC3F1" - Version="@{version}.0" + Version="@{application.version}.0" /> - FileBot - Point Planck Limited - FileBot is the ultimate tool for organizing and renaming Movies, TV Shows, Anime or Music. It's smart, highly customizable, and just works. + @{application.name} + @{package.company} + @{package.description} icon.png @@ -33,10 +33,10 @@ - + - filebot - FileBot - @{version} - Reinhard Pointner + @{package.name} + @{application.name} + @{application.version} + @{package.developer} rednoah - The ultimate TV and Movie Renamer / Subtitle Downloader - 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. - http://www.filebot.net/ - rename movie tv anime subtitles music htpc kodi plex OpenSubtitles - 2016 Reinhard Pointner - http://www.gnu.org/licenses/gpl-2.0.html + @{package.synopsis} + @{package.description} + @{package.homepage} + rename media tv movie anime video file folder batch renamer checksum hash sort subtitles plex kodi + @{tstamp.year} @{package.developer} + https://www.gnu.org/licenses/gpl-3.0.en.html false http://app.filebot.net/icon.png diff --git a/installer/chocolatey/tools/chocolateyInstall.ps1 b/installer/chocolatey/tools/chocolateyInstall.ps1 index 3f97af3c..19f06ddf 100644 --- a/installer/chocolatey/tools/chocolateyInstall.ps1 +++ b/installer/chocolatey/tools/chocolateyInstall.ps1 @@ -1,9 +1,9 @@ -$name = 'filebot' +$name = '@{package.name}' $type = 'msi' $silent = '/quiet' -$url32 = 'http://downloads.sourceforge.net/project/filebot/filebot/FileBot_@{version}/FileBot_@{version}_x86.msi' -$url64 = 'http://downloads.sourceforge.net/project/filebot/filebot/FileBot_@{version}/FileBot_@{version}_x64.msi' +$url32 = 'http://downloads.sourceforge.net/project/filebot/filebot/@{release}/@{release}_x86.msi' +$url64 = 'http://downloads.sourceforge.net/project/filebot/filebot/@{release}/@{release}_x64.msi' $checksum32 = '@{x86.msi.sha256}' $checksum64 = '@{x64.msi.sha256}' $algorithm = 'sha256' diff --git a/installer/deb/control/control b/installer/deb/control/control index 1361ddfa..5693f716 100644 --- a/installer/deb/control/control +++ b/installer/deb/control/control @@ -1,8 +1,9 @@ -Package: filebot -Version: @{version} +Package: @{package.name} +Version: @{application.version} Architecture: @{deb.arch} -Maintainer: Reinhard Pointner -Description: The ultimate TV and Movie Renamer -Homepage: http://www.filebot.net/ +Maintainer: @{package.maintainer} +Description: @{package.synopsis} + @{package.description} +Homepage: @{package.homepage} Section: utils Priority: extra diff --git a/installer/deb/deb/FileBot.desktop b/installer/deb/deb/FileBot.desktop index 9967c4f6..ee9eb30c 100644 --- a/installer/deb/deb/FileBot.desktop +++ b/installer/deb/deb/FileBot.desktop @@ -1,9 +1,9 @@ [Desktop Entry] -Name=FileBot -Comment=The ultimate TV and Movie Renamer +Name=@{application.name} +Comment=@{package.synopsis} Type=Application Exec=@{deb.prefix}/share/filebot/filebot.sh Icon=@{deb.prefix}/share/filebot/icon.svg Terminal=false StartupNotify=true -Categories=AudioVideo;Video;FileTools +Categories=@{gnome.application.categories} diff --git a/installer/msi/filebot.platform.launcher.l4j.ini b/installer/msi/filebot.platform.launcher.l4j.ini index 068347b0..5ebad4c7 100644 --- a/installer/msi/filebot.platform.launcher.l4j.ini +++ b/installer/msi/filebot.platform.launcher.l4j.ini @@ -11,8 +11,6 @@ # network settings -Djava.net.useSystemProxies=true --Dsun.net.client.defaultConnectTimeout=10000 --Dsun.net.client.defaultReadTimeout=60000 # do not use native shell for move/copy operations -DuseNativeShell=false diff --git a/installer/msi/filebot-wix.xml b/installer/msi/filebot.wix similarity index 64% rename from installer/msi/filebot-wix.xml rename to installer/msi/filebot.wix index a9b9aef5..b1a6cf4f 100644 --- a/installer/msi/filebot-wix.xml +++ b/installer/msi/filebot.wix @@ -1,43 +1,43 @@ - - - + + + + + - - + - - + - + - + - - + + - - + + - - + + @@ -57,17 +57,17 @@ - - - - - + + + + + - + @@ -86,32 +86,32 @@ - + - + - - - + + + - - - - + + + + - - - - - - + + + + + + - + diff --git a/installer/portable/FileBot.l4j.ini b/installer/portable/FileBot.l4j.ini index c4d91d14..cce97706 100644 --- a/installer/portable/FileBot.l4j.ini +++ b/installer/portable/FileBot.l4j.ini @@ -5,8 +5,6 @@ # network settings -Djava.net.useSystemProxies=false --Dsun.net.client.defaultConnectTimeout=10000 --Dsun.net.client.defaultReadTimeout=60000 # do not use native shell for move/copy operations -DuseNativeShell=false diff --git a/installer/snappy/setup/gui/filebot.desktop b/installer/snappy/setup/gui/filebot.desktop index f1b9f867..4f7f8099 100755 --- a/installer/snappy/setup/gui/filebot.desktop +++ b/installer/snappy/setup/gui/filebot.desktop @@ -1,10 +1,10 @@ [Desktop Entry] -Name=FileBot -Comment=The ultimate TV and Movie Renamer / Subtitle Downloader +Name=@{application.name} +Comment=@{package.synopsis} Type=Application Exec=filebot Icon=${SNAP}/meta/gui/icon.svg Terminal=false StartupNotify=true -Categories=AudioVideo;Video;Utility;FileTools;Java -X-Ubuntu-Gettext-Domain=filebot +Categories=@{gnome.application.categories} +X-Ubuntu-Gettext-Domain=@{package.name} diff --git a/installer/snappy/snapcraft.yaml b/installer/snappy/snapcraft.yaml index 5fa3f885..9403fd6f 100644 --- a/installer/snappy/snapcraft.yaml +++ b/installer/snappy/snapcraft.yaml @@ -1,7 +1,7 @@ -name: filebot -version: @{version} -summary: The ultimate TV and Movie Renamer / Subtitle Downloader -description: FileBot 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. +name: @{package.name} +version: @{application.version} +summary: @{package.synopsis} +description: @{package.description} confinement: strict