Preserving for the future: Shell scripts, AoC, and more
#!/bin/sh
# Startdate: 2024-10-17-5 09:52
# Purpose: facilitate converting an m3u playlist to relative paths for Jellyfin/Finamp to play well
# Usage:
# < input.m3u make-relative-playlist.sh > input-relative.m3u
sed -r -e 's@file:///mnt/public/Music/@@g;'