docker-filebot icon indicating copy to clipboard operation
docker-filebot copied to clipboard

How can you define multiple values for one environment variable?

Open lynchpinhags opened this issue 4 years ago • 1 comments

Per this thread: https://github.com/jlesage/docker-filebot/issues/60

I'm using the AMC_CUSTOM_OPTIONS to utilise Pushbullet notifications (using "--def pushbullet=apikey").

However, I'd like to add another value for the same environment variable (to tell AMC to delete archives after extraction). The variables page won't let me add another instance of "AMC_CUSTOM_OPTIONS", so I was wondering if there was a way to add multiple entries for the same environment variable? Can I separate values with a comma or something similar?

Thanks!

lynchpinhags avatar Aug 25 '21 11:08 lynchpinhags

Yes you can use multiple arguments in AMC_CUSTOM_OPTIONS , separated by a space.

jlesage avatar Aug 31 '21 00:08 jlesage

Closing this issue. Please re-open if needed.

jlesage avatar Jan 07 '23 20:01 jlesage