Add a setting to avoid showing video thumbnails
1 unresolved thread
1 unresolved thread
Description
A setting has been added to avoid showing the video thumbnails in lists
Motivation and Context
Thumbnails can be spoilers / privacy issues
How Has This Been Tested?
Emulator API 28
Screenshots / GIFs (if appropriate)
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Enhancement (non-breaking change which cleans up / improves existing functionality) -
Breaking change (fix or feature that would cause existing functionality to change)
Checklist
-
I have read the CONTRIBUTING section of the README document.
Resolves
Fixes: #852 (closed)
Edited by Nicolas Pomepuy
Merge request reports
Activity
Filter activity
added 1 commit
- 2aa60c1b - Add a setting to avoid showing video thumbnails
changed milestone to %3.1.x
added 102 commits
-
2aa60c1b...cb726518 - 101 commits from branch
videolan:master
- 2400216f - Add a setting to avoid showing video thumbnails
-
2aa60c1b...cb726518 - 101 commits from branch
47 48 if (item.itemType == MediaLibraryItem.TYPE_GENRE && !isForTV(binding)) { 48 49 return 49 50 } 51 if (item is MediaWrapper && item.type == MediaWrapper.TYPE_VIDEO && !Settings.getInstance(v.context).getBoolean("show_video_thumbnails", true)) { changed this line in version 4 of the diff
added 82 commits
-
2400216f...870ec8ae - 80 commits from branch
videolan:master
- d5faa08f - Add a setting to avoid showing video thumbnails
- 1e2d0ed2 - Set video thumbnail preference in cache
-
2400216f...870ec8ae - 80 commits from branch
added 4 commits
-
1e2d0ed2...096b563c - 2 commits from branch
videolan:master
- c9942e0f - Add a setting to avoid showing video thumbnails
- 83e2cb3f - Set video thumbnail preference in cache
-
1e2d0ed2...096b563c - 2 commits from branch