Reply to thread

Basically yes, but it does not work for recordings. I tried already in the past:

[CODE=XML]    <Label x:Name="EpisodeLabel" Grid.Row="6" Grid.Column="0" Content="[SlimTvClient.EpisodeLabel]" Color="{ThemeResource EmphasisTextColor}"/>

    <media:EpisodeAspectWrapper Grid.Row="6" Grid.Column="1" MediaItem="{Binding Source={StaticResource FanArtBackgroundModel},Path=MediaItem}">

      <media:EpisodeAspectWrapper.Template>

        <ControlTemplate>

          <Label x:Name="Episode" Margin="0" DataContext="{Binding RelativeSource={RelativeSource TemplatedParent}}"

              Content="{Binding EpisodeName}" Color="{ThemeResource TextColor}" Scroll="Auto" />

        </ControlTemplate>

      </media:EpisodeAspectWrapper.Template>

    </media:EpisodeAspectWrapper>[/CODE]


In the xml file of the recording is mentioned:

[CODE=XML] <SimpleTag>

      <name>EPISODENAME</name>

      <value>Der Busch brennt (1)</value>

    </SimpleTag>[/CODE]


The same is for genre. For me it seems, that those infos work only when available in the RecordingAspectWrapper.

Or recordings are not correctly imported ...


Other topic:

I can not find the root cause of having no recording description in Win10 and TE theme, but in BV. The related code is basically same.

I even tried to copy over the ControlTemplate for OSD_InfoArea_Template, same result ... :(


Top Bottom