@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix removing Jellyfin and Emby libraries that have been deleted from the source media server
- Fix `Work-Ahead HLS Segmenter Limit` setting to properly limit number of channels that can work-ahead at once
- Include base path value in generated channel playlist (M3U) and channel guide (XMLTV) links
- Fix parsing song metadata from OGG audio files
### Added
- Add audio stream selector scripts for episodes and movies
@ -277,7 +277,7 @@ public class LocalMetadataProvider : ILocalMetadataProvider
@@ -277,7 +277,7 @@ public class LocalMetadataProvider : ILocalMetadataProvider
@ -297,37 +297,37 @@ public class LocalMetadataProvider : ILocalMetadataProvider
@@ -297,37 +297,37 @@ public class LocalMetadataProvider : ILocalMetadataProvider
@ -82,7 +82,7 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@@ -82,7 +82,7 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@ -90,55 +90,109 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@@ -90,55 +90,109 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@ -146,6 +200,8 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@@ -146,6 +200,8 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
_client.Notify(ex);
returnBaseError.New(ex.Message);
}
returnBaseError.New("BUG - this should never happen");
@ -467,22 +523,10 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@@ -467,22 +523,10 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@ -505,5 +549,21 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider
@@ -505,5 +549,21 @@ public class LocalStatisticsProvider : ILocalStatisticsProvider