Skip to content

Merge AlbumTrack and Media

In order to solve #372 (closed) we'll need to merge the AlbumTrack & Media tables.

This means:

  • Adding the artist_id, genre_id, track_number, album_id, disc_number fields to the media table
  • Triple checking uses of media.duration, since the album track field was guaranteed to be >= 0 while the media one is not
  • Dropping the AlbumTrack class
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information