Open whyboris opened 1 year ago
I will take this up. Can you help me set up in my local?
Hey @K-Vishwak - please see basic instructions here: Readme
Basically you need Node installed (comes with npm) and then after you clone this repository to your local machine, just npm install --legacy-peer-deps
and then npm start
Let me know if you have trouble 🤝
Thanks for the input. I am able to run in my local.
Now want to understand what to implement.
Where to add this preview image based on the checkbox?
Sorry missed this response with a question 😓
The default screenshot for every video is currently generated with FFmpeg and is placed inside thumbnails
folder. There is already functionality that lets users drag & drop an image over a video in VHA and make it the default thumbnail for the video (replacing the one previously generated).
The issue / improvement proposed here is to instead use the cover.jpg
from the folder instead of extracting the screenshot from the video.
Since we can re-use the function that handles inserting image from drag & drop, this feature might not be too annoying to implement.
🤔 may be easy - but will require a check-box during the creation of the hub, which is easy to do but perhaps hard to communicate its behavior 🤔
If check-box checked during creation of hub, pull in
cover.jpg
orcover.png
automatically, or if the folder has only one video file and only one image file inside it (😓 may be annoying to check - what if there is some.txt
in there as well) 🤷♂️Not an important feature, but might be worth trying 🤷