## Development ### Requirements - [.NET 5.0](https://dotnet.microsoft.com/download) - [ffmpeg and ffprobe](https://ffmpeg.org/download.html) ### Run server ```shell cd ErsatzTV dotnet run ``` ### Run tests ```shell dotnet test ``` ### Cleanup code ```shell ./scripts/cleanup-code.sh ```