mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
Open Getting Started and FAQ
This commit is contained in:
parent
1df8d03278
commit
4289fb9012
@ -115,7 +115,8 @@ Section MAIN
|
|||||||
DetailPrint "Optimizing..."
|
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`
|
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."
|
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}
|
${else}
|
||||||
DetailPrint "msiexec error $MSI_STATUS"
|
DetailPrint "msiexec error $MSI_STATUS"
|
||||||
DetailPrint "Installation failed. Please download the .msi package manually."
|
DetailPrint "Installation failed. Please download the .msi package manually."
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# redirect donate.html
|
# redirect donate.html
|
||||||
redirect 302 /donate.html https://app.filebot.net/donate.php
|
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
|
# redirect filebot.sourceforge.net to www.filebot.net
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
Loading…
Reference in New Issue
Block a user