Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 654 Bytes

About

This is a small BASH script to convert LiveSplit .lss files to Urn-compatible JSON files.

Dependencies

Usage

./livesplit2urn livesplit-splits.lss > urn-splits.json

The script returns the direct output from jq.

Pitfalls

  • If you have multiple split times (e.g. additional imported splits), the script will likely not provide a proper output.
  • Urn's best_time is currently unpopulated.

Also

Pull requests are welcome.