-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Trailer Video Format not persisting across container instances #40
Comments
Trailarr saves it's app data including settings and database in I know you had issues with your config from issue #38. Can you open |
Sure. There is a .env file. The contents before restart are: API_KEY='c21d21be5091648d1cd6e9e9dd15824b' And after: API_KEY='c21d21be5091648d1cd6e9e9dd15824b' Some of these settings are persisting no problem. Just "TRAILER_VIDEO_FORMAT" looks to be getting removed. |
There is a bug in code that is saving |
Describe the bug
When selecting Trailer Video format other than default (h264) to something else (eg. av1), settings do not seem to persist across container restarts.
Not sure if I need to specify the GPU as a variable in the container perhaps.
May also occur with other settings, not sure.
Steps To Reproduce
Steps to reproduce the behavior:
Actual behavior
Setting reverts to default.
Expected behavior
Settings are saved between container instances.
The text was updated successfully, but these errors were encountered: