GithubHelp home page GithubHelp logo

Plex Web 3.17.2 break PiP about piptool HOT 9 OPEN

bfmatei avatar bfmatei commented on May 18, 2024 13
Plex Web 3.17.2 break PiP

from piptool.

Comments (9)

acutedeveloper avatar acutedeveloper commented on May 18, 2024

Just wanted to second loss of this valued feature.

from piptool.

spencerhughes avatar spencerhughes commented on May 18, 2024

Yes I also miss this.

from piptool.

ersan avatar ersan commented on May 18, 2024

Wanted to use PiP today, went to install PiPTool again, and noticed Plex/Web doesn't work any more. I miss it too.

from piptool.

eytanschulman avatar eytanschulman commented on May 18, 2024

Same for me — Was sad that it worked so well and now it's broken :/

from piptool.

TroyEdmison402 avatar TroyEdmison402 commented on May 18, 2024

Small work around for the time being is to drag the video element up to the top of the body in the dev elements console, then delete everything else below, then click the PiP extension and click the video.

screen shot 2018-01-24 at 12 26 24 pm

from piptool.

spencerhughes avatar spencerhughes commented on May 18, 2024

Is the class for the video player 'VideoContainer-videoElement-1EaMR' for everyone else? I see that's what it is in the screenshot there and that's what it's called for me. I'm trying to patch the plex support but I'm not super experienced with node.js or working with Plex.

from piptool.

acutedeveloper avatar acutedeveloper commented on May 18, 2024

I can confirm the class "VideoContainer-videoElement-1EaMR" also. I used the inspector to move the video tag and it worked. Hopefully that'll help you target it.

from piptool.

TroyEdmison402 avatar TroyEdmison402 commented on May 18, 2024

I'm not confident that the "1EaMR" portion of that class will remain after any subsequent deploys by Plex to the web app, even if the code is unchanged for that specific node so the fix might be fairly brittle. If there's any way to be slightly more generic, I'd give that a try first.

from piptool.

Mechazawa avatar Mechazawa commented on May 18, 2024

You could just look for the first video element

document.getElementsByTagName('video')[0].webkitSetPresentationMode("picture-in-picture")

from piptool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.