Kade-github / BombRushRadio

A Bomb Rush Cyberfunk mod that lets you add custom music into the game!
Mozilla Public License 2.0
29 stars 3 forks source link

Read song metadata directly from file #18

Closed ActualMandM closed 1 year ago

ActualMandM commented 1 year ago

Requires #17.

This allows BombRushRadio to read the metadata straight from the song file for the Title and Artist, eliminating the need to rename the file name.

The old file name method is still here though as a fallback and for backwards compatibility.

2023-09-07_13-24-59_explorer

This PR also catches some stuff I missed from the PR this relies on.