@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Clean channel guide cache on startup (delete channels that no longer exist)
- Fix Emby movie libraries so local file access is not required
- Fix adding alternate schedule
- Fix parsing show title from NFO file that also contains season information
### Changed
- Optimize transcoding session to only work ahead (at max speed) for 3 minutes before throttling to realtime
@ -38,7 +38,7 @@ public class FakeTelevisionRepository : ITelevisionRepository
@@ -38,7 +38,7 @@ public class FakeTelevisionRepository : ITelevisionRepository
@ -228,7 +228,7 @@ public class TelevisionRepository : ITelevisionRepository
@@ -228,7 +228,7 @@ public class TelevisionRepository : ITelevisionRepository
@ -238,6 +238,25 @@ public class TelevisionRepository : ITelevisionRepository
@@ -238,6 +238,25 @@ public class TelevisionRepository : ITelevisionRepository
@ -41,6 +41,7 @@ public class ShowNfoReader : NfoReader<ShowNfo>, IShowNfoReader
@@ -41,6 +41,7 @@ public class ShowNfoReader : NfoReader<ShowNfo>, IShowNfoReader
@ -51,9 +52,14 @@ public class ShowNfoReader : NfoReader<ShowNfo>, IShowNfoReader
@@ -51,9 +52,14 @@ public class ShowNfoReader : NfoReader<ShowNfo>, IShowNfoReader
@ -194,7 +194,7 @@ public class TelevisionFolderScanner : LocalFolderScanner, ITelevisionFolderScan
@@ -194,7 +194,7 @@ public class TelevisionFolderScanner : LocalFolderScanner, ITelevisionFolderScan