mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 12:09:31 -06:00
tweaking tv show lookup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user