Xml and scanner fixes (#7)

* flush xml, use utf8

* scan ts files

* use links instead of icons for m3u, xmltv, api
This commit is contained in:
Jason Dove
2021-02-11 15:35:32 +00:00
committed by GitHub
parent 5a29fc1cbb
commit ebff29d6cd
3 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ namespace ErsatzTV.Core.Metadata
var knownExtensions = new List<string>
{
".mpg", ".mp2", ".mpeg", ".mpe", ".mpv", ".ogg", ".mp4", ".m4p", ".m4v",
".avi", ".wmv", ".mov", ".mkv"
".avi", ".wmv", ".mov", ".mkv", ".ts"
};
var allFiles = Directory.GetFiles(localMediaSource.Folder, "*", SearchOption.AllDirectories)