SEbbaDK / sonica

Music playing daemon and clients, acting as a FOSS party music player alternative to Spotify playlists.
GNU General Public License v3.0
4 stars 0 forks source link

Show album in song search #47

Open Rawrior opened 3 years ago

Rawrior commented 3 years ago

Current output can sometimes have songs with identical titles by identical artists. For example:

I found a bunch of songs:
1: [Song title] by [Artist]
2: [Song title] by [Artist]
3: [Song title] (radio edit) by [Artist]
...

Adding the album to search information could help with choosing and/or clearing up confusion. Like so:

I found a bunch of songs:
1: [Song title] by [Artist] from the album [Album title]
2: [Song title] by [Artist] from the album [Album title]
3: [Song title] (radio edit) by [Artist] from the album [Album title]
...