I use the following docker compose for FileBot:
yaml: Select all
services:
filebot:
container_name: FileBot
image: jlesage/filebot
ports:
- 5802:5800
volumes:
- /volume1/docker/filebot:/config:rw
- /volume1:/storage:rw
environment:
- USER_ID=1026
- GROUP_ID=100
- LANG=de_DE.UTF-8
- TZ=Europe/Berlin
- FILEBOT_GUI=0
- AMC_ACTION=move
- AMC_CONFLICT=skip
- AMC_LANG=German
- AMC_MOVIE_FORMAT="Filme/{~emby}"
- AMC_SERIES_FORMAT="Serien/{~emby}"
- AMC_PROCESS_MUSIC=n
- AMC_CUSTOM_OPTIONS=--def mail=mail.gmx.net:587:[email protected]:[email protected]:Passwort
- AMC_INPUT_DIR=/storage/docker/jdownloader2/output/ok
- AMC_OUTPUT_DIR=/storage/Videos
restart: always
Code: Select all
[amc ] Parameter: movieFormat = "Filme/{~emby}"
[amc ] Bad movieFormat value: "Filme/{~emby}"
[amc ] Parameter: musicFormat = {plex}
[amc ] Parameter: seriesFormat = "Serien/{~emby}"
[amc ] Bad seriesFormat value: "Serien/{~emby}"
[amc ] Parameter: animeFormat = {plex}
[...]
[amc ] Stripping invalid characters from the output file path: /storage/Videos/"Filme/Example (2025)/Example (2025)".mkv
Generally I use it in Emby, but I saw here also plex.