album covers and metadata

This commit is contained in:
Reid 2025-07-20 03:02:48 -07:00
parent 8113c36a47
commit b560060b45
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
4 changed files with 150 additions and 7 deletions

View file

@ -1,6 +1,5 @@
import type { RegularCodecType } from "downloader/codecType.js";
export const songCodecRegex: { [key in RegularCodecType]: RegExp } = {
"aac": /audio-stereo-\d+/,
"aac_he": /audio-HE-stereo-\d+/,