Folder browsing should only include folders including files of the specific type

Issue #384 on hold
Petr Nejedly repo owner created an issue

Comments (1)

  1. Petr Nejedly reporter
    • removed version
    • changed status to on hold

    this looks quite difficult and would slow down browsing as we have to recursively go down the hierarchy to find out media file type in subfolders, eg

    F -> F1 (no files)-> F2 (no files) -> F3 (includes audio files) would have to check if F1, F2 or F3 includes any audio files when retrieving children of F

  2. Log in to comment