--mode interactive

How-to guides, frequently asked questions, not-so-obvious features, etc
Locked
User avatar
rednoah
The Source
Posts: 21742
Joined: 16 Nov 2011, 08:59

--mode interactive

Post by rednoah »

Console-Interactive Mode:

--mode interactive enables basic user interaction when making -rename calls. It'll will work for simple -rename calls as well as for scripts that use rename() internally (e.g. amc script).

Code: Select all

--mode interactive

Image

Image

Image
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 21742
Joined: 16 Nov 2011, 08:59

Lanterna Theme

Post by rednoah »

The following Lanterna built-in themes can be enabled via the net.filebot.cli.theme System Property.

  1. Default

    Code: Select all

    filebot -script fn:properties --def net.filebot.cli.theme=Default
    Image
  2. BigSnake

    Code: Select all

    filebot -script fn:properties --def net.filebot.cli.theme=BigSnake
    Image
  3. Blaster

    Code: Select all

    filebot -script fn:properties --def net.filebot.cli.theme=Blaster
    Image
  4. BusinessMachine

    Code: Select all

    filebot -script fn:properties --def net.filebot.cli.theme=BusinessMachine
    Image
  5. Conqueror

    Code: Select all

    filebot -script fn:properties --def net.filebot.cli.theme=Conqueror
    Image
  6. Defrost

    Code: Select all

    filebot -script fn:properties --def net.filebot.cli.theme=Defrost
    Image
:idea: Please read the FAQ and How to Request Help.
Locked