-
Notifications
You must be signed in to change notification settings - Fork 244
Subtitle settings on playback screen #652
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
base: master
Are you sure you want to change the base?
Conversation
7686e71 to
e9e1e5f
Compare
e9e1e5f to
4859806
Compare
4859806 to
a118925
Compare
a118925 to
f9f131f
Compare
|
@moneytoo Could you please look into this PR? It's a bit time consuming for me to rebase on top of master and resolve conflicts when master branch is changing. |
f9f131f to
673d7c4
Compare
New subtitle settings on the playback screen allow to adjust parameters like position, size, edge type, and typeface. To access these settings, long-press the subtitle icon on the playback screen.
This commit removes subtitles settings from settings screen and adds info that subtitles settings are available during video playback by long pressing the subtitle icon.
The commit that introduced the OSD subtitles settings screen changed the logic responsible for setting subtitles size. The previous logic included a workaround for a bug causing large subtitles in landscape mode. The workaround has also been removed along with the previous logic. This commit fixes the bug, ensuring subtitles have the exact same size in both portrait and landscape modes.
673d7c4 to
8b4048c
Compare
|
@moneytoo please consider this PR. It is very useful but not too obtrusive. |
|
@Pentaphon The author of this project has not responded to this pull request for over 10 months. For that reason, I created a modified version of the app with this feature and other additional enhancements. You can download it here. |
|
@wasky Any possibility to open issues or at least discussions on your fork repo? |
|
@Bec-de-Xorbin I enabled issues and discussions. You can try now. |
This pull request adds the subtitle settings feature to the playback screen. This pull request resolves #651. Also resolves #301.
For better readability, the pull request is split into multiple commits: