@ -24,6 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -24,6 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- MySql: fix searching for shows and seasons in schedule items editor
- Fix 500 errors when serving XMLTV due to concurrent file reads and writes
- Fix playback of AC3 audio when targeting stereo output and input layout changes mid-stream
- Use other video artwork in XMLTV template
- Remove artwork from other videos when artwork has been removed from disk
@ -883,6 +883,8 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -883,6 +883,8 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -897,6 +899,8 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -897,6 +899,8 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -46,6 +46,8 @@ public class OtherVideoRepository : IOtherVideoRepository
@@ -46,6 +46,8 @@ public class OtherVideoRepository : IOtherVideoRepository
.ThenInclude(ovm=>ovm.Directors)
.Include(i=>i.OtherVideoMetadata)
.ThenInclude(ovm=>ovm.Writers)
.Include(i=>i.OtherVideoMetadata)
.ThenInclude(ovm=>ovm.Artwork)
.Include(ov=>ov.LibraryPath)
.ThenInclude(lp=>lp.Library)
.Include(ov=>ov.MediaVersions)
@ -173,6 +175,15 @@ public class OtherVideoRepository : IOtherVideoRepository
@@ -173,6 +175,15 @@ public class OtherVideoRepository : IOtherVideoRepository
@ -359,11 +359,18 @@ public class OtherVideoFolderScanner : LocalFolderScanner, IOtherVideoFolderScan
@@ -359,11 +359,18 @@ public class OtherVideoFolderScanner : LocalFolderScanner, IOtherVideoFolderScan
@ -13,6 +13,8 @@ Available values:
@@ -13,6 +13,8 @@ Available values:
- other_video_plot
- other_video_has_year
- other_video_year
- other_video_has_artwork
- other_video_artwork_url
- other_video_genres
- other_video_has_content_rating
- other_video_content_rating
@ -35,8 +37,8 @@ The resulting XML will be minified by ErsatzTV - so feel free to keep things nic
@@ -35,8 +37,8 @@ The resulting XML will be minified by ErsatzTV - so feel free to keep things nic