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

Fixes & improvements to Subtitle Chooser #4833

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

svobs
Copy link
Contributor

@svobs svobs commented Feb 24, 2024


Description:
Like #4825 but makes additional changes:

  • The message osd.sub_found, previously set to %d subtitles found. Downloading…, was not exactly appropriate as the heading for the list of subtitles to download. It looks like this is was done because it was being reused for the actual "downloading" message. So I changed the existing message to remove the Downloading… part, and added a new osd.sub_downloading message whose English version is Downloading %d subtitles, and changed the "downloading" message to use this key instead.
  • Improve text size of sub-heading and table items slightly
  • Change table style & border so it looks like this mock-up from @Iiii-I-I-I. Also implemented some other changes to displayed attributes based on said mock-up:
  • Remove time from upload date (seems rare that subtitles are uploaded more than once a day).
  • Remove rating (seems to be 0.0 most of the time?) - am open to bringing this back
  • Add release year in parentheses.
  • Add up to 2 fraction digits to fps attribute's displayed value.

@svobs svobs force-pushed the pr-sub-chooser-improvements branch 2 times, most recently from 164f8da to 424445f Compare February 24, 2024 06:51
@svobs svobs force-pushed the pr-sub-chooser-improvements branch from 424445f to 2ed938a Compare May 29, 2024 05:09
This commit will:
• Break osd.sub_found into osd.sub_found and osd.sub_downloading, for
  more appropriately specific messages
• In SubChooseView: fix table border bezel, increase font size slightly
  & set preferred width to 600
• Modify OpenSubtitles row details: add release year, remove rating, set
  max 2 fraction digits to fps, remove time from upload date, increase
  spacing to make attribute separation more clear
@svobs svobs force-pushed the pr-sub-chooser-improvements branch from 2ed938a to f08cb2a Compare May 29, 2024 05:14
@svobs
Copy link
Contributor Author

svobs commented May 29, 2024

Squashed + rebased to fix merge errors + improved commit msg.

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.

None yet

1 participant