Ability to add videos with a button #819
Replies: 5 comments 3 replies
-
I second this. Current embed implementation is not really documented (Only found information on Discord) |
Beta Was this translation helpful? Give feedback.
-
I really like option 2. I think I'm up for writing the code for this, but someone else would probably be able to get to it before me. I do have a few questions
Once we figure out how to embed the video in a flexible way, it should be fairly easy to implement. Save the URL in the database and pass it along on the frontend. I do want to be clear that Mealie won't ever support hosting your own videos through Mealie, only embedding external links since it's such a huge surface area to cover. |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing this capability. I was copying recipes to Mealie, but some of them are in form of a video. Short instruction, so that others can reproduce: Step 2: save the recipe, and copy the link to the file: Step 3: go into Edit of recipe, paste following code in Description area. Replace the src attribute with the link you copied: If you do not want that video starts automatically playing, then remove autoplay attribute. Of course someone will say that Mealie is not designed for this :-), but I am Ok to store 100MB files in SQLite database, and really need this capability. So I am very glad that I found this discussion. Thanks! |
Beta Was this translation helpful? Give feedback.
-
related #1474 |
Beta Was this translation helpful? Give feedback.
-
Multiple options are discussed here, as well as general HTML support (iframes, tables, headers, etc.) so I'm going to close this one |
Beta Was this translation helpful? Give feedback.
-
Before submitting this feature request I have
Please Describe The Problem To Be Solved
Most of the recipes I cook are from Youtube. Sometimes it is nice to see the exact steps. Videos can also include helpful cooking tips.
I noticed that there isn't an easy way to add videos to recipes.
While I am aware of the embedded iframe solution, I wouldn't say it is user friendly in current state.
Suggestion:
Optional: After fetching the URL, a prompt will be shown if Youtube thumbnail should be used as a recipe thumbnail.
Mockup:
First suggestion:
Mockup:
Second suggestion:
Mockup:
Comparision:
In my opinon, the first solution is easier to implement as the button will open a new tab of the video.
Multiple providers can be supported easily
Second solution offers more user friendly solution.
While watching the video in iframe, I can mark the items I have prepared/steps I have done without jumping to another tab.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions