From c0dc78fbd6ae216d630b42980d9e6b3783972628 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 6 Mar 2013 08:26:27 +0000 Subject: [PATCH] * try different ad size and update reviews --- website/index.html | 43 ++++++++++++++++++++-------------- website/reviews.json | 10 ++++++++ website/scripts/sysinfo.groovy | 4 ++-- 3 files changed, 37 insertions(+), 20 deletions(-) diff --git a/website/index.html b/website/index.html index 67deed5e..df575546 100644 --- a/website/index.html +++ b/website/index.html @@ -86,20 +86,6 @@ -
- - -
-
@@ -320,7 +311,23 @@
  • Synology NAS package is available from MissileHugger
  • - + + +
    + + +
    + +
    contact Will you join us? diff --git a/website/reviews.json b/website/reviews.json index edb2b0ae..da8e9aec 100644 --- a/website/reviews.json +++ b/website/reviews.json @@ -89,6 +89,16 @@ "date": "2011-02-18", "text": "best app on series renaming i could find" }, + { + "user": "hfurius", + "date": "2013-02-24", + "text": "easy to use and easy to work. thanks a lot!" + }, + { + "user": "akya", + "date": "2013-02-21", + "text": "Extremely efficient.. especially for renaming single episodes." + }, { "user": "Nolan", "date": "2013-02-15", diff --git a/website/scripts/sysinfo.groovy b/website/scripts/sysinfo.groovy index dd88135d..6243cd19 100644 --- a/website/scripts/sysinfo.groovy +++ b/website/scripts/sysinfo.groovy @@ -7,7 +7,7 @@ println net.sourceforge.filebot.Settings.applicationIdentifier try { print 'JNA Native: ' println com.sun.jna.Native.nativeVersion -} catch(error) { +} catch(Throwable error) { println error.cause } @@ -15,7 +15,7 @@ try { try { print 'MediaInfo: ' println net.sourceforge.filebot.mediainfo.MediaInfo.version() -} catch(error) { +} catch(Throwable error) { println error.cause }