• v0.3.1 1556b11d5f

    v0.3.1 Stable

    CDN released this 2024-10-10 15:22:06 +08:00 | 0 commits to main since this release

    修复srt转lrc

    Downloads
  • v0.3.0 9d031072ad

    v0.3.0 Stable

    CDN released this 2024-09-27 21:00:46 +08:00 | 2 commits to main since this release

    v0.3.0

    新增

    1. 支持SRT格式:现在可以进行LRC/SRT互转:lrc-cli convert source.lrc target.srt / lrc-cli convert source.srt target.lrc

    改进

    1. LRC时间戳同步:当时间轴长度不匹配时,强制同步LRC时间戳。

    重构

    1. 时间轴解析优化
    Downloads
  • v0.2.0 45e42ce4ff

    v0.2.0 Stable

    CDN released this 2024-08-11 12:41:19 +08:00 | 6 commits to main since this release

    新增

    1. 格式化 lrc-cli fmt <source>:简单格式化对应歌词文件。目前不检查Meta Tag和Timeline Tag的合法性,后续会进行检查。
    2. 格式转换 lrc-cli convert <source> <target>:格式转换。通过<target>扩展名判断目标格式。目前仅支持txt(不含meta tag和timeline tag)
    3. 查看版本 lrc-cli version

    杂项

    1. 添加README
    2. 添加LICENSE
    Downloads
  • v0.1.0 3d25058496

    CDN released this 2024-08-11 09:58:06 +08:00 | 9 commits to main since this release

    新增

    1. 时间轴同步 lrc-cli sync <source> <target>:用源文件时间轴Tag覆盖目标文件时间轴Tag,保存到<target_filename>_synced.lrc
    Downloads