I'm trying to process a folder inside the watch directory that contains a large number of videos (e.g., 40+ video files) all within a single directory, not separated into their own subdirectories. Is this currently supported? If so, could you please explain how to configure this? I haven't been able to get it working at all. Any guidance or clarification would be greatly appreciated! for example like this
Watcher/ ← watch_dir (configured in namer.cfg)
├── Movies/ ← Movies Pack directory
├── 2012/ ← Subdirectory
│ ├── video1.mp4
│ ├── video2.mp4
│ └── ... (20+ videos)
└── 2013/ ← Subdirectory
├── video1.mp4
├── video2.mp4
└── ... (20+ videos)