-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
drop soundmanager2 and bar-ui for HTML5 audio #481
Comments
@r4sas |
Didn't checked for updates. When I checked in 8 hours after release, it wasn't available on NC. Will do againg later today. |
Works for me, but current progress bar is not usable with high resolution, huge dot like in previous variant is needed. |
Ok. Thank you! What happens with the bar in your case? Too small? I read something about resolution scaling - but I have only HD The others: ok. Little finetuning. Will take care Happy that it works in general. |
555f9b8#diff-783b03491a86df59900aedf1a46bce10R175-R183 |
Something like this:
|
Ah, also volume control is not visible and not works. |
thank you for the pull requests. they look good. I like the idea with the rounded cover! yes, volume control did not make it into the release. will have a look. |
Sometimes it useful if didn't want mess with system volume levels when few applications with sound output works at same time (example: voice conference and music). |
One more bug: track info is not updating in |
got it. the currentTrackIndexUiChange() is only triggered when clicking on a title - not when the playback changes. will fix it |
fyi: the player gets confused when the playlist is sorted. I am working on this |
#481 add JS-docu; reset start position when next/prev; remove obsolete tooltip coding; repair sorting of playlist; various code cleanups
Hi, |
@r4sas hey, do you have the chance to test the current status? I think it should be complete now |
I'll check it later today. |
Make something like temporary variable where you will store latest update second on call, if it != current, update, otherwise ignore call.
I'm testing in chromium, about styling I mean that this is flat button, when other buttons ans NC using rounded dots, etc. See for |
Hm, I found that my browser messing with styles, investigating now... add: add2:
Testing on 78.0.3904.97. add3: input[type=range].volume-slider {
-webkit-appearance: none;
}
input[type=range].volume-slider::-webkit-slider-runnable-track {
width: 100%;
height: 8px;
cursor: pointer;
background: var(--color-background-dark);
border-radius: var(--border-radius);
}
input[type=range].volume-slider::-webkit-slider-thumb {
border: 1px solid var(--color-border-dark);
height: 14px;
width: 14px;
border-radius: 7px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -3px;
} |
Line 792 in 67adb14
Extra space before ) .
|
Good example for all browsers: https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ |
oh wow. going out for dinner; coming back; and seeing all this stuff!? |
Yes, it must be like this, but I dont seen how remove transparancy when not hovered. |
See #488, that was fixed here. Also try drop cache in your browser if you already applied it. |
ah, now. I merged the pull via my phpStorm. |
what do you think? |
Is |
hello, |
With #489 I'm ending row of changes. I think we can do that 2.11.1. |
thank you. I also added you as contributor to the readme and authors.md |
No problems. |
Yup, that's what I mention in #490 |
so I will push a .2 quickly |
ohh... That's strange... Let me check. |
the old and unmaintained soundmanager2 + bar-ui libraries will be removed.
Standard HTML5 will be used
The text was updated successfully, but these errors were encountered: