Mach5 / supersonic

Open-source web-based media streamer and jukebox fork of Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats. Runs on Windows, GNU/Linux and Mac using Java.
226 stars 61 forks source link

Prefer tag data over directory names to display artist information #70

Open timoreimann opened 11 years ago

timoreimann commented 11 years ago

Supersonic uses directory names instead of tag information to represent artist labels. This is bad for at least the following reasons:

Therefore, artist labels should be derived from tag data. Since not every file can be expected to provide complete tag data, a fallback mechanism should still use directory names.

Side note: The long-term goal would probably be to consider tag data everywhere. However, for a starter the focus should be put on this issue.

This feature request affects issue #54 and #68.