2024-02-09, 03:53 PM
I see. Thank you for the reply.
How about a proposed change to the scraper. Any directories in square brackets are not directly scraped, but instead the scraper recognizes that as a directory "group" and then proceeds to process all directories below it. Effectively, the [dirs] are ignored by the scraper and it just moves down a level to continue its activities.
So in my use case the top-level directories would be [A], [B], [C], etc. But they could also be [anything else you want], [etc], and then shows live directly under those dirs.
If you went recursive you could even have nested group directories.
Time permitting, I might be able to take a stab at this if you're amenable. I'm a dev with 20 years experience.
How about a proposed change to the scraper. Any directories in square brackets are not directly scraped, but instead the scraper recognizes that as a directory "group" and then proceeds to process all directories below it. Effectively, the [dirs] are ignored by the scraper and it just moves down a level to continue its activities.
So in my use case the top-level directories would be [A], [B], [C], etc. But they could also be [anything else you want], [etc], and then shows live directly under those dirs.
If you went recursive you could even have nested group directories.
Time permitting, I might be able to take a stab at this if you're amenable. I'm a dev with 20 years experience.