--mode interactive

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

--mode interactive

Post by rednoah »

--mode interactive enables basic user interaction when making -rename calls. It'll will work for simple -rename calls, -revert calls, amc script calls, etc:

Shell: Select all

--mode interactive
ScreenshotScreenshotScreenshot
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Lanterna Theme

Post by rednoah »

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

  1. Default

    Shell: Select all

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

    Shell: Select all

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

    Shell: Select all

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

    Shell: Select all

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

    Shell: Select all

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

    Shell: Select all

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