What changed:
Added uploaded/direct audio playback paths in
[index.php](/Users/tyemeclifford/Documents/GH/mediaplayer/index.php) and
[embed.php](/Users/tyemeclifford/Documents/GH/mediaplayer/embed.php).
Added common audio upload support: MP3, M4A, AAC, WAV, FLAC, OGG, OGA,
OPUS.
Added waveform poster generation for uploaded audio via ffmpeg, stored
like normal thumbnails under media/thumbs/.
Updated add/edit forms to accept media files, not just video files.
Added audio-friendly labels like Audio, 320kbps, 256kbps, 128kbps.
Updated docs and changelog.
It now recalculates video sort_order from created_at newest-first, so
videos with corrected/original publish dates appear first in the
homepage and public catalogue. I also updated
catalogue/admin/latest-video ordering to use publish date as a
tie-breaker after stored sort order.
Also updated
[README.md](/Users/tyemeclifford/Documents/GH/mediaplayer/README.md) and
[changelog.md](/Users/tyemeclifford/Documents/GH/mediaplayer/changelog.md).