limit disk use and keep cover art aspect ratio (#502)
* use temp file pool to limit disk use * keep aspect ratio and crop when scaling cover art for blurred background * fix typo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using ErsatzTV.Core.FFmpeg;
|
||||
|
||||
namespace ErsatzTV.Core.Interfaces.FFmpeg
|
||||
{
|
||||
public interface ITempFilePool
|
||||
{
|
||||
string GetNextTempFile(TempFileCategory category);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user