tweaking tv show lookup

This commit is contained in:
John Andrews
2023-08-27 11:42:09 +12:00
parent 7de0d430c6
commit 41651f4fe3

View File

@@ -78,8 +78,9 @@ public class TVShowLookup : Node
}
else
{
lookupName = GetTVShowInfo(fileInfo.Name.Substring(0, fileInfo.Name.LastIndexOf(fileInfo.Extension))).ShowName;
lookupName = fileInfo.Name.Substring(0, fileInfo.Name.LastIndexOf(fileInfo.Extension));
}
lookupName = GetTVShowInfo(lookupName).ShowName;
lookupName = lookupName.Replace(".", " ").Replace("_", " ");
// look for year