Skip to content

Instantly share code, notes, and snippets.

View jaoxford's full-sized avatar

Jacob Oxford jaoxford

View GitHub Profile
@jaoxford
jaoxford / gist:014115da4cdc663fd6c46afdef8e5f30
Created June 19, 2026 21:31
Download all flac tunes from khinsider
BASE="https://downloads.khinsider.com"
ALBUM="/game-soundtracks/album/beatmania-iidx-18-resort-anthem-original-soundtrack-2011"
curl -s "$BASE$ALBUM" \
| grep -oP 'href="/game-soundtracks/album/[^"]+\.mp3"' \
| sed 's/href="//;s/"//' \
| sort -u \
| while read -r songpath; do
flac=$(curl -s "$BASE$songpath" | grep -oP 'https://[^"]+\.flac' | head -1)
[ -n "$flac" ] && wget -q --show-progress -nc "$flac"
@jaoxford
jaoxford / Games.xml
Last active January 4, 2024 14:31
Supermodel config
<!--
Supermodel
A Sega Model 3 Arcade Emulator.
Copyright 2003-2022 The Supermodel Team
Games.xml
This file defines ROM sets and is required in order to recognize and properly
load them. Do not modify this unless you really know what you're doing!
-->