-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Always show FFmpeg path in Transcoding page #128
Conversation
IMHO this should wait for jellyfin/jellyfin#844 |
Removed the 'hide' and 'required' settings from the html to always show the FFmpeg path to user and also allow user to remove a custom path and return to using whatever is available from system $PATH.
@JustAMan This PR should be merge too, now that jellyfin/jellyfin#844 has gone. |
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope you tested my suggestion :)
LGTM
Absolutely not. |
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
Damn caching, thought I purged it. Yup works wonderfully. |
Removed the 'hide' and 'required' settings from the html to always show the FFmpeg path.
Allow user to submit empty FFmpeg path from Transcoding path to facilitate removal of Custom path without requiring a system restart.
Associated changes on Jellyfin:
jellyfin/jellyfin#844