>>106501369
You inspired me to consider adding file:/// support to my browser multi video viewer.
I added it to have multiple videos open at once, usually just to essentially preload stuff, or watch various webcam streams.
I might actually have to add a watch list drop target at some point, that'd be quite handy.
I currently just use my own discord servers video dump channel for that for links across Youtube and Twitch.
One day I will add other sites, if I care enough (Probably not. Kick? Kick who?)
But having file support could be nice I think.
At the worst, a least a file protocol handler via tampermonkey for other projects I work on, blob it up and package it for iframes / video / audio.
I'd need to make / use a custom player though because browsers don't even remotely support most media, naturally.
Once I made the multiviewer I've not really been tempted to fix weird niggling issues that annoy me because "it just werks" so I stuck with it.
I only fixed the major annoyances like being unable to drag video panels over video players because of that weird focus bullshit that happens with video panels and the mouse, I added an invisible panel over every video player when any dragging event is detected, ez fix.
Maybe if I tidy it up I will make a thread for it for others to use.