Commit Graph

4 Commits (4d6716ed0b02265dcbdec8098c9fa06cf340229b)

Author SHA1 Message Date
Eugen Rochko 5b7a93b02c
Fix videos on public pages not using custom thumbnails ()
Eugen Rochko 99f3a55540
Add color extraction for audio thumbnails ()
Eugen Rochko 662a49dc3f
Fix various issues around OpenGraph representation of media ()
- Fix audio attachments not being represented in OpenGraph tags
- Fix audio being represented as "1 image" in OpenGraph descriptions
- Fix video metadata being overwritten by paperclip-av-transcoder
- Fix embedded player not using Mastodon's UI
- Fix audio/video progress bars not moving smoothly
- Fix audio/video buffered bars not displaying correctly
Eugen Rochko 9dbae6e8a1
Save video metadata and improve video OpenGraph tags ()
* Save metadata from video attachments, put correct dimensions into OG tags

* Add twitter:player for videos

* Fix code style and test