You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I really miss the number of files in a Movies directory/folder.
Currently shows:
media / usb / movie [ 24 movies ] / ↳ Subdirectories (dropdown menu)
.Trash
TV show1 directory
TV show2 directory
TV show3 directory
Describe the solution you'd like
Feature request to show:
media / usb / movie [ 24 movies ] / ↳ Subdirectories (dropdown menu)
.Trash [ 12 movies ]
TV show1 directory [ 18 movies ]
TV show2 directory [ 0 movies ]
TV show3 directory [ 3 movies ]
Note the number of files in subdirectory/subfolder shown in parentheses.
This should be an easy fix.
The text was updated successfully, but these errors were encountered:
No .. that's not easy because the files inside of a subfolder will be read if you select the folder and not before.
Scanning of all subfolder will take a lot of time depending on the content.
This will be a massive performance problem especially if you have NAS.
Well, you are right, it may affect performance in some situations.
It may not as easy as I imagined.
But it can be handled in separate ways.
Likely there will be no performance problems with external SATA disks attached on USB port until a few hundreds of files per directory.
It is possible to cache subdir numbers, display cached numbers, refresh rarely.
It may really mean performance problem for network attached devices (NAS).
But network devices can be detected, so subdir counting can be disabled for networking devices.
There are several possible ways for solution:
New option in Settings:
Subdirectory movie counting for external : [ X ] Yes (default) [ ] No
New option in Settings:
Subdirectory movie counting for network drives: [ ] Yes [ X ] No (default)
New option in Settings:
Subdirectory movie counting (cache movie count): [ X ] Yes (default) [ ] No
New option in Settings:
Subdirectory movie counting - (display [ # ] character above [ 500 ] ) movies: [ X ] Yes (default) [ ] No
Implementing these options, performance problems could be handled.
Is your feature request related to a problem? Please describe.
I really miss the number of files in a Movies directory/folder.
Currently shows:
media / usb / movie [ 24 movies ] / ↳ Subdirectories (dropdown menu)
.Trash
TV show1 directory
TV show2 directory
TV show3 directory
Describe the solution you'd like
Feature request to show:
media / usb / movie [ 24 movies ] / ↳ Subdirectories (dropdown menu)
.Trash [ 12 movies ]
TV show1 directory [ 18 movies ]
TV show2 directory [ 0 movies ]
TV show3 directory [ 3 movies ]
Note the number of files in subdirectory/subfolder shown in parentheses.
This should be an easy fix.
The text was updated successfully, but these errors were encountered: