From 88ea82a8c8fe754e3ebf13722d1cd23067ea75d8 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 2 Apr 2016 17:02:09 +0000 Subject: [PATCH] Use CloudFlare "Cache Everything" for the http forums, and use https / authenticated / not cached for logged in users. --- website/cli.html | 10 ++++----- website/index.html | 28 ++++++++++++------------ website/naming.html | 42 ++++++++++++++++++------------------ website/script.html | 52 ++++++++++++++++++++++----------------------- 4 files changed, 66 insertions(+), 66 deletions(-) diff --git a/website/cli.html b/website/cli.html index 8fda2c76..2b93612a 100644 --- a/website/cli.html +++ b/website/cli.html @@ -46,8 +46,8 @@

- Need some help getting started? Check the forums. + Need some help getting started? Check the forums.

diff --git a/website/index.html b/website/index.html index f9a927fa..ebeeec98 100644 --- a/website/index.html +++ b/website/index.html @@ -72,8 +72,8 @@ @@ -192,7 +192,7 @@

Use FileBot from the command-line! There is a simple CLI for core tasks like renaming media files and fetching subtitles as well as checking or creating SFV files. On top of that you can use our scripting engine to define more complex - automated processing. There's already shared scripts for + automated processing. There's already shared scripts for various tasks that you can just run right away or further customize to your needs.

-

Setting up a fully automated media center – extract archives, organize tv shows and movies, download subtitles, fetch artwork and metadata, update XBMC – with FileBot it's that easy!

+

Setting up a fully automated media center – extract archives, organize tv shows and movies, download subtitles, fetch artwork and metadata, update XBMC – with FileBot it's that easy!

-

If you have any questions or problems just to check the FAQ or search the forums.

+

If you have any questions or problems just to check the FAQ or search the forums.

@@ -224,7 +224,7 @@
@@ -313,7 +313,7 @@

Contact

The project is continuously seeking for improvements, so anykind of feedback is more than welcome - and if there's any questions or problems just start posting in the forums or check the FAQ. + and if there's any questions or problems just start posting in the forums or check the FAQ. We're social as well. Follow us on twitter and become a fan on facebook.

diff --git a/website/naming.html b/website/naming.html index 1226e5b8..ecf9f57c 100644 --- a/website/naming.html +++ b/website/naming.html @@ -3,29 +3,29 @@ - + Format Expressions - + - + - + - + - +
- +

@@ -75,7 +75,7 @@ User defined episode / movie naming scheme

- +
@@ -87,7 +87,7 @@

You can easily define your own episode and movie naming schemes. It uses Groovy expressions, which means that you can do pretty much anything, especially if you know a little bit about programming. - You even get media info bindings. You can find predefined format expressions for all kinds of scenarios in the forums. Ready for you to just copy & paste. + You even get media info bindings. You can find predefined format expressions for all kinds of scenarios in the forums. Ready for you to just copy & paste.

Examples

@@ -265,7 +265,7 @@ group - release group + release group ALLiANCE @@ -362,7 +362,7 @@ omdb OMDb info <any movie / series info> - + file file object @@ -394,7 +394,7 @@ <any subtitle parameter> - +

Function Reference source @@ -442,14 +442,14 @@ transliterate(identifier)Apply any ICU script transliteration. e.g. "中国".transliterate("han-latin") -> "zhōng guó".

- +

- Need some help getting started? Check the forums. + Need some help getting started? Check the forums.

- +
- + diff --git a/website/script.html b/website/script.html index 333810db..f726fe4f 100644 --- a/website/script.html +++ b/website/script.html @@ -3,29 +3,29 @@ - + Scripts and Automation - + - + - + - + - +
- +

@@ -74,7 +74,7 @@ Scripting interface usage manual

- +
See Examples @@ -98,14 +98,14 @@

Script Repository

- Find scripts for common tasks here. You can just use these scripts straight + Find scripts for common tasks here. You can just use these scripts straight away or as a reference for building your own more advanced scripts. If you wrote a really useful script - please share it with us. + please share it with us.

- Script Index:
+ Script Index:
- +

Example Scripts

args.eachMediaFolder {
@@ -125,12 +125,12 @@
 .sort{ a, b -> a.name.compareTo(b.name) }
 .each{ println getMediaInfo(file:it, format:'{fn} [{vf} {vc} {af}]') }
 
Print media info for all video files using the given format pattern.
- +

Function Reference source

- +

Rename media files

File[] rename(folder|file, query, output, format, db, lang, strict)
@@ -172,7 +172,7 @@
strict - enable matching subtitles via filename
- +

File verification

boolean check(folder|file)
@@ -193,7 +193,7 @@
encoding - output charset, defaults to UTF-8
- +

Other

File[] extract(folder|file, output)
@@ -225,7 +225,7 @@
format - media naming scheme
- +

Extras

@@ -234,14 +234,14 @@
- +

- Need some help getting started? Check the forums. + Need some help getting started? Check the forums.

- +
- +