-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Add preference for default zoom mode #4020
Add preference for default zoom mode #4020
Conversation
app/src/main/java/org/jellyfin/androidtv/preference/UserPreferences.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/jellyfin/androidtv/preference/UserPreferences.kt
Outdated
Show resolved
Hide resolved
...c/main/java/org/jellyfin/androidtv/ui/preference/screen/PlaybackAdvancedPreferencesScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/jellyfin/androidtv/ui/playback/overlay/action/ZoomAction.kt
Outdated
Show resolved
Hide resolved
Update string for zoom mode preference to aspect ratio. Update variable name for playerZoomMode in UserPreferences.kt
# Conflicts: # app/src/main/java/org/jellyfin/androidtv/preference/UserPreferences.kt # app/src/main/java/org/jellyfin/androidtv/ui/preference/screen/PlaybackAdvancedPreferencesScreen.kt
app/src/main/java/org/jellyfin/androidtv/ui/playback/PlaybackController.java
Fixed
Show fixed
Hide fixed
app/src/main/java/org/jellyfin/androidtv/ui/playback/PlaybackController.java
Fixed
Show fixed
Hide fixed
Removed unused line of code.
Thanks for the pull request! I've pushed some final changes to fix some formatting, rename an enum member, changed the preference order. I also fixed a missing setter for |
Thanks for the small fixes at the end! I'm happy to contribute to the project and look forward to submitting more PRs in the future! |
Changes
This change will add a setting under advanced playback preferences to set the default zoom mode. This mode will be used every time a video is started as the setting is not saved if adjusted during playback.
Issues
Possibly fixes #1981