FileBot
Aplicación Docker from Djoss' Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:5800]- Red
bridge- Privilegiado
- false
Configuración de plantillas
Stores the application's configuration, state, logs, and any files requiring persistency.
- Objetivo
- /config
- Por defecto
- /mnt/user/appdata/filebot
Contains files from the host that need to be accessible to the application.
- Objetivo
- /storage
- Por defecto
- /mnt/user
This is the input folder of the Automated Media Center (AMC) script. Any media copied to this folder will be processed by the script.
- Objetivo
- /watch
This is the output folder of the Automated Media Center (AMC) script. This is where medias are located once they are renamed and organized.
- Objetivo
- /output
ID of the user the application runs as.
- Objetivo
- USER_ID
- Por defecto
- 99
ID of the group the application runs as.
- Objetivo
- GROUP_ID
- Por defecto
- 100
Mask controlling permissions for newly created files and folders, specified in octal notation.
- Objetivo
- UMASK
- Por defecto
- 0000
Priority at which the application should run. A niceness value of `-20` is the highest, `19` is the lowest and `0` the default. NOTE: Setting a negative value requires additional permissions. Thus, `--cap-add=SYS_NICE` must be added to Extra Parameters (shown when Advanced View is enabled).
- Objetivo
- APP_NICENESS
- Por defecto
- 0
Width (in pixels) of the application's window.
- Objetivo
- DISPLAY_WIDTH
- Por defecto
- 1920
Height (in pixels) of the application's window.
- Objetivo
- DISPLAY_HEIGHT
- Por defecto
- 1080
When set to `1`, enables dark mode for the application.
- Objetivo
- DARK_MODE
- Por defecto
- 0
When set to `1`, enables audio support, allowing audio produced by the application to play through the browser.
- Objetivo
- WEB_AUDIO
- Por defecto
- 0
When set to `1`, enables the web file manager, allowing interaction with files inside the container through a web browser, supporting operations like renaming, deleting, uploading, and downloading.
- Objetivo
- WEB_FILE_MANAGER
- Por defecto
- 0
Comma-separated list of paths within the container that the file manager can access. By default, the container's entire filesystem is not accessible, and this variable specifies allowed paths. If set to `AUTO`, commonly used folders and those mapped to the container are automatically allowed. The value `ALL` allows access to all paths (no restrictions).
- Objetivo
- WEB_FILE_MANAGER_ALLOWED_PATHS
- Por defecto
- AUTO
Comma-separated list of paths within the container that the file manager cannot access. A denied path takes precedence over an allowed path.
- Objetivo
- WEB_FILE_MANAGER_DENIED_PATHS
- Por defecto
- None
When set to `1`, enables the web notification service, allowing the browser to display desktop notifications from the application.
- Objetivo
- WEB_NOTIFICATION
- Por defecto
- 0
When set to `1`, enables access to a terminal from the web interface. It is strongly recommended to configure the container with secure web access (HTTPS).
- Objetivo
- WEB_TERMINAL
- Por defecto
- 0
When set to `1`, protects the application's GUI with a login page when accessed via a web browser. Access is granted only with valid credentials.
- Objetivo
- WEB_AUTHENTICATION
- Por defecto
- 0
Lifetime of a token, in hours. A token is assigned to the user after successful login. As long as the token is valid, the user can access the application's GUI without logging in again. Once the token expires, the login page is displayed again.
- Objetivo
- WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME
- Por defecto
- 24
Optional username for web authentication. Provides a quick and easy way to configure credentials for a single user. For more secure configuration or multiple users, see the documentation.
- Objetivo
- WEB_AUTHENTICATION_USERNAME
Optional password for web authentication. Provides a quick and easy way to configure credentials for a single user. For more secure configuration or multiple users, see the documentation.
- Objetivo
- WEB_AUTHENTICATION_PASSWORD
When set to `1`, uses an encrypted connection to access the application's GUI (via web browser or VNC client).
- Objetivo
- SECURE_CONNECTION
- Por defecto
- 0
Method used for encrypted VNC connection. Possible values are `SSL` or `TLS`.
- Objetivo
- SECURE_CONNECTION_VNC_METHOD
- Por defecto
- SSL
Interval, in seconds, at which the system checks if web or VNC certificates have changed. When a change is detected, affected services are automatically restarted. A value of `0` disables the check.
- Objetivo
- SECURE_CONNECTION_CERTS_CHECK_INTERVAL
- Por defecto
- 60
Port used by the web server to serve the application's GUI. This port is internal to the container and typically does not need to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.
- Objetivo
- WEB_LISTENING_PORT
- Por defecto
- 5800
Port used by the VNC server to serve the application's GUI. This port is internal to the container and typically does not need to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.
- Objetivo
- VNC_LISTENING_PORT
- Por defecto
- 5900
Setting this to `1` enables the FileBot GUI, `0` disables it.
- Objetivo
- FILEBOT_GUI
- Por defecto
- 1
Setting this to `1` enables the Automated Media Center (AMC) script, `0` disables it.
- Objetivo
- AMC_ENABLED
- Por defecto
- 1
Username of your OpenSubtitles (https://www.opensubtitles.com) account. Required to download subtitles.
- Objetivo
- OPENSUBTITLES_USERNAME
Password of your OpenSubtitles (https://www.opensubtitles.com) account. Required to download subtitles.
- Objetivo
- OPENSUBTITLES_PASSWORD
Custom arguments to pass to FileBot. This applies to the UI only.
- Objetivo
- FILEBOT_CUSTOM_OPTIONS
When set to `1`, FileBot installed under `/config/beta` (container path) is used. If no FileBot installation is found under this folder, the latest beta version is automatically downloaded during container startup. See [Using a Beta Version](#using-a-beta-version) section for more details. **NOTE**: Use at your own risk. Beta version may have bugs and stability issues.
- Objetivo
- USE_FILEBOT_BETA
- Por defecto
- 0
Time (in seconds) between each invocation of the Automated Media Center (AMC) script.
- Objetivo
- AMC_INTERVAL
- Por defecto
- 1800
Time (in seconds) during which properties (e.g. size, time, etc) of files in the watch folder need to remain the same before invoking the Automated Media Center (AMC) script. This is to avoid processing the watch folder while files are being copied.
- Objetivo
- AMC_INPUT_STABLE_TIME
- Por defecto
- 10
Action performed by the Automated Media Center (AMC) script on files. Valid values are `test`, `copy`, `move`, `symlink`, `hardlink`, `keeplink`, `duplicate` or `clone`. Use the `test` operation to perform a dry-run and verify that everything gets matched up correctly.
- Objetivo
- AMC_ACTION
- Por defecto
- test
Conflict resolution strategy used by the Automated Media Center (AMC) script. When set to `skip`, existing files are never overriden, while `auto` overrides existing file only if new media is better.
- Objetivo
- AMC_CONFLICT
- Por defecto
- auto
Match mode used by the Automated Media Center (AMC) script. The `opportunistic` mode works for all files regardless how badly they are named, while `strict` mode works for reasonably well-named files and ignore files that cannot be matched accurately. See https://www.filebot.net/forums/viewtopic.php?t=4695 for complete documentation.
- Objetivo
- AMC_MATCH_MODE
- Por defecto
- opportunistic
When set to `y`, artwork is fetched and NFO file is generated by the Automated Media Center (AMC) script.
- Objetivo
- AMC_ARTWORK
- Por defecto
- n
Language used by the Automated Media Center (AMC) script to rename files. Two-characters language code or value like English, French, German, Chinese, etc can be used.
- Objetivo
- AMC_LANG
- Por defecto
- English
Define how music files are renamed by the Automated Media Center (AMC) script. Filebot supports a very powerful naming scheme. See https://www.filebot.net/naming.html for complete documentation.
- Objetivo
- AMC_MUSIC_FORMAT
- Por defecto
- {plex}
Define how movie files are renamed by the Automated Media Center (AMC) script. Filebot supports a very powerful naming scheme. See https://www.filebot.net/naming.html for complete documentation.
- Objetivo
- AMC_MOVIE_FORMAT
- Por defecto
- {plex}
Define how TV series files are renamed by the Automated Media Center (AMC) script. Filebot supports a very powerful naming scheme. See https://www.filebot.net/naming.html for complete documentation.
- Objetivo
- AMC_SERIES_FORMAT
- Por defecto
- {plex}
Define how anime files are renamed by the Automated Media Center (AMC) script. Filebot supports a very powerful naming scheme. See https://www.filebot.net/naming.html for complete documentation.
- Objetivo
- AMC_ANIME_FORMAT
- Por defecto
- {plex}
When set to `y`, music files are processed by the Automated Media Center (AMC) script. A value of `n` does not process them.
- Objetivo
- AMC_PROCESS_MUSIC
- Por defecto
- y
Comma-separated list of subtitle languages to download. Example: `en,de,fr`.
- Objetivo
- AMC_SUBTITLE_LANG
Custom arguments to pass to the Automated Media Center (AMC) script.
- Objetivo
- AMC_CUSTOM_OPTIONS
Directory inside the container used as the input folder of the Automated Media Center (AMC) script.
- Objetivo
- AMC_INPUT_DIR
- Por defecto
- /watch
Directory inside the container used as the output folder of the Automated Media Center (AMC) script.
- Objetivo
- AMC_OUTPUT_DIR
- Por defecto
- /output
Port to access the application's GUI via the web interface. NOTE: This setting is relevant only when the Network Type is set to `Bridge`.
- Objetivo
- 5800
- Por defecto
- 7813
Port to access the application's GUI via VNC protocol. Optional if no VNC client is used. NOTE: This setting is relevant only when the Network Type is set to `Bridge`.
- Objetivo
- 5900
- Por defecto
- 7913
Categorías
Descargar estadísticas
Descargas totales a lo largo del tiempo
Detalles
jlesage/filebotEjecute FileBot en Unraid.
FileBot se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.