exwm / yt_clipper

Mark up YouTube videos and quickly generate clipped webms.
https://openuserjs.org/scripts/elwm/yt_clipper
MIT License
50 stars 12 forks source link

server mode #4

Open exwm opened 5 years ago

exwm commented 5 years ago

Please describe the need for the feature: When marking up a video, I find it a hassle to have to manually save the markers json data to an appropriate folder and drag and drop the file onto the clipper script .bat files. I want to avoid manual work beyond marking up the video as much as possible.

Please describe the feature and its ideal implementation:

Please describe any alternatives you have tried or considered: It is possible to copy the markers json data and set up a clipboard listener for automatic processing. However, this requires a more robust implementation that can be distributed so the work does not have to be repeated. And still, this is less efficient and does not provide a queuing mechanism.