How to Improve Scraping Success Rate
Scraping quality depends strongly on folder naming.
1. Recommended Naming Rule
Use dot-separated naming:
BookTitle.Narration[Reader].OtherInfo
The scraper usually extracts content before the first dot as the title key.
Tip: Smart Series Recognition and Title Protection
- Series Recognition: The system will intelligently detect series tags (e.g., "Season 1", "Part 2") in the directory name or book title. If a tag is detected, the system prioritizes extracting the series name from where the tag is found and automatically groups it into the corresponding series.
- Title Protection: The chapter parsing algorithm has been fully upgraded. When a chapter title prefix contains semantic information (e.g.,
Multi-Voice Drama "BookTitle" Theme Music) without obvious meaningless separators, the system preserves the entire title to avoid missing information due to incorrect cropping.
2. Local Metadata Files (High Priority)
Place these files in each book folder when possible:
cover.jpg/cover.pngdesc.txtreader.txtauthor.txt
3. Avoid Noise
Avoid ads and unrelated tags in folder names.
