https://github.com/opportunityliu/lrcparser
An library for lrc files.
https://github.com/opportunityliu/lrcparser
lrc net-standard parser
Last synced: 10 months ago
JSON representation
An library for lrc files.
- Host: GitHub
- URL: https://github.com/opportunityliu/lrcparser
- Owner: OpportunityLiu
- License: apache-2.0
- Created: 2018-04-03T14:18:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T03:53:05.000Z (over 7 years ago)
- Last Synced: 2025-03-25T20:33:31.631Z (10 months ago)
- Topics: lrc, net-standard, parser
- Language: C#
- Size: 66.4 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LrcParser
[](https://ci.appveyor.com/project/OpportunityLiu/lrcparser)
[](https://www.nuget.org/packages/Opportunity.LrcParser/)
An library for lrc files.
## Quick Start
### Parse An `LRC` File
To parse `lrc` files, use `Lyrics.Parse(string)` method, overloads can be used for variants of `lrc` formats.
### Stringify A `Lyrics` Instance
To create `lrc` file with a `Lyrics` instance, call its `ToString()` method, you can also use `ToString(LyricsFormat)` overload to specify format settings.