@ -23,6 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -23,6 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add playback speed to playback troubleshooting output
- Speed is relative to realtime (1.0x is realtime)
- Speeds <0.9xwillbecoloredred,between0.9xand1.1xcoloredyellow,and> 1.1x colored green
- Add episode thumbnail artwork URL to XMLTV template
- By default, poster will be added as image with type "poster" and thumbnail will be added as image with type "still"
- Poster will continue to be added as icon by default
@ -126,6 +126,10 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -126,6 +126,10 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
.ThenInclude(em=>em.Guids)
.Include(p=>p.Items)
.ThenInclude(i=>i.MediaItem)
.ThenInclude(i=>(iasEpisode).EpisodeMetadata)
.ThenInclude(em=>em.Artwork)
.Include(p=>p.Items)
.ThenInclude(i=>i.MediaItem)
.ThenInclude(i=>(iasEpisode).Season)
.ThenInclude(s=>s.Show)
.ThenInclude(s=>s.ShowMetadata)
@ -667,6 +671,7 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -667,6 +671,7 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -687,6 +692,8 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@@ -687,6 +692,8 @@ public class RefreshChannelDataHandler : IRequestHandler<RefreshChannelData>
@ -18,6 +18,8 @@ Available values:
@@ -18,6 +18,8 @@ Available values:
- show_genres
- episode_has_artwork
- episode_artwork_url
- episode_has_thumbnail
- episode_thumbnail_url
- season_number
- episode_number
- show_has_content_rating
@ -46,6 +48,10 @@ The resulting XML will be minified by ErsatzTV - so feel free to keep things nic
@@ -46,6 +48,10 @@ The resulting XML will be minified by ErsatzTV - so feel free to keep things nic