-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
playerPlaybackSpeed patch #1729
Conversation
fixing playerPlaybackSpeed - music detection works again - clicking "(Force playback speed even for music?)" triggers immediate change - no longer setting setInterval without any reason on every page load
removed unused parameter
as I mentioned in f6d277b#commitcomment-123855032 I fixed music detection, it wasnt doing anything before.
Without it it becomes just:
I did some very limited testing, for example works on those three video correctly detecting them as "music". |
unused props
thanks! (not sure what we could miss here if anything, besides I remember people saying the feature shouldn't undo when manually settting another speed in youtube's player)
👍 (- or we can first improve the
( not required / no difference ) The following lines can stay as is (just adding your
#1636
youtube/js&css/web-accessible/init.js Line 73 in 7f8b0c5
|
Do you know the answer to my questions 1? ad question 3
doesnt explain why it triggers when you load Answering my own question 2: I see those two arent doing same thing
Can you save preferred playback speed in stock YT player? Afaik you have to set it every time manually, and that just works. If you mean something else please explain.
btw whats the deal with both listings having same name? |
hi @raszpl 👍 Q1yes, waiting for can come after
yes, so this can only be a complement. combined with commonSongDuration: 1:45-7m music is:
very likely:
most likely: (only the following cases can overide/outbid the
so it seems &index=35 makes a difference to yt-navigate-finish. Maybe our code is redundant/outdated, yet youtube's behavior with Playlist's is interesting #1544
Webstore isn't flexible there (can't undo mistakes immediately). Once submitted we got to wait for the review cycle twice (mostly just hours but used to take longer when we submitted twice just to correct a typo.) |
added most said above(, whishing🤭 not to delay other work you possibly do at the project's core @raszpl )
youtube/js&css/web-accessible/www.youtube.com/player.js Lines 78 to 125 in 763ccd0
also,
this great info can be documentation. |
player.js
fixing playerPlaybackSpeed
Update functions.js