support more local season folder names (#1191)

This commit is contained in:
Jason Dove
2023-03-02 20:13:34 -06:00
committed by GitHub
parent 074816be50
commit b032e70d7e
5 changed files with 55 additions and 17 deletions
@@ -4,6 +4,7 @@ namespace ErsatzTV.Core.Interfaces.Metadata;
public interface IFallbackMetadataProvider
{
Option<int> GetSeasonNumberForFolder(string folder);
ShowMetadata GetFallbackMetadataForShow(string showFolder);
ArtistMetadata GetFallbackMetadataForArtist(string artistFolder);
List<EpisodeMetadata> GetFallbackMetadata(Episode episode);