-
Notifications
You must be signed in to change notification settings - Fork 887
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
Display all characters of the title in one line. #857
Comments
Thanks for creating a new issue. Regarding the font size, this should be taken into account |
The Youtube kind of solution sounds better then putting a black border around it. |
Is it possible to implement the same solution that is used for the mediabar in fullscreen? |
From what I think it was implemented, we should be able to change the background color of the text field. But I'd have to look more into this. Unfortunately I'm currently quite busy. |
@GilgusMaximus i noticed i put multiple problems into this one issue. Do u think its better to split them up in separate issues.
|
Good idea. I'd change this issue to 'Title not visible on white background videos' and open a new one for the long video titles. Thanks for checking the old issues for multiple requests, appreciate it :) |
I also checked what the max character length is of a YT vid and it is 100(including spaces), i searched a vid with max characters and this is what i got.
Now that we know that this is the max length of characters, i think it is better to resize the font to fit all the characters so this wont happen again.
This is the link to that vid:
https://youtu.be/YkL3P0p_wMk
There are also people that abuse Unicode characters in video titles like this one 𒐫 (this is one character) and paste it 100times. YT just cuts the spam of characters off in full screen and replaces it with ... if it gets too long. We also need that in place.
Edit: After some investigation i found out that the widest character on a standard keyboard is the '@'.
Now u can paste 100 characters next to each other to see how much u need to resize the font. I hope the font doesnt get too small.
Optional: Find out what characters are the widest in foreign languages such as Mandarin, Arabic, Hindi and compare them to the widest character of a standard keyboard.
If the character of a foreign language is wider then the widest character of a standard keyboard.
Resize the font.
2nd Optional: Do the first option but then with emoji's.
The text was updated successfully, but these errors were encountered: