aMytho / osse

A music server backend written in Rust (WIP)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add Release Year to Album #13

Closed aMytho closed 2 weeks ago

aMytho commented 1 month ago

We already store the track year (see #11). We also need to store the album year. If we can't get the year, we can consider using a year from one of the tracks.

This would require custom extraction code per container.

aMytho commented 2 weeks ago

Added custom extractors. We will not update the album year by tracks. Instead, the GUI will interpret that.