huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
233 stars 80 forks source link

Media fields improvements #6141

Open Zasa-san opened 1 year ago

Zasa-san commented 1 year ago

Additional context Split from #6105

We have a new player that can render a thumbnail and helps avoid videos being loaded before the user plays them. This is only for cards for now, and it solves an issue were several files would be downloaded to load the cards in the library, creating slowdowns and a large consumption of network resources.

For the sidepanel and entity view media fields will still automatically request media files, even if the user is not interacting with them. There are a few problems with this flow, and media fields in general:

Describe the solution you'd like

Zasa-san commented 6 months ago

related -> https://github.com/huridocs/uwazi/issues/4002