This is a small BASH script to convert LiveSplit .lss files to Urn-compatible JSON files.
./livesplit2urn livesplit-splits.lss > urn-splits.json
The script returns the direct output from jq
.
- 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.
Pull requests are welcome.