ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Missing extra metadata overlays for videos #146

Closed kirillt closed 2 years ago

kirillt commented 2 years ago

Here are missing extra information overlays on the screenshot (not all videos are labeled with duration): bug

Brief debugging showed that this is caused by lacking meta.extra field in ExtraLoader.kt:

if (meta.extra == null) return
kirillt commented 2 years ago

Duration overlays look to be fixed, but some of videos miss resolution overlays. 1__ 2__