You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be better if the APIs of the respective videos are used to ensure that the thumbnails returned are always correct, but I worry this might increase page load time if these methods are relied on synchronously.
Perhaps an even better idea would be to use the APIs when the video is added in Umbraco so all of the extra metadata can be retrieved and saved to the node.
The text was updated successfully, but these errors were encountered:
Once I get the search feature tested and released, I'm planning on grabbing a lot more meta info at the time that its added which I will store in the property value and create methods to pull them out.
It might be nice to include methods on the video which allow us to get video metadata such as video thumbnails.
Here is a fairly crude method which I'm using on my project:
It may be better if the APIs of the respective videos are used to ensure that the thumbnails returned are always correct, but I worry this might increase page load time if these methods are relied on synchronously.
Perhaps an even better idea would be to use the APIs when the video is added in Umbraco so all of the extra metadata can be retrieved and saved to the node.
The text was updated successfully, but these errors were encountered: