RocketMan / zookeeper

Zookeeper Online is a music database and charting application for student and independent radio.
GNU General Public License v3.0
4 stars 3 forks source link

Add album track duration #433

Closed RocketMan closed 4 months ago

RocketMan commented 4 months ago

This PR adds an optional track duration field to each album track.

Existing album tracks have no duration by default.

New albums prefilled from Discogs get the track duration if it is available.

In addition to the library editor, the track duration is exposed via the JSON:API and in the album details page.

Satisfies #432