Open Vija02 opened 1 week ago
I don't... but each format that LyricConverter converts from/to already has a library. All this project does is parse an input, transform that into an "intermediary" format, and then send that to the selected output format.
I wrote 3 of the parser libraries, but I list all the ones that are used here: https://github.com/ChrisMBarr/LyricConverter/tree/master?tab=readme-ov-file#lyricconverter-uses-these-projects-for-extracting-from-andor-creating-song-files
Hi, thanks for all your hard work on this!
I'm developing a new presentation software(open source on my profile) and found this project along the way. So rather than creating the functionality from scratch, I thought why not use it.
That said, do you have any plans to get this usable as a library? If not, are you open to that? I haven't really dove deep into the codebase but I'm happy to work on getting that done.