amperfy icon indicating copy to clipboard operation
amperfy copied to clipboard

Album Artist instead of Artist

Open dbkc opened this issue 3 years ago • 3 comments

Currently it looks like the Artist list is using the ID3 Artist field where most apps for Air/subsonic and Plex are using the Album Artist to make the list a lot smaller and cleaner. Is it possible to either change to Album Artist or a toggle to switch the list to using that tag for the Artists list?

dbkc avatar Sep 01 '22 21:09 dbkc

The subsonic API states subsonic api:

Starting with version 1.8.0, the API provides methods for accessing the media collection organized according to ID3 tags, rather than file structure.

For instance, browsing through the collection using ID3 tags should use the getArtists, getArtist and getAlbum methods. To browse using file structure you would use getIndexes and getMusicDirectory.

This is reflected in Amperfy too. Artists, Albums and Songs are sorted via ID3 tag. The Directory section in Amperfy uses the file structure.

BLeeEZ avatar Sep 05 '22 11:09 BLeeEZ

For UI and UX sake I’d also like the ability to browse by Album Artist without having to use the Directory option. The Directory option misses all the nice modern UI elements, like artist images, that many media players/streamers have.

With many popular genres of music featuring a different combination of artists on each track of their albums, browsing by Artist is significantly less desirable for than Album Artist. You can see in the screenshot I’ve attached I have two Gunna albums, but 18 extra Artist listings I have to browse through.

IMG_4806

dwkra avatar Sep 23 '23 14:09 dwkra