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

Allow dynamic code evaluation (e.g. evaluate('/path/to/snippet.groovy' as File))

This commit is contained in:
Reinhard Pointner 2019-05-26 22:52:12 +07:00
parent 97aab5eab4
commit fd85ad349b

View File

@ -6,6 +6,7 @@ Next Release (4.8.6)
* Ensure that `ActionPopup` is always displayed on top of the Windows Task Bar * Ensure that `ActionPopup` is always displayed on top of the Windows Task Bar
* Improved `-mediainfo -exec` pipeline * Improved `-mediainfo -exec` pipeline
* Added `-no-history` CLI option * Added `-no-history` CLI option
* Allow dynamic code evaluation (e.g. `evaluate('/path/to/snippet.groovy' as File)`)
* Allow `@file.groovy` syntax in `Format Editor` and `Preset Editor` (e.g. `@/path/to/MyFormat.groovy`) * Allow `@file.groovy` syntax in `Format Editor` and `Preset Editor` (e.g. `@/path/to/MyFormat.groovy`)
* Allow `*.groovy` files as argument value for `--format`, `--filter` and `--file-filter` CLI options (e.g. `--format /path/to/MyFormat.groovy`) * Allow `*.groovy` files as argument value for `--format`, `--filter` and `--file-filter` CLI options (e.g. `--format /path/to/MyFormat.groovy`)