mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-15 12:49:13 +00:00
Audio player support lyric (.lrc) #1506
Use lyric parser from https://github.com/lemutec/LyricStudio
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user