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

@@ -18,11 +18,7 @@
using System;
using System.Collections.Generic;
#pragma warning disable IDE0130 // Namespace does not match folder structure
namespace QuickLook.Plugin.VideoViewer;
#pragma warning restore IDE0130 // Namespace does not match folder structure
namespace QuickLook.Plugin.VideoViewer.Extensions;
internal static class StringExtension
{