Recursive bulk-add/bulk-search

Open
#691 8 comments 9 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
backend, search

Research direction

Reproduce the issue with a folder containing one movie subfolder and inspect the bulk-add and bulk-search entry points. Trace how files are discovered from the selected folder, then verify that nested movie files are found and processed while top-level files still work.

Written by the indexing model from the issue text.

Description

Enhancement Priority: High
Issue description

My movies are stored in a single folder, with a sub folder for each movie like this:
/mnt/.../movies/MovieName.1080p.bla-bla/MovieName.1080p.bla-bla.mp4
When i add the moves folder in buld-add /mnt/.../movies/, it searches only the top folder, and not recursive into the folders.

Steps to Reproduce
  1. Bulk-add a folder, with sub folders containing movie
  2. Nothing happens.
Expected Behaviour

I was expecting it to search all sub folders recursively

Actual Behaviour

Searches the top folder, and ignores content of sub folders

Environment Information
  • Operating System: Arch Linux
  • Streama version: v1.6.0-RC9
Dominant language
JavaScript
Stars
9.8k
Forks
978
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from streamaserver/streama

All issues in streamaserver/streama

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.