package tracker import "homelab.lan/music-agregator/internal/release" type Parser interface { Parse(title string) *release.Release }