Thanks for the answers.
I fixed my docker-compose file in this way:
filebot:
image:
rednoah/filebot:watcher
command:
- /media/to_process
- --action
- copy
- --output
- /media/processed
- --conflict
- auto
- -non-strict
- --def
- unsorted=y
- music=y
- artwork=n ...
Search found 3 matches
- 24 Nov 2021, 14:12
- Forum: Help and Support
- Topic: Strange "Bad *Format value" error messages
- Replies: 3
- Views: 6809
- 19 Nov 2021, 14:47
- Forum: Help and Support
- Topic: Strange "Bad *Format value" error messages
- Replies: 3
- Views: 6809
Strange "Bad *Format value" error messages
Hi,
I'm using docker filebot watcher. I noticed the following errors, even if all seems to work fine:
Bad movieFormat value: "{plex} [{vc} {vf} {hd} {ac}]"
Bad seriesFormat value: "{plex} [{vc} {vf} {hd} {ac}]"
Bad animeFormat value: "{plex} [{vc} {vf} {hd} {ac}]"
Does anyone have any idea ...
I'm using docker filebot watcher. I noticed the following errors, even if all seems to work fine:
Bad movieFormat value: "{plex} [{vc} {vf} {hd} {ac}]"
Bad seriesFormat value: "{plex} [{vc} {vf} {hd} {ac}]"
Bad animeFormat value: "{plex} [{vc} {vf} {hd} {ac}]"
Does anyone have any idea ...
- 24 Aug 2018, 13:02
- Forum: Feature Requests and Bug Reports
- Topic: [FEATURE] Build on top of Alpine Linux
- Replies: 1
- Views: 1908
[FEATURE] Build on top of Alpine Linux
Dear @Rednoah,
Can you evaluate the possibility to use Alpine Linux (that is still using OpenJDK 8) to produce Docker images?
I already using a lot of images based on Alpine Linux and it will be great to share the same layers.
(Of course, I can use the portable version and install it on a self ...
Can you evaluate the possibility to use Alpine Linux (that is still using OpenJDK 8) to produce Docker images?
I already using a lot of images based on Alpine Linux and it will be great to share the same layers.
(Of course, I can use the portable version and install it on a self ...