Add support for videos
Closes #53 (closed) and BUG: 463369 BUG: 463903
Tasks
-
Add support for videos on the timeline -
Add support for videos in the fullscreen image viewer -
Add bug tag information to the commits -
Add option for playing GIFs automatically on the timeline -
Disable fullscreen viewer controls for rotation (see: https://doc.qt.io/qt-5/qml-qtmultimedia-videooutput.html#details, video rotation is broken) -
Remove some of the duplication because video and images share a lot in common. I separated some of it into MediaContainer but I'm not happy about how many properties it takes.
Edited by Joshua Goins