1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Open Getting Started and FAQ

This commit is contained in:
Reinhard Pointner 2016-04-09 11:35:12 +00:00
parent 1df8d03278
commit 4289fb9012
2 changed files with 3 additions and 1 deletions

View File

@ -115,7 +115,8 @@ Section MAIN
DetailPrint "Optimizing..."
nsExec::ExecToLog `"C:\Program Files\FileBot\filebot.exe" -script "g:println net.filebot.Settings.getApplicationIdentifier(); println 'JRE: ' + Settings.getJavaRuntimeIdentifier(); println String.format('JVM: %d-bit %s', com.sun.jna.Platform.is64Bit() ? 64 : 32, System.getProperty('java.vm.name')); java.util.prefs.Preferences.userRoot(); net.filebot.CacheManager.getInstance().clearAll(); net.filebot.media.MediaDetection.warmupCachedResources();" --log OFF`
DetailPrint "Done. Before you get started, please have a look at the FAQ."
ExecShell open `http://www.filebot.net/forums/viewtopic.php?f=3&t=7`
ExecShell open `https://app.filebot.net/getting-started/index.html`
ExecShell open `https://app.filebot.net/manual.html`
${else}
DetailPrint "msiexec error $MSI_STATUS"
DetailPrint "Installation failed. Please download the .msi package manually."

View File

@ -1,5 +1,6 @@
# redirect donate.html
redirect 302 /donate.html https://app.filebot.net/donate.php
redirect 302 /manual.html https://www.filebot.net/forums/viewtopic.php?f=3&t=7#p7
# redirect filebot.sourceforge.net to www.filebot.net
RewriteEngine on