-
Notifications
You must be signed in to change notification settings - Fork 329
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
Option to use the phone's brightness #812
Comments
This could be an easy feature, for someone - you would need to modify YouTubePlayerV2Fragment.VideoBrightness constructor, to avoid setting the brightness at startup, somewhere around here: https://github.com/ram-on/SkyTube/blob/d99768d2766ff81e8dc4ff1ca9d28cfd84754ffe/app/src/main/java/free/rm/skytube/gui/fragments/YouTubePlayerV2Fragment.java#L984 |
Not messing with brightness in the app at all would solve the issue I was having too, reported here: |
If you followed this advice with the audio as well, that app should respect the media volume of the phone, not implement it's own separate audio volume rules, it would also solve this issue I reported: #931 |
Adjusting the brightness, and the volume easily from the playback is an important feature. But if you have better ideas, please send patches |
...yeah..., both gestures (features) are nice to have, they are just implemented badly, NewPipe handles them better, also BSPlayer has options in its preferences to respect them or not, so something similar can be used here too - maybe... |
Ifrankel, myself, and now even drogga have all given you better ideas. You want us to write the code for you also? |
No, I don't want to write code for me. I suggested you to write code for yourself. I'm already wrote lot's of code for you 😉 |
You didn't write any code for me, as I am unable to use your app due to the bugs I've already reported, most importantly the hard lockup. I still need to use NewPipe Legacy or IceCatMobile for my YouTubing. ;) |
Couple of mistakes:
|
1: I never even tried to use this app before yesterday. So, again, you didn't write any code for me. |
Ok, so you opened 3 2-liner bugs even before you tried the app, and now you even insulted the people in #881, who actually put effort to improve the app. So please chill down, and start sending patches, if you know, how to write good quality code. |
As well, I am not his enemy, but he is being disrespectful and treating me as such, because I reported bugs in this app, which apparently and according to him, is not even his. If you are going to contribute code to an open source project and have it public on github, then be tough enough to receive constructive criticism and feedback. You don't have to agree with it, but you also don't have to turn into a crying child about it either. |
Pardon me, where were I disrespectful to you? The only interaction I had with you, is when I pointed out, that if - instead of filling the bug report template - you only wrote one line of pretty generic problem, that it's impossible to know, what was happened, and how. Or if it's already fixed, whatever. |
@gzsombor I've commented on 2 PRs (1 Open & 1 Closed), so please at least react with a emoji if \ when you read them (in case \ when you don't want to reply for some reason), so I'll at least know that you saw them... ;) |
@drogga : I could only found 1 recent comment of you, which I haven't reacted. |
Oh, it seems that search a comment by username \ nickname in Pull Requests doesn't actually works. @github - Please fix it. I meant those 2: ["Dark theme" - {Open}] #880 ...you probably didn't even got a 'mention' notification... |
While playing, SkyTube seems to always want to set the brightness to its own special internal value, that can be made brighter or darker with a swipe.
For me, this is a major pain in the backside. I just want the screen to stay whatever brightness the phone already had it as.
I use https://twilight.urbandroid.org/ to make the screen darker after sundown. Then I open up a video in SkyTube and it blasts my eyeballs out, and I have to lower the brightness manually. Then the next day, if I want to watch something on SkyTube I have to raise it back up because now it's way too dark.
Besides the fact that my phone already has as a brightness slider.
Can we please have an option to just not mess with the brightness at all? Please?
The text was updated successfully, but these errors were encountered: