-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some videos listed in 'Folder-view' but missing in 'Show all folders content' #399
Comments
I can reproduce this on a Samsung, Xiaomi and a Vivo phone but not on some other devices. File location doesn't seem to make a difference. |
I can't reproduce it on OnePlus 9 Pro (Android 14) and Xiaomi Redmi 7A (Android 10). |
However, meanwhile I found the video file in 'Show all folders content' view: Listed at an earlier date: 01/26/2025 But this earlier date makes no sense since file 'creation time' and 'modification time' are: Su, 02 February 2025 21:58:12 |
If you're sorting by
You can just sort by modification date. |
As always I sort by modification date (not by date taken). It seems that sorting by modification date uses meta data, not file properties as expected. |
Please allow one question at this place and this context: What happens if I delete exif data, how will your app sort by 'last modified' then? |
It will use the new "last modified" value returned by
To properly clear the cache, you'll have to do something like this:
|
Just a suggestion (does not necessarily require a answer): Avoid (sorting) operations after content is displayed. I posted this issue because I was irritated, for a good reason: I have seen the video thumbnail several times being displayed in the "Today" listing for about a second, then it magically disappeared because your algorithm moved it to another date. I think users should never see any kind of 'live sorting'. Nevertheless, many thanks for all your coding work ! |
Reopening because this glitch should be fixed. |
@seniordevel What do you have set in |
I see the issue now. The confusion is about grouping vs sorting. It works fine once I choose last modified in group by dialog as well as sort by dialog. The "glitch" should be fixed, the group by and sort by features could be more user friendly. |
Yes this fixes the 'issue'. Works as expected now. @Aga-C |
Checklist
Affected app version
1.2.1
Affected Android/Custom ROM version
Android 11
Affected device model
Gigaset GS4
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
It is one of my example video files to demonstrate the bug (see note at the bottom)
Result:
Either this video video is not shown at all -OR- this video is shown for ~1 second and then vanishes magically.
Note:
The mentioned video was originally downloaded from TikTok using the following internet service:
ssstik.io. It just shows different monkeys and their natural voices. You do not need to worry about this video content.
Expected behavior
Videos listed in 'Folder view' should be listed in 'Show all folders content' too.
Actual behavior
Some videos listed in 'Folder view' but not in 'Show all folders content' view.
Screenshots/Screen recordings
No response
Additional information
This issue might be related to 'Thumbnails for vp9.mp4 wont render' #226
But I see some differences.
What I tried to fix the issue:
Result: Issue persists
Additionally I checked the file type with TRID file analyzer:
50.0% (.MOV/QT) QuickTime Movie (ISO) (3012/3) 33.3% (.MP4) ISO base media container (2004/2) 16.6% (.ABR) Adobe PhotoShop Brush (1002/3)
The text was updated successfully, but these errors were encountered: