Nicholas Parkanyi

Results 11 comments of Nicholas Parkanyi

With this: ``` --- a/src/style/adwaitastyle.cpp +++ b/src/style/adwaitastyle.cpp @@ -4932,7 +4932,7 @@ bool Style::drawMenuBarItemControl(const QStyleOption *option, QPainter *painter if (useStrongFocus && sunken) { StyleOptions styleOptions(painter, QRect(rect.left(), rect.bottom() - 2, rect.width(), 3));...

The VMR and EVR output settings already take effect immediately, same with the subtitle settings, so in a sense it's already a bit inconsistent. To me, it seems a bit...

I wonder what would be a media stream that breaks this behaviour? As this is implemented, if the media has no duration, it simply "restarts" playback from the beginning, but...

@vBm That video works for me. Try running "youtube-dl -g -f best https://youtu.be/L3dtIyt6U1E" on command line and open the https stream it gives you in mpc-hc. If that works, I'm...

@vBm Do all youtube videos fail? In any case, the current approach will never work since when printing Unicode to stdout, it seems Windows garbles it in a locale-dependent way...

Here's an implementation which reads the JSON output from youtube-dl with rapidjson (very similar to how mpv does it). This also now works with non-youtube sites. It passes any http...

@vBm oops, that's not surprising, I forgot to commit the updated project file.

@Skibicki It does now.

I haven't tested an 4K videos, but YouTube also uses separate audio and video streams for 1080p content, which are handled here.

Yes I plan to implement setting maximum quality. Audio stream should work too, though afaik only Youtube actually separates audio and video streams (vidme did too, RIP). I'll look into...