Activate valid license
Posted: 29 Mar 2025, 20:52
I'm encountering a situation where, even after successfully activating my license via the terminal inside the Docker container—complete with a notification confirming the activation and the creation of the license.txt file—it still displays the message "Bad License (>_<)." just before moving my files.


Im running filebot in a Synology container manager.
This is the yaml config I'm using:
I dont get it why it is not working.... worked many weeks before. System wasn't touch for months...


Im running filebot in a Synology container manager.
This is the yaml config I'm using:
Code: Select all
version: '3.3'
services:
filebot:
container_name: FileBot
image: rednoah/filebot:watcher
restart: always
environment:
- SETTLE_DOWN_TIME=300
- SETTLE_DOWN_CHECK=60
- PUID=1026
- PGID=100
volumes:
- /volume1/docker/filebot:/data
- /volume1/downloads:/down
- /volume1/media:/media
command: >
/down/COMPLETE
--output /media
--action move
--def unsorted=y
--def artwork=n
--def clean=y
--def movieFormat="./movies/{n}/{n} ({vf}) [{rating}]"
--def seriesFormat="./series/{n}/{'Season '+s}/{s00e00} - {t} ({vf})"
--def unsortedFormat="./misc/"
--def movieDB=TheMovieDB seriesDB=TheTVDB