add unavailable media state for plex media (#754)

* rework plex movie library scanner; add unavailable media item state

* plex television scanner improvements

* reset plex etags as needed

* update changelog
This commit is contained in:
Jason Dove
2022-04-23 22:19:10 -05:00
committed by GitHub
parent 39c05a24d8
commit 89a2ac9455
45 changed files with 5378 additions and 536 deletions
@@ -4,6 +4,6 @@ namespace ErsatzTV.Core.Interfaces.Emby;
public interface IEmbyPathReplacementService
{
Task<string> GetReplacementEmbyPath(int libraryPathId, string path);
Task<string> GetReplacementEmbyPath(int libraryPathId, string path, bool log = true);
string GetReplacementEmbyPath(List<EmbyPathReplacement> pathReplacements, string path, bool log = true);
}