I know we import videos from a directory like the example /videos/Home Movies/
and /videos/Peter Gabriel Videos/
.
I would like the whole directory tree displayed/accessed as-is on the client. It could be a hybrid of the TV Shows behavior + current.
For example /videos/Home Movies/Jack/2022/
-- there'd be a Home Movies
and once that's selected there'd be a Jack
folder -- once selected there'd be a 2022
folder -- and then once that's selected it could show all the videos.
I see nested videos inside subdirectores are already imported- yay!
but right now, the structure is sort-of flattened -- each subdirectory with videos in it are placed in the root of the tree.
i.e., a directory tree like:
/Videos/Home Movies/
Jill/
2022/video3.mp4
2022/video4.mp4
2023/
04/video1.mp4
04/video2.mp4
Jack/
video5.mp4
video6.mp4
2022/
video7.mp4
video8.mp4
is displayed as:
/04
video1
video2
/2022
video3
video4
video7
video8
/Jack
video5
video6