ssssam / calliope

Playlist toolkit - MOVED, now at https://gitlab.com/samthursfield/calliope/
https://gitlab.com/samthursfield/calliope/
GNU General Public License v2.0
2 stars 0 forks source link

Tracks with multiple artists #39

Open ssssam opened 5 years ago

ssssam commented 5 years ago

A lot of Calliope expects tracks to look like this:

artist: Queen
track: Under Pressure

However, some tracks have more than one artist. We throw away this info where it is available. A better approach would be something like this:

artists:
  - Queen
  - David Bowie
track: Under Pressure