Implemented the ability to read format tag and force special status. (#1284)
This commit is contained in:
parent
a0e1ba8d67
commit
1a128a3af4
4 changed files with 29 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class DefaultParser
|
|||
if (ret.Chapters == Parser.DefaultChapter && ret.Volumes == Parser.DefaultVolume && !string.IsNullOrEmpty(isSpecial))
|
||||
{
|
||||
ret.IsSpecial = true;
|
||||
ParseFromFallbackFolders(filePath, rootPath, type, ref ret);
|
||||
ParseFromFallbackFolders(filePath, rootPath, type, ref ret); // NOTE: This can cause some complications, we should try to be a bit less aggressive to fallback to folder
|
||||
}
|
||||
|
||||
// If we are a special with marker, we need to ensure we use the correct series name. we can do this by falling back to Folder name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue