Audio player support lyric (.lrc) #1506

Use lyric parser from https://github.com/lemutec/LyricStudio
This commit is contained in:
ema
2024-12-15 03:59:32 +08:00
parent 31075e48e1
commit 09bd9bc1f9
6 changed files with 385 additions and 5 deletions

View File

@@ -116,6 +116,14 @@
Foreground="{DynamicResource WindowTextForeground}"
Text="{Binding ElementName=mediaElement, Path=MediaDuration, Converter={StaticResource TimeTickToShortStringConverter}}"
TextTrimming="CharacterEllipsis" />
<TextBlock x:Name="metaLyric"
Grid.Row="6"
Margin="0,0,8,0"
Padding="3"
FontSize="14"
Foreground="{DynamicResource WindowTextForeground}"
TextWrapping="Wrap"
Visibility="Collapsed" />
</Grid>
</Grid>