Back to wiki
how-to-disable-filebot-autoextract

How To Disable Filebot Autoextract

Name: how-to-disable-filebot-autoextract

Last reviewed by: Clipper, April 2026


How to disable Filebot autoextract

While Filebot autoextract is enabled, it will automatically extract files from zip, multi-volume rar and 7zip archives as well as ISO images. Here is how to disable it.

Table of Contents

Command line solution

If you are on Windows, you will need KiTTY or PuTTY to connect via SSH.

Connect to your box via SSH:

ssh [email protected]

Imgur

rTorrent

Open the Filebot config file for rTorrent:

nano ~/.config/rtorrent/filebot

Imgur

By default, autoextract is enabled:

SKIP_EXTRACT=n

Change n to y to disable autoextract:

SKIP_EXTRACT=y

To also disable Filebot for Music, change music=y to music=n.

Press Ctrl+O to save and Ctrl+X to exit.

Deluge

Open the Filebot config file for Deluge:

nano ~/.config/deluge/filebot.py

Imgur

By default, autoextract is enabled:

'--def skipExtract=n'

Change n to y to disable autoextract:

'--def skipExtract=y'

To also disable Filebot for Music, find the music argument and change music=y to music=n.

Press Ctrl+O to save and Ctrl+X to exit.

Pydio

⚠️ Pydio is no longer available in the Bytesized app installer. This section is kept for reference only for users who may still have a legacy Pydio installation. If you need to edit files without SSH, use FTP to download, edit, and upload the files back.

There is also a way to edit the Filebot config files via the Pydio web interface, without using SSH.

Log in to Pydio with your username and password.

imgur

First, enable hidden files visibility. Click your username in the top right corner and choose Settings.

Imgur

Choose Feature Plugins then Workspaces Drivers.

Imgur

Choose File System (Standard).

Imgur

Scroll down until you see Filesystem Common. Under Show Hidden Files, choose Yes.

Imgur

Return to the main menu and open the .config folder.

Imgur

You will see the Deluge and rTorrent folders.

Imgur

rTorrent

Open the rTorrent folder and find the file called filebot.

Imgur

By default autoextract is enabled: SKIP_EXTRACT=n. Change n to y to disable it: SKIP_EXTRACT=y.

To disable Filebot for Music, change music=y to music=n.

Click Save when done.

Imgur

Deluge

Open the Deluge folder and find the file called filebot.py.

Imgur

By default autoextract is enabled: '--def skipExtract=n'. Change n to y to disable it: '--def skipExtract=y'.

To disable Filebot for Music, find the music argument and change music=y to music=n.

Click Save when done.

Imgur

Last Author
Clipper
Contributors
None
Versions
17
Last Update
Sun, 12 Apr 2026 11:30:58 +0200