ArturSierzant / OMPD

O!MPD is free, opensource MPD client based on PHP and mySQL.
http://ompd.pl
GNU General Public License v3.0
40 stars 13 forks source link

Add genre column to tracklists. #31

Closed dseomn closed 7 years ago

dseomn commented 7 years ago

The Now Playing page has a genre column in the tracklist, but album and artist pages do not. How would you feel about having a genre column in those tracklists (and possibly other ones I haven't noticed are missing the column)? I can probably write the patch if you think it's a good idea.

ArturSierzant commented 7 years ago

Done in 2479300. In album view genre will appear only when not all tracks have the same genre (I think it doesn't make sense to display genre when all tracks have the same one). In other views genre now appears always.

dseomn commented 7 years ago

Thank you!