IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.05k stars 57 forks source link

[BUG] Videos open but cannot be played through file manager #348

Closed Cwpute closed 4 months ago

Cwpute commented 4 months ago

Describe the bug You can open videos from the file manager but they aren't played: instead you're only left with a single frame from the video, shown as a picture. Opening the same video from gallery app itself makes it work as expected.

To Reproduce Steps to reproduce the behavior:

  1. Go to your file manager (i'm using LittleFileExplorer)
  2. Open any video
  3. See how the Gallery seemingly interprets it as an image

As opened through the Gallery: Screenshot_20240224-155434

As opened through the file manager: Screenshot_20240224-155403

Expected behavior Gallery should recognize it as a video and provide the corresponding to control its playstate.

Smartphone (please complete the following information):

Additional context: Might be linked to previously resolved #340

IacobIonut01 commented 4 months ago

Fixed in #340