naggie / crates

2013: Crates, a media database with immutability, federation and filesystem mapping, playlists for DJing
MIT License
5 stars 2 forks source link

Multiple CD albums #18

Closed naggie closed 9 years ago

naggie commented 9 years ago

Do we combine them into one 'Album'?

I think by the time it's in crates you've lost all concept of a shiny disc anyway.

It would involve a bit of magic -- removing CD number via regex -- which technically should not be in the album title anyway.

jimjibone commented 9 years ago

I say combine them into one album. Ditch the CD numbers!

I wouldn't have thought that album downloads contain CD numbers any more, if ever, but iTunes does have a CD number tag.

Keeping CD's separate may make the UX more painful for the user. Searching for "Fast Jungle Music" and being asked if we would like CD 1 or CD 2 would be annoying.

naggie commented 9 years ago

Yes -- true. The only thing is song ordering, especially with a continuous mix. However, I don't think I care about that.

I'll combine multiple CDs.

naggie commented 9 years ago

Some have different covers per CD. As we match on album/artist first, this shouldn't be a problem most of the time.