Skip to content
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

feat(server,web): system config for admin #959

Merged
merged 16 commits into from
Nov 15, 2022
Merged

Conversation

jrasm91
Copy link
Contributor

@jrasm91 jrasm91 commented Nov 11, 2022

My attempt to finish the system config PR.

@vercel
Copy link

vercel bot commented Nov 11, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
immich ✅ Ready (Inspect) Visit Preview Nov 15, 2022 at 4:04AM (UTC)

Comment on lines +1353 to +1359
export const SystemConfigKey = {
Crf: 'ffmpeg_crf',
Preset: 'ffmpeg_preset',
TargetVideoCodec: 'ffmpeg_target_video_codec',
TargetAudioCodec: 'ffmpeg_target_audio_codec',
TargetScaling: 'ffmpeg_target_scaling'
} as const;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The keys in this generated enum don't have the ffmpeg prefix, do you have any idea why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about that.

@alextran1502
Copy link
Contributor

@jrasm91 Can you help me resolve the merge conflict? It is good to merge if @zackpollard doesn't have any other concerns

@jrasm91
Copy link
Contributor Author

jrasm91 commented Nov 15, 2022

Should be good to go now.

@alextran1502 alextran1502 changed the title feat: system config feat(server,web): system config Nov 15, 2022
@alextran1502 alextran1502 changed the title feat(server,web): system config feat(server,web): system config for admin Nov 15, 2022
@alextran1502 alextran1502 merged commit b5d75e2 into main Nov 15, 2022
@alextran1502 alextran1502 deleted the feat/system-config-2 branch November 15, 2022 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants