2018-01-19 15:55:19 -05:00
# Application Info
application.name : FileBot
2018-06-06 10:39:47 -04:00
application.version : 4.8.2
2018-01-19 15:55:19 -05:00
# Script Base URL
2018-06-14 04:47:54 -04:00
github.stable : http://app.filebot.net/api/v4/script/fn.jar.xz
2018-01-19 15:55:19 -05:00
github.master : https://raw.githubusercontent.com/filebot/scripts/master/
# Update Descriptor
update.url : https://app.filebot.net/update.xml
# Store
link.mas : macappstore://itunes.apple.com/app/id905384638
link.mws : ms-windows-store://review/?ProductId=9NBLGGH52T9X
2018-06-10 03:47:00 -04:00
# Links
2018-01-19 15:55:19 -05:00
link.app.help : https://www.filebot.net/getting-started/embed.html
2018-06-10 03:47:00 -04:00
link.app.purchase : https://www.filebot.net/purchase.html
2018-01-19 15:55:19 -05:00
# Help
link.intro : https://www.filebot.net/getting-started/index.html
link.forums : https://www.filebot.net/forums/
link.twitter : https://twitter.com/filebot_renamer
link.facebook : https://www.facebook.com/filebot/
link.faq : https://www.filebot.net/manual.html
link.bugs : https://www.filebot.net/report.html
link.channel : https://www.filebot.net/channel.html
link.help : https://www.filebot.net/support.html
link.help.mas : https://www.filebot.net/mac/support.html
2018-01-20 05:26:06 -05:00
link.help.mws : https://www.filebot.net/windows/support.html
2018-01-19 15:55:19 -05:00
2018-04-18 00:24:22 -04:00
# Support
link.patreon : https://www.patreon.com/filebot
2018-01-19 15:55:19 -05:00
2016-11-04 16:19:30 -04:00
# Build
main.class : net.filebot.Main
2018-06-06 10:37:50 -04:00
jre.version : 10.0.1
2016-11-04 16:19:30 -04:00
# Minimum System Version
2018-03-20 14:31:38 -04:00
jvm.version : 10
2017-10-16 16:04:41 -04:00
mac.version : 10.10
2016-11-04 16:19:30 -04:00
# Package Information
package.name : filebot
2016-11-15 08:14:21 -05:00
package.identifier : net.filebot.FileBot
2016-11-04 16:19:30 -04:00
package.developer : Reinhard Pointner
2016-11-05 09:51:19 -04:00
package.maintainer : rednoah@filebot.net
2016-11-04 16:19:30 -04:00
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.
2016-11-05 09:51:19 -04:00
package.tags : Mass Renamer, Rename TV shows, Rename movies, Organize media files, Fetch Subtitles, Check SFV files, Plex Media Server, Kodi Media Center, TheTVDB, TheMovieDB, OpenSubtitles
2017-06-03 05:10:43 -04:00
package.homepage : https://www.filebot.net/
2016-11-04 16:19:30 -04:00
2018-06-11 16:33:10 -04:00
# File Types
license.description : FileBot License File
license.extension : psm
license.mimetype : application/x-filebot-license
2016-11-16 17:45:16 -05:00
# Distribution-specific Package Information
microsoft.application.name : PointPlanck.FileBot
microsoft.application.publisher : CN=761A0D2B-9B86-4FE4-B664-18E4E0AFC3F1
2016-11-04 16:19:30 -04:00
# Platform-specific Package Information
mac.application.category : public.app-category.utilities
2017-02-15 15:48:57 -05:00
deb.application.categories : AudioVideo;Video;Utility;FileTools;
2018-06-13 07:07:24 -04:00
deb.application.mimetype : inode/directory;video/*;audio/*;text/*;application/*;
2017-02-15 15:48:57 -05:00
deb.application.class : net-filebot-Main
2018-04-03 03:30:40 -04:00
deb.application.depends : openjdk-10-jre, openjfx, mediainfo, libchromaprint-tools
2016-11-04 16:19:30 -04:00
2018-06-12 09:34:10 -04:00
# Package Options
tar.compression : xz
msi.compression : high
2017-02-15 16:06:06 -05:00
# Commands
deb.application.action.import : filebot -script fn:amc --output "$HOME/Media" --action duplicate -non-strict --log-file "$HOME/Media/amc.log" --def excludeList="$HOME/Media/amc.excludes" unsorted=y music=y artwork=y
2018-02-27 03:42:11 -05:00
# Default Java Options
2018-06-13 11:19:57 -04:00
java.application.options : -Dunixfs=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=true -Djna.nosys=true -Djna.nounpack=true --illegal-access=permit --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.function=ALL-UNNAMED --add-opens=java.base/java.util.regex=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.nio.file=ALL-UNNAMED --add-opens=java.base/java.nio.file.attribute=ALL-UNNAMED --add-opens=java.base/java.nio.channels=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.time.chrono=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.logging/java.util.logging=ALL-UNNAMED --add-opens=java.desktop/java.awt=ALL-UNNAMED
2018-02-27 03:42:11 -05:00
2018-06-21 03:09:59 -04:00
# Default Linux Java Options
linux.application.options : -Djna.boot.library.path="$LIBRARY_PATH" -Djna.library.path="$LIBRARY_PATH" -Djava.library.path="$LIBRARY_PATH" -Dapplication.dir="$APP_DATA" -Dapplication.cache="$APP_DATA/cache" -Djava.io.tmpdir="$APP_DATA/tmp" -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8"
2018-06-21 03:33:55 -04:00
linux.desktop.application.options : -Djdk.gtk.version=2 -Dprism.order=sw -Dsun.java2d.opengl=false -Dsun.java2d.xrender=true -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dapplication.help=show -Dnet.filebot.UserFiles.fileChooser=JavaFX -DuseGVFS=true -Dnet.filebot.gio.GVFS="$XDG_RUNTIME_DIR/gvfs"
2018-06-21 03:09:59 -04:00
linux.headless.application.options : -Djava.awt.headless=true
2016-11-04 16:19:30 -04:00
# Links
2017-06-03 05:10:43 -04:00
link.help.manpage : https://www.filebot.net/cli.html
link.help.synology : https://www.filebot.net/syno/support.html
2016-11-05 09:51:19 -04:00
2017-02-15 16:06:06 -05:00
# Images
2017-06-10 05:49:20 -04:00
link.image.logo : https://www.filebot.net/icon.png